mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #57] Disable Autoplay #47
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#47
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 @tagdara on GitHub (Aug 4, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/57
The Autoplay feature that fills in when your music runs out can get turned on and when it does there is no way to turn it off. Is there a configuration option or some other method that allows this to be toggled off?
I'm currently spinning up a custom version of this code and just commenting out the autoplay portion of controls.go.
@devgianlu commented on GitHub (Aug 6, 2024):
Whether autoplay is enabled depends on your autoplay setting in Spotify, so you should be able to turn it off that way. However, it does not update in realtime, but only when go-librespot is started which might be the issue you are experiencing.
@tagdara commented on GitHub (Aug 6, 2024):
It seems to be player specific as far as I can tell. If you look at the instructions for turning it off, it suggests going to your profile, then the player and toggling Autoplay. However when using librespot-go it says "you can't change this while listening on another device".
I'll keep looking to see if there is some client side piece I'm missing.
@devgianlu commented on GitHub (Aug 6, 2024):
That does not seem to be a problem for me, if I connect to go-librespot from the official Linux client and then go to the settings I can change the autoplay value. However that will not affect go-librespot immediately, as stated before.
@devgianlu commented on GitHub (Oct 22, 2024):
Closing for inactivity.