mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[GH-ISSUE #62] When resuming partially viewed podcasts they restart #51
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#51
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 @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.
@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.
@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.
@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.