| Summary: | Batch renaming - Same date format in the file name for all images | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | sourcemaker <kde-bugzilla> |
| Component: | AdvancedRename-file | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 8.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/e32c55ba1e255f035fcdcf3a548e71d5f17eb3e0 | Version Fixed/Implemented In: | 9.0.0 |
| Sentry Crash Report: | |||
|
Description
sourcemaker
2025-10-07 21:31:09 UTC
Git commit e32c55ba1e255f035fcdcf3a548e71d5f17eb3e0 by Maik Qualmann. Committed on 26/10/2025 at 09:11. Pushed by mqualmann into branch 'master'. add modifier to detect and format a date The modifier can detect metadata date or also date in a file name and format it. FIXED-IN: 8.9.0 M +1 -1 NEWS M +1 -0 core/utilities/advancedrename/CMakeLists.txt M +3 -1 core/utilities/advancedrename/advancedrenameinput.cpp M +2 -0 core/utilities/advancedrename/common/parser.cpp A +79 -0 core/utilities/advancedrename/parser/modifiers/dateformatmodifier.cpp [License: GPL(v2.0+)] A +44 -0 core/utilities/advancedrename/parser/modifiers/dateformatmodifier.h [License: GPL(v2.0+)] M +6 -13 core/utilities/advancedrename/parser/options/dateoption.cpp https://invent.kde.org/graphics/digikam/-/commit/e32c55ba1e255f035fcdcf3a548e71d5f17eb3e0 Here's an example of your possible renaming string:
IMG_[meta:Exif.Photo.DateTimeOriginal]{dateformat:yyyyMMdd_hhmmss_zzz}
or:
IMG_[file]{dateformat:yyyyMMdd_hhmmss_zzz}
Maik
|