mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #117] [Feature Request] Download all liked albums #101
Labels
No labels
bug
considering
discussion
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zotify#101
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 @g-lok on GitHub (Nov 16, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/117
The app can download all of a user's liked tracks, but people like me curate their library by albums. There should also be an option to fetch all of a user's liked albums.
I already made a hacky script that did this using the Spotify API to generate a list of favorite album uris here:
https://github.com/g-lok/get-spotify-favorites. It needs to be updated to use librespot for the authentication, and I would like to offer my help to implement this directly into your zotify fork so it's baked into the app. I not only need this for my own archival purposes, but I need projects to work on to get better at coding and have something to do, so if you'll allow me to contribute I would be very appreciative.
@Googolplexed0 commented on GitHub (Nov 17, 2025):
Already implemented in the efficient-api branch.
@g-lok commented on GitHub (Nov 17, 2025):
Ah nice. Really looking forward to that update, the amount of API calls this is flooding Spotify is troubling and really inefficient. Any idea of an ETA