devgianlu / go-librespot

Yet another open source Spotify client, written in Go.
GNU General Public License v3.0
52 stars 7 forks source link

Track and playlist repetition #43

Closed tylkie closed 1 month ago

tylkie commented 1 month ago

When using track or playlist repetition, the player lingers after the last song. It does not repeat the context nor does it emit an "not playing" event. Accessing the player from another controlling endpoint indicates the last song of the context is still being played. I provided a log example below.

For reproduction, select a single song as context, put it on repeat track and wait for the song to finish.

librespot.repeat.log

tylkie commented 1 month ago

Nevermind, I just realized this has been fixed with b2ec6d5, too. I was just too stupid to start the right binary and tested four days with the wrong version :-((