https://bugs.kde.org/show_bug.cgi?id=513751
--- Comment #1 from Urs Fleisch <[email protected]> --- Thanks for the report. The "Album Art/Resize Album Art" action is realized as a QML script. You can find it in /usr/share/kid3/qml/script/ResizeAlbumArt.qml if on Linux or inside the location where Kid3 is installed in qml/script/ResizeAlbumArt.qml on other platforms. Alternatively, you can get the script from Git https://invent.kde.org/multimedia/kid3/-/raw/master/src/qml/script/ResizeAlbumArt.qml. You can just copy it to another location on your disk and add it as a user action (tab "User Actions" in the settings) in the same way as the original script is registered, just with the path to your copy. Inside your copy, you can just modify the line var maxPixels = 500 to another value. -- You are receiving this mail because: You are watching all bug changes.
