CLI control of Spotify Plugin

Dear experts,

Is there a way to control the Volumio Spotify plugin via command line?
What I need is:

  1. Get the list of personal playlists
  2. Play track in one of the playlists
  3. Prev/Next track
  4. Pause
  5. Volume

Your help would be very much appreciated.

Many thanks,
best,
Cornelius

You should be able to do all and more with developer.spotify.com/documentation/web-api/

But depending on your use case - it might be easier to just hook into Volumio’s Rest api github.com/volumio/Volumio2/wik … -Reference