Update README.md
This commit is contained in:
parent
a3ff9c9f4d
commit
4f4b594d2e
1 changed files with 13 additions and 14 deletions
27
README.md
27
README.md
|
|
@ -290,27 +290,26 @@ Alternatively, you can paste this key directly into the API Key field in the Set
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"active_media_server": "plex",
|
||||||
"spotify": {
|
"spotify": {
|
||||||
"client_id": "<YOUR_SPOTIFY_CLIENT_ID>",
|
"client_id": "CLIENT ID",
|
||||||
"client_secret": "<YOUR_SPOTIFY_CLIENT_SECRET>"
|
"client_secret": "CLIENT SECRET"
|
||||||
},
|
},
|
||||||
"plex": {
|
"plex": {
|
||||||
"base_url": "<YOUR_PLEX_SERVER_URL>",
|
"base_url": "http://192.168.86.36:32400",
|
||||||
"token": "<YOUR_PLEX_TOKEN>"
|
"token": "PLEX TOKEN",
|
||||||
|
"auto_detect": true
|
||||||
},
|
},
|
||||||
"jellyfin": {
|
"jellyfin": {
|
||||||
"base_url": "<YOUR_JELLYFIN_SERVER_URL>",
|
"base_url": "http://localhost:8096",
|
||||||
"api_key": "<YOUR_JELLYFIN_API_KEY>",
|
"api_key": "JELLYFIN API KEY",
|
||||||
"user_id": "<YOUR_JELLYFIN_USER_ID>"
|
"auto_detect": true
|
||||||
},
|
},
|
||||||
"soulseek": {
|
"soulseek": {
|
||||||
"slskd_url": "<YOUR_SLSKD_URL>",
|
"slskd_url": "http://localhost:5030",
|
||||||
"api_key": "<YOUR_SLSKD_API_KEY>",
|
"api_key": "SLSKD API KEY",
|
||||||
"download_path": "./path/to/slskd/download/folder",
|
"download_path": "./downloads",
|
||||||
"transfer_path": "./path/to/music/folder"
|
"transfer_path": "./transfers"
|
||||||
},
|
|
||||||
"server": {
|
|
||||||
"active_media_server": "plex"
|
|
||||||
},
|
},
|
||||||
"logging": {
|
"logging": {
|
||||||
"path": "logs/app.log",
|
"path": "logs/app.log",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue