mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #659] Confusion about the state of shows. #384
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#384
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 @m4r1vs on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/659
Is your feature already implemented in the latest
master?Kind of?
Is your feature request related to a problem? Please describe.
I play lots of audio shows through spotify and would like to use spotify_player for this.
Describe the solution you'd like
Show saved shows in the library view. Or at least, at an option to show them there.
Describe alternatives you've considered
Use a private fork or official spotify player.
Additional context
As of https://github.com/aome510/spotify-player/pull/552 , shows seem to be almost completely implemented. However, they are missing in the library view which I don't understand. I have hacked together a quick implementation here and would be happy to apply the changes upstream. If the majority does not want to use spotify for audio shows, I would also be happy to hide them behind a config or feature flag. What do you think?
@m4r1vs commented on GitHub (Jan 9, 2025):
Edit: Shows with lots of episodes seem to be loading infinitely which also applies to the existing implementation when using search to get to a show. This should be addressed.
Edit: Got around to checking the cause of this. See #664