mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-24 22:05:53 +03:00
[GH-ISSUE #46] ValueError when converting using ffmpeg #37
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#37
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 @ulyxie on GitHub (Aug 8, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/46
Originally assigned to: @Googolplexed0 on GitHub.
Bug Description
ValueError is getting raised when trying to convert using FFmpeg.
Bug Triggering Command
ValueError in config.py when calling Zotify.CONFIG.get_ffmpeg_log_level()
Error Traceback / Logs
Command
zotify --download-lyrics=true --download-format=mp3 --download-quality=very_high -rp . -ie True --md-allgenres True --retry-attempts 5 --bulk-wait-time=10 -rt True --debug -f songs.txtConfig File
Zotify Version
v0.9.12
Additional Context
None that comes to mind
@ulyxie commented on GitHub (Aug 8, 2025):
You can close this, "warn" is not a valid value for a log level anymore. I do suggest adding warn back as I would say its one of the standard shorthand for warning
@Googolplexed0 commented on GitHub (Aug 8, 2025):
Added as alias (see
52bdb2c) and made similar exceptions a bit more clear.