From 72f9a9e19a1b2d9eb015a521d7140b0ce17ac864 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Thu, 21 Aug 2025 15:38:06 -0700 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 77b4ba83..43650ff1 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,26 @@ Before configuring SoulSync, you'll need to obtain API credentials from Spotify 2. Copy the **Client ID** - this is your `client_id` 3. Click "View client secret" to reveal and copy the **Client Secret** - this is your `client_secret` +##### Tidal ID and Secret + +**Step 1: Create a Spotify App** +1. Go to the [Tidal Developer Dashboard](hhttps://developer.tidal.com/dashboard) +2. Log in with your Tidal account +3. Click "Create New App" +4. Fill in the required information: + - **App name**: "SoulSync" (or any name you prefer) + - **App description**: "Music library sync application" + - **Redirect URI**: `http://127.0.0.1:8889/tidal/callback` + - **Required Scopes:** + - user.read (Read access to a user's account information, such as country and email address.) + - playlists.read (Required to list playlists created by a user.) +5. Click "Save" + +**Step 2: Get Your Credentials** +1. In your newly created app, click "Settings" +2. Copy the **Client ID** - this is your `client_id` +3. Click "View client secret" to reveal and copy the **Client Secret** - this is your `client_secret` + ##### Plex Token **Method 1: Through Plex Web Interface (Recommended)**