mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[GH-ISSUE #997] Detect played-flag/status of a podcast episode #593
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#593
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 @jokolo89 on GitHub (Jun 22, 2023).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/997
Hi there,
does anyone know how to detect the played (or finished) -flag/status of a podcast episode via spotipy?
Workaround such as [episode duration - elapsed time] won't work because API doesn't have the info about elapsed time (only duration).
Thanks in advance.
@dieser-niko commented on GitHub (Jun 26, 2023):
Correct me if I'm wrong, but isn't the
resume_pointin Get Episode what you're looking for?If you're already using that, check your scopes.
@jokolo89 commented on GitHub (Jun 26, 2023):
Yes, that's what I was looking for. Thanks a lot!!
Could get it working :-)
@dieser-niko commented on GitHub (May 23, 2024):
Closing as it appears that your issue has been resolved.