Bug 448612 - Allow sorting by Original date time
Summary: Allow sorting by Original date time
Status: RESOLVED WORKSFORME
Alias: None
Product: digikam
Classification: Applications
Component: Albums-ItemsSort (other bugs)
Version First Reported In: 7.4.0
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-16 17:38 UTC by Clarence Risher
Modified: 2022-02-20 08:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 7.6.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clarence Risher 2022-01-16 17:38:44 UTC
The UI currently allows sorting items by Creation and Modified date/time. I'd like to be able to sort by the EXIF metadata "Date/Time Original"
Comment 1 Maik Qualmann 2022-01-16 21:05:55 UTC
The digiKam creation date is 99% the Exif.DateTimeOriginal date. If it is different for you, send me a sample image to my private e-mail.

Maik
Comment 2 Clarence Risher 2022-01-16 22:09:42 UTC
When using the Exposure Blending plugin, DigiKam sets creation and modification times for the output image to the time of the operation. As things stand now, that means the output image gets sorted hours or days later than the component images in the collection/album view.

In the later step of my workflow where I copy tags/labels from a component image to the output image I am also setting the Exif.DateTimeOriginal on the output image to one increment (currently 1s, later .01s) after the component images. I am not changing the creation or modification times because I anticipate future cases where I need the accurate information in those fields.

That workflow plus this feature request (which I'm trying to implement myself but will require DB changes (to ImageInformation, I think) which would be hard for me as an unknown to get merged) would allow me to sort the HDR images right next to the component images.
Comment 3 Maik Qualmann 2022-01-17 07:29:11 UTC
I understand that so, you reset the original time + x seconds afterwards, probably externally with ExifTool and not with digiKam's Time Adjust Tool. But then you have to read the metadata from these images again (Item Menu or Album menu or maintenance tool ) so that digiKam updates the creation date in the database.

Maik
Comment 4 Clarence Risher 2022-01-17 07:44:06 UTC
I am updating the original time, not the creation time, so re reading the metadata has no apparent effect.