From 4f4b594d2ebe94b3f1dd533e64ce90205c83af2a Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Wed, 20 Aug 2025 13:34:57 -0700 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2f47c335..0d728ab5 100644 --- a/README.md +++ b/README.md @@ -290,27 +290,26 @@ Alternatively, you can paste this key directly into the API Key field in the Set ```json { + "active_media_server": "plex", "spotify": { - "client_id": "", - "client_secret": "" + "client_id": "CLIENT ID", + "client_secret": "CLIENT SECRET" }, "plex": { - "base_url": "", - "token": "" + "base_url": "http://192.168.86.36:32400", + "token": "PLEX TOKEN", + "auto_detect": true }, "jellyfin": { - "base_url": "", - "api_key": "", - "user_id": "" + "base_url": "http://localhost:8096", + "api_key": "JELLYFIN API KEY", + "auto_detect": true }, "soulseek": { - "slskd_url": "", - "api_key": "", - "download_path": "./path/to/slskd/download/folder", - "transfer_path": "./path/to/music/folder" - }, - "server": { - "active_media_server": "plex" + "slskd_url": "http://localhost:5030", + "api_key": "SLSKD API KEY", + "download_path": "./downloads", + "transfer_path": "./transfers" }, "logging": { "path": "logs/app.log",