Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedding lyrics in file metadata #75

Open
Batwam opened this issue May 14, 2024 · 1 comment
Open

Embedding lyrics in file metadata #75

Batwam opened this issue May 14, 2024 · 1 comment

Comments

@Batwam
Copy link

Batwam commented May 14, 2024

Hello,

My understanding is that LRCGET currently only allows to save the lyrics as .lrc files. Is there any plan to enable saving to the file metadata directly? Apologies if this has been discussed but I couldn't find any related discussion.

Some apps like Navidrome only recognise embedded lyrics and having the data in the file makes sure it remains accessible even if the file is renamed. While people can write scripts to load the lyrics into the metadata, it would be neat if LRCGET had an option to either save as lrc or save as metadata?

@tranxuanthang
Copy link
Owner

This is actually on my TODO list, I just haven't had enough effort to implement it yet. It is a bit more complicated than it looks. I need some time to research how to embed the lyrics into each kind of file formats.

Also, embedding lyrics into the music files means mutating it, meaning there is a chance that the software corrupts the music files. Since there are some people run LRCGET on their huge (and probably valuable) music collection, we must implement this carefully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants