-
-
Notifications
You must be signed in to change notification settings - Fork 34
Setting up song requests
Jan Blömacher edited this page Mar 11, 2026
·
12 revisions
- Go to the Spotify Developer Dashboard and log in.
- Click Create an App.
- Enter an App Name (e.g.,
Songify) and a short description.
- Set the Redirect URI to:
http://127.0.0.1:4002/auth
- Important: Click Add after entering the Redirect URI.
- Click Save to create the app.
- After creating your app, click Settings in the top-right corner.
- Copy the Client ID.
- Open Songify and go to Settings → Spotify.
- Paste the Client ID into the corresponding field.
- Click Link to authorize your Spotify account.
- Log in to Spotify (if prompted) and allow access.
Once linked successfully, you should see:
- Your Spotify username
- Your profile picture
To enable Twitch integration for song requests:
- Go to Settings → Twitch and click Log in with Twitch.
💡 By default, Songify opens Microsoft Edge. To use your system browser, go to Settings → System → Use default web browser.
- Authorize Songify when prompted.
After successful login, you’ll be redirected to a success page.
- You may log in with a secondary (bot) account if desired.
- Songify will ask whether to use the secondary account for chat actions.
⚠️ Requires a Spotify Premium account.
Make sure you've completed the Spotify and Twitch setup first.
- Go to Settings → Twitch → Rewards.
- Enable the reward you'd like to use for song requests.
To create a new reward:
- Click the + button in the top right.
- Enter the Title, Prompt, and Cost.
⚠️ Make sure the reward name doesn’t clash with any existing ones.- Click Create Reward — you’ll be redirected to the Twitch dashboard to further customize it.
Go to Settings → Song Requests and enable the following:
- ✅ Enable SR (Channel Points) for the Channel Reward Option
- ✅ (Optional) Enable
!ssrcommand in Commands Tab — if you want users to also request songs via chat - Define allowed user levels for both methods.
- Set a maximum request limit per user, based on user level.
If it’s not already running, click Connect from the main window menu to activate the Twitch bot.
Trigger the Twitch reward or use the chat command to request a song.
If configured correctly:
- The song will be added to the queue.
- The bot will confirm the request in chat.
Setup
Players & integrations
Stream overlay
Reference
Songify on Linux
Maintainers