mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 00:05:55 +03:00
[GH-ISSUE #1170] Playback stops when playlist ends #542
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#542
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 @rwjack on GitHub (Jun 1, 2023).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1170
Describe the bug

It's almost as if this option (screenshot from spotify client) doesn't exist in librespot
Host (what you are running
librespoton):@eladyn commented on GitHub (Jun 1, 2023):
This might be the same issue as https://github.com/librespot-org/librespot/issues/1046.
@rwjack commented on GitHub (Jun 1, 2023):
Interesting. I sure would like to try out the dev branch, but I have no idea how to modify this Dockerfile in order to do so.
@eladyn commented on GitHub (Jun 1, 2023):
Oh, didn't notice that you are on 0.4.2. At this point, the autoplay option in the official client indeed doesn't affect librespot, and you need to turn
--autoplay onmanually.@kingosticks commented on GitHub (Jun 1, 2023):
The top few Google hits sound pretty promising, maybe:
@rwjack commented on GitHub (Jun 1, 2023):
I'm building my container to start librespot with the
--autoplay onflag. Let me see how it works@rwjack commented on GitHub (Jun 1, 2023):
And it did not seem to work...
It's Snapserver that actually starts up librespot, and here are the relevant log lines:
Looking at the processes in the container, the autoplay flag isn't there. (omitted --username and -password)

This is probably a question for the Snapcast repo, but curious if anyone has encountered something similar.
@eladyn commented on GitHub (Jun 1, 2023):
@rwjack Indeed, that probably doesn't belong here then, but snapcast expects
trueinstead ofonfor theautoplayoption.@rwjack commented on GitHub (Jun 1, 2023):
Well damn, you got me confused here:
Yeah, upon setting
autoplay=truein the Snapcast config, now I see the command line flag--autoplay on@roderickvd commented on GitHub (Jun 1, 2023):
Pretty sure this is not a librespot bug, so closing, but feel free to continue the discussion here or on Gitter.