mirror of
https://github.com/Googolplexed0/zotify.git
synced 2026-04-25 14:25:50 +03:00
[GH-ISSUE #96] [Feature Request] Modify lyrics filename #84
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#84
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 @a0g83agbc84 on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/Googolplexed0/zotify/issues/96
Originally assigned to: @Googolplexed0 on GitHub.
I use
beetsas a library manager. With it, I use filelote to move the other song related files. With zotify OG, the lyrics filename was respecting the song one, so filelote would move the two files, named exactly the same, to the same directory. I use externallrcfor software that does not support embedded lrc files, so that was very handy.Now, the
lrcfile is named{autor} {title}.lrcno matter what.Could you either:
Thanks in advance!
@Googolplexed0 commented on GitHub (Oct 9, 2025):
Implemented with
85d3acffc8. See the new configLYRICS_FILENAMEin the README. For the behavior you want, you should set the value to a blank string ("").@a0g83agbc84 commented on GitHub (Oct 9, 2025):
Thank you so much, really appreciate your effort and skills <3