[GH-ISSUE #291] Cache user's saved albums, artists, playlists #151

Closed
opened 2026-03-02 23:45:02 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-03-02 23:45:02 +03:00
Author
Owner

@aome510 commented on GitHub (Nov 13, 2023):

Related: https://github.com/aome510/spotify-player/issues/235

<!-- gh-comment-id:1808371058 --> @aome510 commented on GitHub (Nov 13, 2023): Related: https://github.com/aome510/spotify-player/issues/235
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#151
No description provided.