mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #162] Endless play always turned on? Or something changed by spotify? #103
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#103
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 @phts on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/162
Via volumio latest version, spotify plugin latest version, go-librespot version = 0.1.3
When finishing the last song of the album/queue/etc the playback does not stop playing, but continues with random recommended tracks. This feature is turned off in spotify settings.
And this feature is not supported by spotify, because it does not show currently playing track, but just extends time of the last song of the album, where it supposed to stop.
Any ideas what's happening?
@devgianlu commented on GitHub (Jan 16, 2025):
It used to be that the autoplay setting would control go-librespot, but it turns out that setting is not synced between devices (https://github.com/devgianlu/go-librespot/issues/133#issuecomment-2456741732)
You can disable it by setting
disable_autoplay: true. I am unsure what is going on with the Volumio plugin.@phts commented on GitHub (Jan 16, 2025):
Yes, added
disable_autoplay: trueinto config and it helped 👍@pachulo commented on GitHub (Feb 1, 2025):
Thanks for the hint, but where should one create the
config.ymlfile on Volumio?On
/data/go-librespot/or/data/plugins/music_service/spop?I've also seen that there's an
autoplayconfig key on the/data/plugins/music_service/spop/config.jsonfile, but changing it tofalsedoesn't seem to have any effect...Thanks again!
@phts commented on GitHub (Feb 1, 2025):
@pachulo this is in config template
/data/plugins/music_service/spop/config.yml.tmplLike here
github.com/phts/NP-01_plugins@8e0f3b2f55And then reboot. Also maybe reapply plugin settings in ui to generate config based on new template