mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 06:15:55 +03:00
[GH-ISSUE #54] [Bug Report] Downloading Playlist Only Downloads 1 Song #45
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#45
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 @nefariouslegion on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/54
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
When I give zotify a playlist by using "zotify -p" or "zotify playlist_link_here" it just downloads one song and then stops running and quits out.
Bug Triggering Command
Either "zotify -p" or "zotify playlist_link_here" (without the quotes)
Error Traceback / Logs
zotify_DEBUG_2025-08-18_17-28-07.log
config_DEBUG.json
Config File
config.json
Zotify Version
0.9.22
@satonotdead commented on GitHub (Aug 25, 2025):
It's confirmed? It's not possible to download playlists with this version?
I wonder how to do it, logging on the original Zotify is currently not working to me but it worked with playlists very well.
@Googolplexed0 commented on GitHub (Aug 28, 2025):
This doesn't happen on my system and likely not on many other systems. It certainly shouldn't be happening.
There's not really enough information here for me to diagnose anything unfortunately. It is properly fetching the playlist, as I can see that it requests the playlist three times to get 200-300 tracks. Something must be filtering out all the other tracks, for example if the track entry had no track_id. Are all the other tracks local?
Also, see if this behavior still happens after updating to v0.9.26 and/or switching to the efficient-api branch.
@nefariouslegion commented on GitHub (Aug 28, 2025):
I just installed the efficient api branch. It somewhat works in that it downloads songs in the playlist. But it still gives a bunch of errors in the process:
and when running
zotify -pit just shows no playlists after logging inLastly, when I run
zotify [insert playlist url]it produces the errors in the first screenshot but also downloads OGG files even though the config has"DOWNLOAD_FORMAT": "aac"set in it.@Googolplexed0 commented on GitHub (Aug 30, 2025):
The genre and playlist errors should be fixed with
41d4bd5290. Update to v0.10.4 to double-check.The
.oggfiles are appearing because the conversion toaacwith FFMPEG is failing. If the conversion fails, the audio codec remains unchanged and therefore should be stored as an.ogg. Not sure why it is failing though. Do you haveTEMP_DOWNLOAD_DIRempty/disabled?If you could try it again on v0.10.4 with
--debugmode and attach your DEBUG.log it would be very helpful.@Googolplexed0 commented on GitHub (Sep 4, 2025):
See if updating to v0.10.7 fixes this.