darktable icon indicating copy to clipboard operation
darktable copied to clipboard

FR: make $(MAKER) and $(MODEL) available at import time.

Open badkernel opened this issue 3 years ago • 4 comments

Hello

Came across this minor issue with darktable 3.8 variables on MacOS 12.2.1 when importing images where $(MAKER) and $(MODEL) and not assigned.

I'm using following variables when importing images to external SSD: $(EXIF_DAY)-$(EXIF_HOUR)$(EXIF_MINUTE)$(EXIF_SECOND)-$(EXIF_MONTH)-$(EXIF_YEAR)-$(MAKER)-$(MODEL).$(FILE_EXTENSION)

File name result looks like this: 17-.21_53_51-02-2022--.JPG (nothing between last two hyphen)

Expected result: 17-.21_53_51-02-2022-Fujifilm-X-pro1.JPG

I can see details in image information module but they are "skipped" when importing darktable_imagemodule_screenshot

badkernel avatar Feb 23 '22 06:02 badkernel

As far as I know only date time are the only exif information available at import time. This said this is a feature which could be added.

phweyland avatar Feb 24 '22 11:02 phweyland

As far as I know only date time are the only exif information available at import time. This said this is a feature which could be added.

Thank you for responding to this post. In manual for Darktable 3.8 there are variables that I mentioned in my question so I assumed that these can be used when importing.

@phweyland how do I go about requesting this to be added in next version of Darktable ?

badkernel avatar Feb 26 '22 16:02 badkernel

how do I go about requesting this to be added in next version of Darktable ?

Change the title of the issue to FR: make xxx available at import time.

In manual for Darktable 3.8 there are variables that I mentioned in my question so I assumed that these can be used when importing.

See the import doc.

phweyland avatar Feb 26 '22 17:02 phweyland

This issue did not get any activity in the past 60 days and will be closed in 365 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.

github-actions[bot] avatar Apr 28 '22 00:04 github-actions[bot]