freyr-js/conf.json

63 lines
1.2 KiB
JSON

{
"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
}
}
}