Control spotify volume, skip tracks, play/pause, and add the current playing track to favourites. All with your midi device through Midi Mixer.
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.
To install without compiling from source, download the .midiMixerPlugin from the latest release and double click the file.
- Log in to Spotify developers page and go to the dashboard
- Create an app. Set the name to something like
Midi Mixer Spotify Plugin
. The description can be anything - Add a redirect URI with the address
http://localhost:22025/auth/spotify/callback
and clickAdd
- Enable the
Web API
andWeb Playback SDK
- Click
Settings
on the newly created app - Copy the
Client ID
to the plugin'sSettings
page - Click
View client secret
and copy theClient Secret
into the plugin'sSettings
page - Activate this plugin
- On this plugin's
Settings
page click theRun Login Server
button - Open the webpage http://localhost:22025
- 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 - Copy the
Access Token
andRefresh Token
and enter them into this plugin'sSettings
page - Deactivate and reactivate this plugin
This package uses: