mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #199] Feature request: Add event for context change events (e.g. changed playlist) #130
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#130
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 @DrRSatzteil on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/199
I would love to see the URI of a playlist (or similar) that has been selected for playing. So it would be great to have a separate event that is fired when the playback context changes e.g. when the playback of a new playlist starts/was started. I have no insights in how this could be achieved or what other context types exist (e.g. albums, podcasts, etc.).
@devgianlu commented on GitHub (Aug 30, 2025):
I've added the context URI to each WebSocket event, that should be enough right?
@DrRSatzteil commented on GitHub (Aug 30, 2025):
Thank you, I think that this should do the trick. I will try this out and let you know if this works 😊
@DrRSatzteil commented on GitHub (Oct 4, 2025):
Sorry, was a bit held off by other stuff. Works perfectly, thank you!