https://bugs.kde.org/show_bug.cgi?id=457453
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #1 from Maik Qualmann <metzping...@gmail.com> --- There are several problems here. The aspect ratio colon is a forbidden character for Windows file systems. The database option in the renaming refers to the original file. I think you are expecting the aspect ratio of your newly created file. But the newly created file is not yet captured by the database at the point of renaming. The aspect ratio option might be a metadata option, but the rename string is already created before the BQM process. The BQM works without a database, only after the completion of all operations is the newly created file scanned. The same problem exists when wanting to apply metadata, this could only be written directly to the file. Applying metadata to the database is not possible during the BQM process. Maik -- You are receiving this mail because: You are watching all bug changes.