mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #43] Track and playlist repetition #35
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tylkie on GitHub (May 31, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/43
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 on GitHub (May 31, 2024):
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 :-((