mirror of
https://github.com/afkarxyz/SpotiFLAC.git
synced 2026-04-26 07:35:52 +03:00
[GH-ISSUE #115] Lyrics are a bit clunky at the moment #95
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiFLAC#95
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 @EJTECH-ult on GitHub (Nov 26, 2025).
Original GitHub issue: https://github.com/afkarxyz/SpotiFLAC/issues/115
I love that the option to download lyrics is there, but it's a bit clunky right now. Firstly, the .lrc is not using the same file name as the flac file, so a few of the music players I've tried are unable to link the lyrics with the song automatically. For example, with my settings the song "Verbatim" by Mother Mother downloaded under the filename "02. Verbatim.flac" but the lyrics for that song downloaded as "Verbatim - Mother Mother.lrc". Secondly, it would be a lot better if the lyrics were simply integrated into the flac's lyrics tag on download instead of being a separate file. Finally, I wish there was an option in the settings to have it automatically download lyrics instead of having to manually press "Download Lyric" for each song. It especially gets annoying with playlists of lots of songs. I have a playlist with 120 songs on it, and I wish there was a button next to the Download All button saying something like "Download All with Lyrics".
@afkarxyz commented on GitHub (Nov 27, 2025):
I’ve already fixed the filename issue.
For the “Download All” feature, I’m excluding lyrics because the API has a rate limit.
As for embedding tags, I’m not sure how to implement it yet.