From 37feb278203e687bc40348edd498faebee9e3823 Mon Sep 17 00:00:00 2001 From: ari Date: Thu, 13 Nov 2025 17:35:22 -0300 Subject: [PATCH] update spotify callback URL for README.md Spotify no longer allows http:// urls unless their host is exactly 127.0.0.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3ac6f0e..4728fc21 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ docker run -d -p 8008:8008 boulderbadgedad/soulsync:latest - **App Name**: `SoulSync` (or whatever you want) - **App Description**: `Music library sync` - **Website**: `http://localhost` (or leave blank) - - **Redirect URI**: `http://localhost:8888/callback` + - **Redirect URI**: `http://127.0.0.1:8888/callback` 4. Click **"Save"** 5. Click **"Settings"** on your new app 6. Copy the **Client ID** and **Client Secret** @@ -243,4 +243,4 @@ Unlike generic algorithms, recommendations are based only on artists you explici - **Lyrics**: LRClib.net integration for synchronized lyrics - **Automation**: Multi-threaded with automatic retry, scanning, and database updates -Modern, clean, automated. Set it up once, let it manage your music library. \ No newline at end of file +Modern, clean, automated. Set it up once, let it manage your music library.