Bug 444928 - include rename functionality (F2) also to image import tool
Summary: include rename functionality (F2) also to image import tool
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-Import (show other bugs)
Version: 7.3.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-04 08:54 UTC by Dirk
Modified: 2022-06-15 17:13 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 8.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk 2021-11-04 08:54:42 UTC
Not a bug but a wish (all versions / all plattforms):

I would like to have the camera name included in the filename of all my images. This is only possible in 2 steps - first import and than rename afterwards, although the import tool has some possibilities for renaming. But the rename possibilities within import tool are less powerfull than within rename tool, e.g. I was not able to choose "exif:model" for the new filname within import.
Comment 1 Maik Qualmann 2021-11-04 09:44:57 UTC
Technically, there will be a major change to the import tools. I've already thought about it. All renaming functions (or another conversions) must be carried out after the import into the database. Depending on the driver, we have no access to the Exif metadata in the import tool. The post-processing of the imported files must be done separately from the camera download in a separate thread.

Maik
Comment 2 Maik Qualmann 2022-06-15 17:13:17 UTC
Git commit eeb5ba940b0b7e523200e791b9f98623ab75b65b by Maik Qualmann.
Committed on 15/06/2022 at 17:12.
Pushed by mqualmann into branch 'master'.

fix read creation date from imported items from Import Tool
- Metadata for renaming will only be read after saving in the album
- Correct creation of date based albums.
- Add metadata and camera renaming options in the Import Tool.
- Removed live renaming preview in import view,
  preview for selected item only.
Related: bug 452088, bug 386072, bug 381214, bug 455091
FIXED-IN: 8.0.0

M  +5    -1    NEWS
M  +9    -1    core/utilities/advancedrename/advancedrenamemanager.cpp
M  +1    -0    core/utilities/advancedrename/advancedrenamemanager.h
M  +2    -0    core/utilities/advancedrename/common/parsesettings.h
M  +1    -3    core/utilities/advancedrename/parser/importrenameparser.cpp
M  +4    -1    core/utilities/advancedrename/parser/options/filepropertiesoption.cpp
M  +129  -201  core/utilities/import/backend/cameracontroller.cpp
M  +1    -18   core/utilities/import/backend/cameracontroller.h
M  +1    -1    core/utilities/import/backend/camiteminfo.h
M  +1    -1    core/utilities/import/items/importdelegate.cpp
M  +339  -267  core/utilities/import/main/importui.cpp
M  +9    -10   core/utilities/import/main/importui.h
M  +7    -1    core/utilities/import/main/importui_p.h
M  +8    -28   core/utilities/import/widgets/renamecustomizer.cpp
M  +2    -1    core/utilities/import/widgets/renamecustomizer.h

https://invent.kde.org/graphics/digikam/commit/eeb5ba940b0b7e523200e791b9f98623ab75b65b