Hmm... that's really odd, because the plugin doesn't manage the playlist
itself.

Unfortunately it's a conceptual issue with the plugin's Connect implementation :-(. While above is true, the following cases the problem:

Whenever it reaches the end of the track ("... - get next
track") it would ask Spotify what to play next ("me/player/next").

By asking what to play next, I actually tell spotify to play the next track. This is the same as hitting the FWD button - which would trigger playback if stopped. Therefore it starts all over after it has stopped at the end.

I'll have to figure out how to deal with this situation. Unfortunately Spotify would not always give me information about the context it's playing (playlist, album, whatever). Therefore I can't use that information to know whether I've reached the end of something or not.

--

Michael
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to