-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
conf.json
62 lines (62 loc) · 1.16 KB
/
conf.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
60
61
62
{
"server": {
"hostname": "localhost",
"port": 36346,
"useHttps": false
},
"concurrency": {
"queries": 1,
"tracks": 1,
"trackStage": 6,
"downloader": 4,
"encoder": 6,
"embedder": 10
},
"opts": {
"netCheck": true,
"attemptAuth": true,
"autoOpenBrowser": true
},
"filters": [],
"dirs": {
"output": ".",
"check": [],
"cache": {
"path": "<cache>",
"keep": true
}
},
"playlist": {
"always": false,
"append": true,
"escape": true,
"forceAppend": false,
"dir": "",
"namespace": ""
},
"image": {
"width": 640,
"height": 640
},
"downloader": {
"memCache": true,
"cacheSize": 209715200,
"sources": [
"yt_music",
"youtube"
]
},
"services": {
"spotify": {
"clientId": "3ee9cf67e90346a191bfe735581a5aa0",
"clientSecret": "14206998339649fabd3c4057b84edbf2",
"refreshToken": "AQCbeNs5NiGfHa6He0BlOdoQwEIdo2lwBmefEvpvqVy8WlL2HV7rmGbb30_oaZHMDf9MgXtGjI0gV_QukL33PE8c2bGqJHeMqdHBUjKWhxOW19snJkGUiyxen8UvmDG-OP4"
},
"apple_music": {
"storefront": "us"
},
"deezer": {
"retries": 2
}
}
}