-
-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathconf.json
59 lines (59 loc) · 1.39 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
{
"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": ".",
"cache": "<tmp>"
},
"playlist": {
"always": false,
"append": true,
"escape": true,
"forceAppend": false,
"dir": "",
"namespace": ""
},
"image": {
"width": 640,
"height": 640
},
"downloader": {
"memCache": true,
"cacheSize": 209715200,
"order": [
"yt_music",
"youtube"
]
},
"services": {
"spotify": {
"clientId": "888aa4540c09464abc9ed8bbe2a5f18a",
"clientSecret": "84e7ab36abed48318bfb2eae7b32415d",
"refreshToken": "AQARHDcUz57eA9O30HIrpMJPoVMtAIkYEuuRSpFCOlYYUfyYeqQ6wiagiOwRxhIySl_p_r4tcXuwvwxr9cvFG8wHOJo5D6jcn5EqV6kaFxPWeT2ktUFQWV_06AABatyj6II"
},
"apple_music": {
"storefront": "us",
"developerToken": "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IldlYlBsYXlLaWQifQ.eyJpc3MiOiJBTVBXZWJQbGF5IiwiaWF0IjoxNjU0NTM2MzE3LCJleHAiOjE2NzAwODgzMTcsInJvb3RfaHR0cHNfb3JpZ2luIjpbImFwcGxlLmNvbSJdfQ.g7Etdjlkl01HK_MFMnHS5RjfxDFNASiLu2mFAeeMrOyrzEQRCDTdBGVkZYUEifdJGDRP01px3zX042lSHwmmrA"
},
"deezer": {
"retries": 2
}
}
}