rework auto lyrics matcher (#1569)

- remove priority order in favor of best match from all selected providers (lrclib synchronized)
- improve % match for title / artist
This commit is contained in:
jeffvli
2026-01-18 16:02:37 -08:00
parent 7f1c4a4d18
commit d10e4a3d68
2 changed files with 78 additions and 51 deletions
+1 -1
View File
@@ -848,7 +848,7 @@
"lastfmApiKey": "{{lastfm}} API key",
"lyricFetch_description": "fetch lyrics from various internet sources",
"lyricFetch": "fetch lyrics from the internet",
"lyricFetchProvider_description": "select the providers to fetch lyrics from. the order of the providers is the order in which they will be queried",
"lyricFetchProvider_description": "select the providers to fetch lyrics from",
"lyricFetchProvider": "providers to fetch lyrics from",
"lyricOffset_description": "offset the lyric by the specified amount of milliseconds",
"lyricOffset": "lyric offset (ms)",