embed lyrics in kid3-3.9.6 works, but it produces errors if the track title tag contains brackets and quotation marks: ( ' " . However, if you remove these symbols, then the texts are usually found. Is it possible to somehow fix this so that when did the search ignore these characters?
Thanks for the report. letras.com seems to choke on *)(!'% and non-ASCII characters. I have not removed these characters from the query parameters. You can find the fixed script at https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/EmbedLyrics.qml?ref_type=heads, the fix is in the getUrl function at line 41.
(In reply to Urs Fleisch from comment #1) > Thanks for the report. letras.com seems to choke on *)(!'% and non-ASCII > characters. I have not removed these characters from the query parameters. > You can find the fixed script at > https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/ > EmbedLyrics.qml?ref_type=heads, the fix is in the getUrl function at line 41. Thanks a lot!