mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 13:25:49 +03:00
[GH-ISSUE #49] skip_to_uri in Album playback? #41
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#41
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 @thilojaeggi on GitHub (Jul 14, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/49
When playing an Album I want to skip. to another Song in the album via the URI, if I use the normal /player/play endpoint with "uri" it clears the "next songs" and I can't go back or forward in the album, I've tried using skip_to_uri for this but that doesn't seem to work at all.
@devgianlu commented on GitHub (Jul 25, 2024):
I have improved the skip to logic by checking not only the URI, but the GID too. Anyway, that is the correct way to go about it, let me know if the situation has improved.
@devgianlu commented on GitHub (Sep 29, 2024):
Closing for inactivity.
@thilojaeggi commented on GitHub (Oct 7, 2024):
Just tried this out. When skipping to a song and putting the uri for the track to skip to both as uri and skip_to_uri plays the track but it also clears queue?
@devgianlu commented on GitHub (Oct 12, 2024):
@thilojaeggi I have added the
uriPOST parameter to the/player/nextAPI so that you can skip to a track specifically without having to reload the context.