mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 14:25:50 +03:00
[GH-ISSUE #142] [Bug Report] Non-Optimized Downloading Causes Error #124
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#124
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 6, 2026).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/142
Originally assigned to: @Googolplexed0 on GitHub.
While trying to download a big album collection, I was using
OPTIMIZED_DOWNLOADING=Falsein order to download full albums one by one, and everything worked fine for a while. However, this has stopped working and now zotify ends without an error as soon as it starts downloading any song. With optimized downloading it does work, but will leave me with a lot of incomplete albums for a long time. I wonder if "the parent company" has flagged me or if there's something wrong at my side?@RGPZ commented on GitHub (Jan 6, 2026):
My config.json file in the Zotify roaming folder didn't have "OPTIMIZED_DOWNLOADING": "False" in the list so the config.DEBUG.json would just keep seeing optimized_downloading to true. I've gone and added the variable to the config.json file (with the setting as false) and then set the variable in config.debug.json to false and now I'm waiting to see if it either downloads or throws me an error, the download just seems to be hanging at the moment.
For some reason when I tried to download a specific artist it would download a whole bunch of other artist songs and I assume that this is connected to that issue that I'm also having.
@RGPZ commented on GitHub (Jan 10, 2026):
UPDATE: (I forgot to respond to this) It does work, it just seems to take a while until it starts. Sadly it's not fixed my issue on downloading artists because for some reason it still just ends up downloading songs from other artists which I do not understand as to why.
@agenbite commented on GitHub (Jan 11, 2026):
It still doesn't work for me, but I ended up doing what I needed by downloading a list of URIs from the albums in my library (through the standard "download my info" link in the website config) and iterating through it with a script which calls zotify on each URI.
@Googolplexed0 commented on GitHub (Jan 20, 2026):
@agenbite see if the new-hierarchy branch fixes this issue.
@agenbite commented on GitHub (Jan 20, 2026):
I can't seem to run this branch. If I try to download an album after
zotify -s whatever, I get the following error:@agenbite commented on GitHub (Jan 20, 2026):
This has been already reported: https://github.com/Googolplexed0/zotify/issues/155
@Googolplexed0 commented on GitHub (Jan 21, 2026):
See #130 for the new artist-related config options.
Just fixed. Are you still seeing your original
OPTIMIZED_DOWNLOADING=Falseerror?@agenbite commented on GitHub (Jan 21, 2026):
Nope!! :) Thanks!!