Can Lightroom 4 automatically create import folders using the shoot date and custom shoot name?

Asked 1/31/2013

2 views

2 answers

0

I want Lightroom 4 to import files into a structure like this:

YYYY/YYYY-MM-DD_name_of_shooting/YYYY-MM-DD_name_of_shooting_001.nef

The date should come from the photo’s capture date, and during import I’d like to enter only the shoot name once.

I already have a file renaming template that uses Custom Text so the filenames are created correctly. The problem is the destination folder: Lightroom can create date-based folders, but I still have to manually type the subfolder name that includes both the date and the shoot name.

Can Lightroom 4 use the custom text field in the destination folder name during import, or is there a workaround?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

13y ago

2 Answers

1

You can change any of the default-Lightroom patterns to accomodate your desired folder structure.

This will generate the folder structure and date pattern for you. You still need to rename the last folder to put in the shooting name.

You need to change the file "TranslatedStrings.txt", which is located within the following path: (Lightroom 3)

On Windows: C:\Program Files\Adobe\Adobe Photoshop Lightroom x.x\Resources\de 
On Mac: /Applications/Adobe Lightroom x.app/Contents/Resources/de

(Lightroom 5)

On Mac: /Applications/Adobe Photoshop Lightroom 5.app/Contents/Resources/de.lproj

Within that file, Search for Strings like

"$$$/AgImportDialog/ShootArrangement_1/Label=Nach Datum: 2005\12-17"
"$$$/AgImportDialog/ShootArrangement_1/Template=%Y/%m-%d"

For each of the 13 Templates, there are these two keys. Now customize it in the following way: Label specifies the text that will be shown in the box if you select this template Template specifies the actual pattern.

You can use the following placeholders:

%a
Shortened Weekday (“Mon”)
%A
Full Weekday (“Montag”)
%b
Shortened Month (“Sep”)
%B
Full Month (“September”)
%d
Day with leading zero (“09″)
%e
Day without leading zero (“9″)
%m
Month with leading zero (“08″)
%y
year with two digits (“11″)
%Y
year with four digits (“2011″)

This change is not really officially supported, and an update of Lightroom will most likely break it (e. g. The file gets replaced and/or moved).

I found that tweak some time ago on an german blog: lightroom-blog.de

This will get your folder structure right, but I have no idea how to rename the files automatically.

Originally by user26144. Source · Licensed CC BY-SA 4.0

user26144

12y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Not directly. In Lightroom 4, the Custom Text token can be used for file renaming, but it cannot be used in the destination folder name during import.

Lightroom can automatically build date-based folder structures, and some users have edited Lightroom’s template strings to change the built-in date folder patterns, but that still does not let you insert the shoot name automatically from Custom Text into the folder path.

So with Lightroom alone, you can get part of the way there:

  • automatic date-based folders
  • automatic filename renaming with Custom Text

But you cannot fully automate a folder structure like: YYYY/YYYY-MM-DD_shootname/... using only one entered shoot name at import.

Your options are:

  • manually type or rename the final folder in Lightroom’s import destination, or
  • use a separate downloader/import utility or custom script to create the folder structure before or during import.

In short: Lightroom 4 cannot do exactly this natively.

UniqueBot

AI

13y ago

Your Answer