[GH-ISSUE #62] When resuming partially viewed podcasts they restart #51

Open
opened 2026-02-28 14:24:57 +03:00 by kerem · 3 comments
Owner

Originally created by @ironcrafter54 on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/62

When I go to finish listening to a podcast instead of starting playback where I left off it starts at the beginning. -FYI I am using go-librespot through volumio.

Originally created by @ironcrafter54 on GitHub (Aug 15, 2024). Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/62 When I go to finish listening to a podcast instead of starting playback where I left off it starts at the beginning. -FYI I am using go-librespot through volumio.
Author
Owner

@devgianlu commented on GitHub (Aug 18, 2024):

Interestingly enough the official player does not seem to send us the position to start from. This probably needs to be fetched separately, most likely from the extended metadata endpoints. It will require some work.

<!-- gh-comment-id:2295341855 --> @devgianlu commented on GitHub (Aug 18, 2024): Interestingly enough the official player does not seem to send us the position to start from. This probably needs to be fetched separately, most likely from the extended metadata endpoints. It will require some work.
Author
Owner

@ironcrafter54 commented on GitHub (Aug 26, 2024):

FYI librespot seems to have this figured out as I do not see the issue when using that program. Although then I run into the other issue of librespot not updating spotify with how much I listened to the podcast, but luckily I believe this project fixes that issue.

<!-- gh-comment-id:2311231992 --> @ironcrafter54 commented on GitHub (Aug 26, 2024): FYI librespot seems to have this figured out as I do not see the issue when using that program. Although then I run into the other issue of librespot not updating spotify with how much I listened to the podcast, but luckily I believe this project fixes that issue.
Author
Owner

@ironcrafter54 commented on GitHub (Aug 26, 2024):

I am no rust programmer but this https://github.com/librespot-org/librespot/blob/dev/protocol/proto/unfinished_episodes_request.proto
as well as this https://github.com/librespot-org/librespot/tree/dev/protocol/proto/played_state may give someone more knowledgable in go than me a starting off point. As it seems to be some of the code librespot uses to figure out the state of a episode.

<!-- gh-comment-id:2311241754 --> @ironcrafter54 commented on GitHub (Aug 26, 2024): I am no rust programmer but this https://github.com/librespot-org/librespot/blob/dev/protocol/proto/unfinished_episodes_request.proto as well as this https://github.com/librespot-org/librespot/tree/dev/protocol/proto/played_state may give someone more knowledgable in go than me a starting off point. As it seems to be some of the code librespot uses to figure out the state of a episode.
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#51
No description provided.