Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.71 KB

PAGE.md

File metadata and controls

28 lines (20 loc) · 1.71 KB

Spotify

Control spotify volume, skip tracks, play/pause, and add the current playing track to favourites.

This will only work with a spotify premium account

This will also not play spotify music directly. It is made to control the spotify app. The app is still needed to be running/playing music.

Setting up this plugin

You can open up these steps in a web browser on the github repo

  1. Log in to Spotify developers page and go to the dashboard
  2. Create an app. Set the name to something like Midi Mixer Spotify Plugin. The description can be anything
  3. Add a redirect URI with the address http://localhost:22025/auth/spotify/callback and click Add
  4. Enable the Web API and Web Playback SDK
  5. Click Settings on the newly created app
  6. Copy the Client ID to the plugin's Settings page
  7. Click View client secret and copy the Client Secret into the plugin's Settings page
  8. Activate this plugin
  9. On this plugin's Settings page click the Run Login Server button
  10. Open the webpage http://localhost:22025
  11. Click the Login with spotify button. This should prompt you to log in to your spotify account. After logging in you will be prompted to approve of the app you created on step 2
  12. Copy the Access Token and Refresh Token and enter them into this plugin's Settings page
  13. Deactivate and reactivate this plugin

Latest releases of this plugin available on the project's github page