-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The following steps can take very long depending on the library's size:
- fetching every saved track (long)
- fetching every saved album along with their tracks (longer)
We can imagine caching these data into a small & simple SQLite database. Regarding the second step, we will still need to query the Spotify API to get a list of the saved albums, but only their tracks will be cached (this should drastically speed up this step).
The end-user will be able to pass the --no-cache option to disable caching.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request