From ef4fb9cf5fed72337bed4eb7e57aa6b4b939c2f7 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Thu, 14 Aug 2025 09:29:01 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fef6de0..e0c6c1a 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,14 @@ Before configuring SoulSync, you'll need to obtain API credentials from Spotify 3. Type: `localStorage.myPlexAccessToken` and press Enter 4. Copy the returned token value (without quotes) -**Method 3: Using Plex API** +**Method 3: Through Media Item XML (Easy)** +1. Open Plex in your web browser and navigate to any media item +2. Click on the item to view its details +3. Click "View XML" or right-click and select "View XML" +4. In the URL bar, you'll see a URL like: `http://your-server:32400/library/metadata/12345?X-Plex-Token=YOUR_TOKEN_HERE` +5. Copy the token from the `X-Plex-Token=` parameter in the URL + +**Method 4: Using Plex API** 1. Make a POST request to `https://plex.tv/users/sign_in.xml` 2. Include your Plex username and password in the request 3. Extract the authentication token from the XML response