-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeat a single track #108
Comments
There is some support for it, as it can handle it being changed from other clients, there's just no way to change it from the UI itself. |
Based on some experiments involving patching spotify-qt to just use track repeat instead of context repeat, I am unsure if this works for spotifyd for reasons independent of the UI:
My speculation is that this is not a spotifyd bug and is instead a limitation of third party spotify players, but it perhaps could be. I shall go look at its code. EDIT: I think I have confirmed this suspicion: it appears that spotifyd entirely does not handle/care about repeat state (except for its MPRIS implementation), and is presumably just getting whatever songs it gets from the API. |
Just did some quick testing and seems to work fine. Only thing I noted was that after the track has been repeated once, it goes back to repeating the entire list. Quite odd, as the official client seem to continue repeating the track, but also seems to be a bit too specific to be a bug, so maybe it's a feature, who knows. |
Unless I'm mistaken, the "Repeat" button repeats a playlist, album, or library. I'd love to be able to repeat a single track though. The official spotify apps implement this in the form of a toggle between three states: no loop, loop playlist (?), and loop track.
The text was updated successfully, but these errors were encountered: