-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature Request - Option to prefer sync/regular lyrics #14
Comments
This is a great idea. I have a pre 10.9 music library where every song has regular (non sync) lyrics. Unfortunately there is no way to replace the existing lyrics with sync lyrics - when I run lrclib plugin, it detects that lyrics are already present and moves on. Therefore I don't get to enjoy the sync lyrics feature unless I go in and click around the ui one song at a time. |
For anyone in my situation, I wrote this cypress script that automates the clicking to re-download lyrics for a playlist:
|
I'm just looking for a way to automatically get the lyrics, instead of manually clicking on each song in an album, searching lyrics, then downloading the one I want. No idea what cypress is @johnpc so I am assuming this script will not work on the jellyfin interface. Edit: just found I had to force this to happen by running a task:
Originally posted by @GlassedSilver in #3 |
Currently, there is no way to control what gets downloaded if both sync and regular lyrics are available. It's even common for lyrics within the same album to be sync for some songs and not sync for other songs, even though both sync and not sync lyrics are available. It would be great to have an option to prefer sync or regular lyrics download.
Changing the option should also try to replace the already downloaded lyrics of the type that is not preferred, if possible. Maybe that could be an additional option checkbox such as "Replace existing lyrics with preferred type".
The text was updated successfully, but these errors were encountered: