https://bugs.kde.org/show_bug.cgi?id=357620
Tuomas Nurmi <tuo...@norsumanageri.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/mult | |imedia/amarok/-/commit/9137 | |61444c9e0fc254ef84b03b288dd | |f63a12074 Resolution|--- |FIXED --- Comment #3 from Tuomas Nurmi <tuo...@norsumanageri.org> --- Git commit 913761444c9e0fc254ef84b03b288ddf63a12074 by Tuomas Nurmi. Committed on 20/07/2025 at 10:41. Pushed by nurmi into branch 'master'. Also transmit embedded cover art through MPRIS Building a QUrl with QUrl::fromLocalFile prefixed the embedded album art url ("amarok-sqltrackuid://...") with file:, producing a malformed scheme ("file:amaroksqltrackuid://...") which still looks like a valid local url in mpris20MapFromTrack. After making sure that amarok-sqltrackuid scheme stays intact, mpris20MapFromTrack actually had all the bits in place to create a cached image for the embedded one. Everything was there, it just didn't work. Surprisingly simple fix. M +1 -0 ChangeLog M +7 -1 src/core-impl/collections/db/sql/SqlMeta.cpp https://invent.kde.org/multimedia/amarok/-/commit/913761444c9e0fc254ef84b03b288ddf63a12074 -- You are receiving this mail because: You are watching all bug changes.