mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #139] [Bug Report] When using -m, albums are downloaded by song #123
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#123
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 @agenbite on GitHub (Jan 4, 2026).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/139
Originally assigned to: @Googolplexed0 on GitHub.
Zotify Version
v0.11.12
Bug Description
When using -m/--album/--albums, zotify does not download each album sequentially, but rather starts downloading songs from different albums until they all are complete. This is a problem if the album list is long, because a single call to zotify might result in incomplete albums. It'd be much nicer if the albums are downloaded sequentially, not starting the next album until this one is finished.
Bug Triggering Command
zotify -m
Config File
@Googolplexed0 commented on GitHub (Jan 4, 2026):
Downloading albums sequentially is the expected behavior when
OPTIMIZED_DOWNLOADINGis False. Will take a look.@Googolplexed0 commented on GitHub (Jan 4, 2026):
@agenbite I am not seeing this behavior after confirming
OPTIMIZED_DOWNLOADINGis disabled. I think your config misnamedOPTIMIZED_DOWNLOADINGasOPTIMIZE_DOWNLOADinstead. Change that and it should work as expected.Try updating to 0.11.13 (release in a bit) so that Progress Bars work properly and confirm that you have two on-screen (one counting albums and the other counting tracks) rather than only one (only counting total tracks across all albums).
@agenbite commented on GitHub (Jan 5, 2026):
Progress bars look great!! Thanks!
There might be a quirk, though: I'm downloading 116 albums (actually, finishing a previous incomplete download) and the bar informs about 150, not 116 as I would expect.