Bug 498147 - Add support for incomplete timestamps for images and videos
Summary: Add support for incomplete timestamps for images and videos
Status: RESOLVED DUPLICATE of bug 460718
Alias: None
Product: digikam
Classification: Applications
Component: Metadata-Date (show other bugs)
Version: 8.5.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-02 10:29 UTC by Marco Loos
Modified: 2025-01-02 11:33 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Example (27.96 KB, image/jpeg)
2025-01-02 10:31 UTC, Marco Loos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Loos 2025-01-02 10:29:23 UTC
SUMMARY

Allow users to set incomplete timestamps for images and videos in digiKam.


STEPS TO REPRODUCE

1. Open digiKam and attempt to edit the timestamp of an image or video.
2. Try to enter a timestamp with incomplete information (e.g., only the year, only the year and month, or without specifying the time).
3. Observe that digiKam does not support saving incomplete timestamps.


OBSERVED RESULT

digiKam requires a complete timestamp to be provided, including year, month, day, and time, even when some of this information is unknown.


EXPECTED RESULT

digiKam should allow users to input incomplete timestamps. The feature should include:

- An entirely unknown timestamp represented as ???? for unknown years.
- Partial timestamps where only the year is specified.
- Partial timestamps where the year and month are specified.
- Partial timestamps where the year, month, and day are specified but the time is unknown.

This functionality is available in Adobe Photoshop Elements Organizer, and implementing it in digiKam would make the transition for users like me more feasible.

I understand that such information cannot be stored in EXIF metadata and must use placeholder values there. However, digiKam's local database could support and retain this more flexible timestamp information.


SOFTWARE/OS VERSIONS

Windows: 11


ADDITIONAL INFORMATION

This feature is crucial for users who manage collections of historical or archival images and videos where precise timestamps are often unavailable. Offering this functionality would significantly enhance digiKam’s usability for such scenarios.
Comment 1 Marco Loos 2025-01-02 10:31:26 UTC
Created attachment 177033 [details]
Example
Comment 2 Maik Qualmann 2025-01-02 11:33:05 UTC
*** This bug has been marked as a duplicate of bug 460718 ***
Comment 3 Maik Qualmann 2025-01-02 11:33:51 UTC
See also Bug 301357 and Bug 140202

Maik