You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SoulSync/config/config.json

41 lines
857 B

{
"active_media_server": "plex",
"spotify": {
"client_id": "CLIENT ID",
"client_secret": "CLIENT SECRET"
},
"plex": {
"base_url": "http://192.168.86.36:32400",
"token": "PLEX TOKEN",
"auto_detect": true
},
"jellyfin": {
"base_url": "http://localhost:8096",
"api_key": "JELLYFIN API KEY",
"auto_detect": true
},
"soulseek": {
"slskd_url": "http://localhost:5030",
"api_key": "SLSKD API KEY",
"download_path": "./downloads",
"transfer_path": "./transfers"
},
"logging": {
"path": "logs/app.log",
"level": "INFO"
},
"settings": {
"audio_quality": "flac"
},
"database": {
"path": "database/music_library.db",
"max_workers": 5
},
"metadata_enhancement": {
"enabled": true,
"embed_album_art": true
},
"playlist_sync": {
"create_backup": true
}
}