mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #79] Can't turn repeat off #69
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#69
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 @sashahilton00 on GitHub (Jan 29, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/79
Friday Aug 25, 2017 at 14:51 GMT
Originally opened as https://github.com/plietar/librespot/issues/237
Is there any way to make librespot stop playback at the end of a playlist?
It gets
spirc: kMessageTypeRepeat, but nothing changes when the playlist ended, starts it again.@sashahilton00 commented on GitHub (Jan 29, 2018):
Saturday Aug 26, 2017 at 09:42 GMT
I'm also not happy with the current behavior (a playlist or album loops endlessly). I guess it wouldn't be hard to implement the Repeat All/Repeat 1/Repeat None feature like in the official Spotify client, but I have not looked into it yet.
@sashahilton00 commented on GitHub (Jan 29, 2018):
Saturday Aug 26, 2017 at 17:21 GMT
I've opened a pull request which changes the hardcoded behaviour to not repeat: #239
@sashahilton00 commented on GitHub (Jan 29, 2018):
Saturday Aug 26, 2017 at 21:28 GMT
Thank you, I appreciate your fast response and solution!
My main problem has been solved, but it would be great if we can toggle repeat as @herrernst wrote.
@ComlOnline commented on GitHub (Jan 29, 2018):
Please see #81 I think that has solved this issue.