mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 14:25:50 +03:00
[GH-ISSUE #4] [Feature Request] Download associated album for each track in a playlist #174
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#174
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 @yodaluca23 on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/4
I am trying to build up a local backup of my entire Spotify playlists, and I want all the songs that are a part of the album, each track is in.
I don't think this should be too hard, just make an album API call (pagination if total tracks is greater than 50), and download each of the tracks in the album. It should also work with all the parameters, most notably
SKIP_EXISTING_FILES. You could also skip the extra API call and album download if theplaylistTrackItems['track']['album']['total_tracks']is equal to one. Or maybe have an option to skip album downloads based onplaylistTrackItems['track']['album']['album_type']is equal to "single" but in my experience that is often inaccurate, I think it is set by the publisher.Thank you for your consideration!