This is something known (and fixed ) but I need to make time to actually release it.
Hello,
since a few months I experience a strange behaviour with Spotify Connect and Volumio which does not happen if I use Spotify standalone or with other connected devices. I regard it as a bug because it only happens while connected to Volumio.
If I have a song in “full screen” mode (which shows visuals or the album cover) on the iOS app playing and I press forward, the full screen mode is minimized and I see the playlist. With every other connected device it does not behave like that. It w…
EDIT: I have uploaded a test version of the daemon at Spotify Connect: strange behaviour in app - #6 by ashthespy
andreas_h:
I am also working on a custom plugin project with raspi, a small Oled screen using SPI and relays for a tube amp. Using the REST api gives me this output:
##Already playing a song and starting REST
19:21:57,871 New data: play spotify Lana Del Rey Off To The Races 164000
##Skipping to next song
19:22:07,055 New data: play spotify Lana Del Rey Blue Jeans 0
19:22:07,415 New data: pause spotify Lana Del Rey Blue Jeans 0
19:22:07,557 New data: play spotify Lana Del Rey Blue Jeans 0
I guess this is related. Already delayed turning off the amp by a minute so not a problem here either. Only thing bugging me is the phone app thing.
Actually, no - this is because of how Volumio does things. It needs to go through the play-pause-play transition when you hit next. Interestingly, this was actually the trigger for me working on integrating the old volspotconnect with Volumio’s internal state machine, and subsequently work in a delay into the AmpSwitch plugin. You could look into AmpSwitch to inspire you