-
Notifications
You must be signed in to change notification settings - Fork 12
/
config-simple.json
59 lines (59 loc) · 1.37 KB
/
config-simple.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"PokaPlayer": {
"debug": false,
"sc2tc": true,
"fixPunctuation": true
},
"mongodb": "mongodb://mongodb/poka",
"DSM": {
"enabled": true,
"protocol": "https",
"host": "192.168.x.x",
"port": 5000,
"account": "YOUR_DSM_ACCOUNT",
"password": "YOUR_DSM_PASSWORD"
},
"YouTube": {
"enabled": true
},
"QQMusic": {
"//": "enabled QQMusic as lyric provider",
"enabled": true
},
"Netease2": {
"enabled": false,
"server": "http://neteaseapi2:3000/",
"isPremium": true,
"login": {
"method": "email/phone",
"account": "YOUR_NETEASE_ACCOUNT",
"password": "YOUR_NETEASE_PASSWORD"
},
"topPlaylist": {
"enabled": true,
"categories": [
"ACG",
"日语",
"欧美"
],
"limit": 25,
"order": "hot"
},
"hqPlaylist": {
"enabled": true,
"categories": [
"ACG",
"日语",
"欧美"
],
"limit": 25
},
"dailyRecommendSongs": {
"enabled": true
},
"dailyRecommendPlaylists": {
"enabled": true,
"limit": 10
}
}
}