Update config.json
This commit is contained in:
parent
5b6ea29522
commit
18cb848d4e
1 changed files with 13 additions and 6 deletions
|
|
@ -1,17 +1,24 @@
|
||||||
{
|
{
|
||||||
|
"active_media_server": "plex",
|
||||||
"spotify": {
|
"spotify": {
|
||||||
"client_id": "YOUR CLIENT ID",
|
"client_id": "CLIENT ID",
|
||||||
"client_secret": "YOUR CLIENT SECRET"
|
"client_secret": "CLIENT SECRET"
|
||||||
},
|
},
|
||||||
"plex": {
|
"plex": {
|
||||||
"base_url": "http://192.168.86.36:32400",
|
"base_url": "http://192.168.86.36:32400",
|
||||||
"token": "YOUR PLEX TOKEN"
|
"token": "PLEX TOKEN",
|
||||||
|
"auto_detect": true
|
||||||
|
},
|
||||||
|
"jellyfin": {
|
||||||
|
"base_url": "http://localhost:8096",
|
||||||
|
"api_key": "JELLYFIN TOKEN",
|
||||||
|
"auto_detect": true
|
||||||
},
|
},
|
||||||
"soulseek": {
|
"soulseek": {
|
||||||
"slskd_url": "http://localhost:5030",
|
"slskd_url": "http://localhost:5030",
|
||||||
"api_key": "1234567891234567",
|
"api_key": "SOULSEEK TOKEN",
|
||||||
"download_path": "./Downloads",
|
"download_path": "E:/Broque Projects/newMusic/downloads",
|
||||||
"transfer_path": "./Music"
|
"transfer_path": "H:/Music"
|
||||||
},
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
"path": "logs/app.log",
|
"path": "logs/app.log",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue