mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #291] Cache user's saved albums, artists, playlists #151
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#151
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 @joebonneau on GitHub (Nov 13, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/291
Is your feature request related to a problem? Please describe.
This may be a product of how I'm using spotify-player (see additional context), but I'm frequently creating new instances of the client and it takes a non-trivial amount of time to fetch all of my saved content every time, especially albums and artists. If possible, caching this content could alleviate the bottleneck I'm running into.
Describe the solution you'd like
I'd like for the saved content to be accessible shortly after the client launches. I often find myself waiting for that to occur before I can select an album I'd like to search for and play.
Describe alternatives you've considered
An alternative would be to keep a persistent tmux session with the player open so that the content doesn't need to be fetched every time. Another option (which will be an even better one when tracks are marked as explicit) would be to just search for whatever I'm looking for.
Additional context
As mentioned, I use tmux (specifically a tmux popup) to launch and interact with spotify-player. In doing so, every time I interact with spotify-player is a new instance of the client.
I'm not sure if there's an easy way to see how many albums I have saved, but I've definitely got well over a thousand.
@aome510 commented on GitHub (Nov 13, 2023):
Related: https://github.com/aome510/spotify-player/issues/235