Call Spotify Playlist Remotely

Hi

I would like to integrate the PIMusicbox that uses mopidy with some phyiscal buttons that I have in arduino, So i would like to press one button that open one URL in Mopidy and this play a specific playlist in spotify with name X.

Is this possible ? If not it is planned to be implemented ?

thanks

Hi,

why don’t you use the GPIO-Pins of the Raspberry Pi directly. If you connect buttons there you can easily start playlists with small scripts sending commands to mpc.

But for sure you could also do that with the arduino connected to the pi if you want that.

Best