Created attachment 174237 [details] show how Amarok don't show the lyrics from the beggining SUMMARY Lyrics don't show the first (or two) sentence of the song STEPS TO REPRODUCE 1. Play a song 2. Show in lyrics the first sentences, the beginning is missing 3. OBSERVED RESULT The song is not showed from the beginning EXPECTED RESULT Sho the whole song lyrics Operating System: openSUSE Tumbleweed 20240927 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 Kernel Version: 6.11.0-1-default (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ i3-7100U CPU @ 2.40GHz Memory: 7.7 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620 ADDITIONAL INFORMATION a screenshot attached
Thank you for the report! I'm not immediately able to reproduce with 3.1.1. I edited the lyrics applet code a bit (ported from QtControls 1 to 2) between 3.1.0 and 3.1.1, so if you are encountering this with 3.1.0, I'd be very interested to hear if updating to 3.1.1 (released yesterday) actually fixes this.
Ok. I'll wait that Tumbleweed update Amarok to the new version, and I'll check. Greetings, and thanks for your work!
(In reply to Tuomas Nurmi from comment #1) > Thank you for the report! > I'm not immediately able to reproduce with 3.1.1. I edited the lyrics applet > code a bit (ported from QtControls 1 to 2) between 3.1.0 and 3.1.1, so if > you are encountering this with 3.1.0, I'd be very interested to hear if > updating to 3.1.1 (released yesterday) actually fixes this. Today updated to Amarok 3.1.1 and the same issue... Greetings
Okay, thank you for testing. Can't reproduce right away myself, but I'll try harder later.
Git commit d02d738b4053dc5844b3f846b8cba2d72f8ec502 by Tuomas Nurmi. Committed on 25/01/2025 at 15:43. Pushed by nurmi into branch 'master'. Don't cut out the first line of lyrics At the time of the initial implementation, lyrics.ovh results had something else than lyrics on the first row of the results, although I'm not quite sure anymore what was that. However, now it seems that there's no such extra first row any more, it seems, so don't cut it out. Also, even if there's only one row in the results, use them anyhow, as there seem to be some data in there that lacks linebreaks. Having everything on one line is probably still better than having no lyrics results. M +1 -0 ChangeLog M +2 -5 src/lyrics/LyricsManager.cpp https://invent.kde.org/multimedia/amarok/-/commit/d02d738b4053dc5844b3f846b8cba2d72f8ec502
Hello. Updated to 3.2.2 in my Tumbleweed machine, I tested today and seems that the issue is not solved... Don't show the first line in Lyrics. Greetings.
Okay, thank you for testing. That's interesting. I could reproduce this with some songs and fixed it with them. I wonder if there's another issue lying in somewhere, too. Does it happen with every track? Can you verify that the lyrics are freshly fetched and not earlier cached ones by pressing the refresh button in the lyrics applet?
ups! sorry for the noise! I tested again and seems to be ok now! So maybe it's something related what you said about cached lyrics or such... Greetings! And thanks a lot for your work!!
Great to hear, thank you for confirming! Happy listening!
(In reply to Tuomas Nurmi from comment #1) > Thank you for the report! > I'm not immediately able to reproduce with 3.1.1. I edited the lyrics applet > code a bit (ported from QtControls 1 to 2) between 3.1.0 and 3.1.1, so if > you are encountering this with 3.1.0, I'd be very interested to hear if > updating to 3.1.1 (released yesterday) actually fixes this. sorry for late answer... And Yes!! Seems to be fixed!! Thanks a lot!!