Summary: | missing AspectRatio in db information during a BQM process | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | fch22 <frederic.chaume> |
Component: | AdvancedRename-BatchQueueManager | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | frederic.chaume, metzpinguin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
fch22
2022-08-03 16:17:19 UTC
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 |