https://bugs.kde.org/show_bug.cgi?id=417409

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
            Version|                            |26.04.0
  Fixed/Implemented|                            |
                 In|                            |
      Latest Commit|                            |https://invent.kde.org/mult
                   |                            |imedia/elisa/-/commit/673b3
                   |                            |4578f761dd4d329a35edf48693b
                   |                            |8782bde8

--- Comment #7 from Nate Graham <[email protected]> ---
Git commit 673b34578f761dd4d329a35edf48693b8782bde8 by Nate Graham, on behalf
of Quentin Delmas.
Committed on 23/02/2026 at 01:36.
Pushed by ngraham into branch 'master'.

URL-decode album images

Currently, if a file contains special characters (such as `%`, `^` `&`...)
in any part of its file path, Elisa will fail to display its cover art.

This is due to the fact that `FileScanner`, upon finding an embedded image,
sets its `DataTypes::ImageUrlRole` property to the file path in the form of
a `QUrl`. When the image is fetched, using the `EmbeddedCoverageImageProvider`,
the property is treated as a string, and special characters remain
percent-encoded.
FIXED-IN: 26.04.0

M  +2    -1    src/embeddedcoverageimageprovider.cpp

https://invent.kde.org/multimedia/elisa/-/commit/673b34578f761dd4d329a35edf48693b8782bde8

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to