mirror of https://github.com/Nezreka/SoulSync.git
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.
27 lines
627 B
27 lines
627 B
{
|
|
"spotify": {
|
|
"client_id": "YOUR_SPOTIFY_CLIENT_ID",
|
|
"client_secret": "YOUR_SPOTIFY_CLIENT_SECRET"
|
|
},
|
|
"plex": {
|
|
"base_url": "http://YOUR_PLEX_IP_ADDRESS:32400",
|
|
"token": "YOUR_PLEX_TOKEN"
|
|
},
|
|
"soulseek": {
|
|
"slskd_url": "http://localhost:5030",
|
|
"api_key": "YOUR_SLSKD_API_KEY",
|
|
"download_path": "/path/to/your/slskd/download/folder",
|
|
"transfer_path": "/path/to/your/music_library"
|
|
},
|
|
"logging": {
|
|
"path": "logs/app.log",
|
|
"level": "INFO"
|
|
},
|
|
"settings": {
|
|
"audio_quality": "flac"
|
|
},
|
|
"database": {
|
|
"path": "database/music_library.db",
|
|
"max_workers": 5
|
|
}
|
|
} |