[GH-ISSUE #57] Disable Autoplay #47

Closed
opened 2026-02-28 14:24:55 +03:00 by kerem · 4 comments
Owner

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.

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.
kerem 2026-02-28 14:24:55 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2272301666 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2272310096 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:2272314835 --> @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.
Author
Owner

@devgianlu commented on GitHub (Oct 22, 2024):

Closing for inactivity.

<!-- gh-comment-id:2429837906 --> @devgianlu commented on GitHub (Oct 22, 2024): Closing for inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-librespot#47
No description provided.