mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[GH-ISSUE #827] Podcasts feature request: Indicate played episodes in ui #351
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#351
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 @nboughton on GitHub (Jun 6, 2021).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/827
At present there's no way to see which episodes have already been played. Does the Web API allow for this? Would it be possible to add an icon or string next to played episodes such as (p) or something similar?
This would be very useful if it could be combined with a config option to filter out played episodes and default sorting by oldest episodes first.
@sputnick1124 commented on GitHub (Sep 28, 2021):
The UI should already be showing this. I think what may be happening is that due to a limitation in the underlying librespot library, tracks played with spotifyd do not get properly reported as played back to Spotify's servers.
Some questions for you:
If the answer to either of those questions is no, then we have something to fix. Otherwise, it is unfortunately not something we can solve within this project.