From d4274e8ca806097df8adb995a7a109db8a7a24de Mon Sep 17 00:00:00 2001 From: Zarz Eleutherius <42882290+zarzet@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:55:31 +0700 Subject: [PATCH] Include setup instructions for Spotify API usage Added detailed instructions for setting up Spotify as a search source, including steps for creating a developer account and entering credentials. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3a4ee49..a6ccbe5 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,13 @@ SpotiFLAC supports two metadata sources for searching tracks: | **Deezer** (Default) | No developer account needed, rate limit per user IP | Slightly less comprehensive catalog | | **Spotify** | More comprehensive catalog, better search results | Requires developer API credentials to avoid rate limiting | +### Using Spotify +To use Spotify as your search source without hitting rate limits: +1. Create a Spotify Developer account at [developer.spotify.com](https://developer.spotify.com) +2. Create an app to get your Client ID and Client Secret +3. Go to **Settings > Options > Spotify API > Custom Credentials** +4. Enter your Client ID and Secret +5. Change **Search Source** to Spotify ## Other project