Splayer (Spotify control and song request system)

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

Installation

  1. Import Splayer string (34.5 KB) to your Streamer.bot
  2. Done!

Quick Setup

  1. Run the 1. Spotify Settings action to open the settings form.

  2. In that form:

  3. open the Spotify Developer Dashboard and create an app.

  4. Copy your app Client ID, Client Secret, and Redirect URI into the form.

  5. for the Redirect URI, use http://127.0.0.1:8080/callback or any other URI you want, but it must match the one in your Spotify app settings.

  6. click the Spotify authorization button and confirm access.

  7. check checkboxes for the options you want to use.

  8. 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.