mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 22:35:51 +03:00
[GH-ISSUE #15] “DOWNLOAD_LYRICS: FALSE” raises exception #11
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#11
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 @zimmerma379 on GitHub (Jun 3, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/15
Originally assigned to: @Googolplexed0 on GitHub.
When my “config.json” file contains
"DOWNLOAD_LYRICS": "False", the following error is displayed upon track downloads:Unable to write metadata, ensure FFMPEG is installed and added to your PATH.Seems call to “set_audio_tags” in “track.py” raises the following exception:
cannot access local variable 'lyrics' where it is not associated with a valueCan this be fixed, please? As a general rule, I do not want to download “*.lrc” files, hence the entry in my “config.json” file.
@Googolplexed0 commented on GitHub (Jun 5, 2025):
Should be fixed by
0ea073f