[GH-ISSUE #49] skip_to_uri in Album playback? #41

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

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.

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.
kerem 2026-02-28 14:24:52 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

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

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

@devgianlu commented on GitHub (Sep 29, 2024):

Closing for inactivity.

<!-- gh-comment-id:2381409851 --> @devgianlu commented on GitHub (Sep 29, 2024): Closing for inactivity.
Author
Owner

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

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

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

@thilojaeggi I have added the uri POST parameter to the /player/next API so that you can skip to a track specifically without having to reload the context.

<!-- gh-comment-id:2408628352 --> @devgianlu commented on GitHub (Oct 12, 2024): @thilojaeggi I have added the `uri` POST parameter to the `/player/next` API so that you can skip to a track specifically without having to reload the context.
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#41
No description provided.