https://bugs.kde.org/show_bug.cgi?id=491946
Bug ID: 491946 Summary: Media player widget locks up plasmashell when playing specific song Classification: Plasma Product: plasmashell Version: 6.1.4 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Media Player Assignee: plasma-b...@kde.org Reporter: m...@paul.rs CC: k...@privat.broulik.de Target Milestone: 1.0 Created attachment 172779 --> https://bugs.kde.org/attachment.cgi?id=172779&action=edit d-spy of problematic track metadata SUMMARY If you have the media player widget that ships with KDE on your taskbar and you play this track through youtube music premium: https://music.youtube.com/watch?v=Q0d3zNikhvA&si=8y3Wig-6FF1pw9PI [Street Warriors (feat.Favorit89) by Jeremiah Kane] it will cause the plasmashell process to use 100% of a cpu core and make the taskbar unresponsive. SOFTWARE/OS VERSIONS Linux: EndeavorOS KDE Plasma Version: 6.1.4 KDE Frameworks Version: 6.5.0 Qt Version: 6.7.2 ADDITIONAL INFORMATION Other songs in the same album do not cause this (so likely not the album art?). Using the 3rd party "minimum media controller" works fine while playing this track. If you want, I can look up the results of d-bus calls to mpris just let me know what properties you want me to inspect etc. Looking at the metadata property from org.mpris.MediaPlayer2.firefox.instance_* while the problematic track is playing gives me this: ``` (<{'mpris:trackid': <objectpath '/org/mpris/MediaPlayer2/firefox'>, 'xesam:title': <'Street Warriors'>, 'xesam:album': <'All or Nothing'>, 'xesam:artist': <['Jeremiah Kane']>, 'mpris:artUrl': <'file:///home/paul/.mozilla/firefox/firefox-mpris/2687_1.png'>}>,) ``` Here's a different song from the same album that doesn't cause the problem: ``` (<{'mpris:trackid': <objectpath '/org/mpris/MediaPlayer2/firefox'>, 'xesam:title': <'Vampirevania'>, 'xesam:album': <'All or Nothing'>, 'xesam:artist': <['Jeremiah Kane']>, 'mpris:artUrl': <'file:///home/paul/.mozilla/firefox/firefox-mpris/2687_1.png'>}>,) ``` Since I don't see anything problematic that's different between the two, I'd probably assume the issue is somewhere else. -- You are receiving this mail because: You are watching all bug changes.