Extensions > Submissions twitch obs chat points-system
Splayer
Actions import string to Control Spotify and adding requsted songs into queue and playlist
Splayer_v1.0.0.sb (34.5 KB)
A couple html widgets for OBS
- can be downloaded on Github
Installation
- Import Splayer string (34.5 KB) to your Streamer.bot
- Done!
Quick Setup
-
Run the
1. Spotify Settingsaction to open the settings form.
-
In that form:
-
open the Spotify Developer Dashboard and create an app.
-
Copy your app
Client ID,Client Secret, andRedirect URIinto the form. -
for the Redirect URI, use
http://127.0.0.1:8080/callbackor any other URI you want, but it must match the one in your Spotify app settings.
-
click the Spotify authorization button and confirm access.
-
check checkboxes for the options you want to use.
-
Close the form and you’ve done!
Configuration
All actions you can use and modify only 2 of them should avoid to change
1. Spotify Settings
It contains C# form to authorize user. Should run it once to authorize and setup your preferences.
Spotify Engine
Contains all necessary to work. Do not change or delete that.
Commands
| Command | Description |
|---|---|
| !m | Request song. |
| !vup | Volume up. |
| !vd | Volume down. |
- You should to enable WebSocket server in Streamer.bot settings to use Splayer Control. It configured to 127.0.0.1:8080 (default), but you can change it. Just edit html.
- The first authorization needed before playlists and devices can load.


