embed lyrics does not search for song lyrics, it doesn’t find any at all, starting from version kid3-3.9.3 :( although clementine finds all the lyrics on the same resource letras.com. Please fix it!
The web sites providing lyrics are changing all the time. Therefore "Embed Lyrics" is implemented as a script, you can find it in /usr/share/kid3/qml/script/EmbedLyrics.qml. If you know a bit of JavaScript, you could make a copy of it, fix it, and add it as a user action.
(In reply to Urs Fleisch from comment #1) > The web sites providing lyrics are changing all the time. Therefore "Embed > Lyrics" is implemented as a script, you can find it in > /usr/share/kid3/qml/script/EmbedLyrics.qml. If you know a bit of JavaScript, > you could make a copy of it, fix it, and add it as a user action. Thank you. unfortunately I don’t know Java script, I know a little bash, but not well :(
I tried to edit the EmbedLyrics.qml file, inserting the address of the resource where Clementine obviously finds everything (letras.mus.br), but the result was negative. I feel like the script is wrong :(
thank you, but I can’t do it, because I really don’t understand how it should be correctly :( please send me the ready-made EmbedLyrics.qml script on sergantiche@gmail.com :)
You can get it from https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/EmbedLyrics.qml
(In reply to Urs Fleisch from comment #5) > You can get it from > https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/ > EmbedLyrics.qml it works now! 🤩 thank you very much! 🙏
Fixed in version 3.9.6.
(In reply to Urs Fleisch from comment #7) > Fixed in version 3.9.6. thanks a lot for the correction!