From afd6354b4c0cb3f9c49562c3e5fd2e7f201bfa05 Mon Sep 17 00:00:00 2001 From: Bill Ferguson Date: Wed, 18 Dec 2024 19:07:11 -0500 Subject: [PATCH 1/2] updated import fields to match changes in 17545 --- content/preferences-settings/import.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/preferences-settings/import.md b/content/preferences-settings/import.md index 80e8b259a9..d620749c1b 100644 --- a/content/preferences-settings/import.md +++ b/content/preferences-settings/import.md @@ -11,7 +11,7 @@ Control default file naming conventions used when [importing](../module-referenc The following options define the default naming pattern for use in the "copy & import" or "copy & import from camera" options in the import module, or when taking photos in the [tethering](../tethering/_index.md) view. -The naming pattern consists of three parts: a base part defining the parent folder, a session part defining a sub directory (which is specific to the individual import session), and a file name part defining the filename structure for each imported image. +The naming pattern consists of three parts: a base part defining the parent folder, a session part defining a filmroll (which is specific to the individual import session), and a file name part defining the filename structure for each imported image. Several pre-defined variables can be used in the pattern as placeholders: @@ -42,11 +42,11 @@ $(EXIF_SECOND) seconds the photo was taken (from Exif data) $(EXIF_ISO) ISO value of the photo (from Exif data) ``` -base directory naming pattern -: The base directory part of the naming pattern (default `$(PICTURES_FOLDER)/Darktable`). +base filmroll's directory naming pattern +: The base filmroll's directory part of the naming pattern (default `$(PICTURES_FOLDER)/Darktable`). -sub directory naming pattern -: The sub directory part of the naming pattern (default `$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)`). +filmroll naming pattern +: The filmroll part of the naming pattern (default `$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)`). keep original filename : Check this box to keep the original filename instead of using the pattern below when importing from a camera or card (default off). From a0c99d93e7e9b3b379709ce5ee9f545b4007b8dd Mon Sep 17 00:00:00 2001 From: Bill Ferguson Date: Thu, 19 Dec 2024 11:26:55 -0500 Subject: [PATCH 2/2] updated base filmroll's directory description --- content/preferences-settings/import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/preferences-settings/import.md b/content/preferences-settings/import.md index d620749c1b..2ca9df9c4d 100644 --- a/content/preferences-settings/import.md +++ b/content/preferences-settings/import.md @@ -43,7 +43,7 @@ $(EXIF_ISO) ISO value of the photo (from Exif data) ``` base filmroll's directory naming pattern -: The base filmroll's directory part of the naming pattern (default `$(PICTURES_FOLDER)/Darktable`). +: The base directory part of the naming pattern (default `$(PICTURES_FOLDER)/Darktable`). filmroll naming pattern : The filmroll part of the naming pattern (default `$(YEAR)$(MONTH)$(DAY)_$(JOBCODE)`).