- Joined
- Oct 22, 2022
- Messages
- 101
- Lightroom Experience
- Intermediate
- Lightroom Version
- Classic
- Lightroom Version
- Lightroom Classic version: 12.0.1
- Operating System
- Windows 10
For many years (since at last 2008) I've been successfully using the technique for customizing the folder structure used when importing images described by Mark and Matt, along with one manual step after importing to get my desired folder structure. After purchasing a new camera I upgraded from Lightroom 5.7.1 to Lightroom Classic (12.0.1) a week ago, and have been processing images that had already been copied to my computer (using a Powershell script I wrote that to use exiftool to copy images into my desired folder structure and create two backup copies). Today I started to do my first import from a memory card, and noticed a couple strange things. It appears that my import presets were successfully transfered from LR 5.7.1 or LrC, but when I select my one of my import presets in LR 5.7.1 the Destination section of the Import dialog looks like
and if I open the Date Format menu I see
while in LrC it looks like
and if I open the Date Format menu I see
LrC is indicating, however, that it is going to import the images to the desired location
After noticing this, I realized that I hadn't copied my custom
At that point I realized that I didn't understand how LrC was indicating that it was going to import the images to the desired location (after I select my preset) given the missing
which seems to explain that. Interestingly, there doesn't appear to be a seperate/new folder for Lightroom Classic presets, different from Lightroom 5.7.1 presets, so I guess my presets where accidentally inherited. In fact, while experimenting I created a couple new import presets in LrC, and they do show up in the LR 5.7.1 import presets menu.
So, my first question is Does anyone know how to get
As I mentioned above, to get my desired folder structure,
Finally, while many of the entries in the import preset preset files (e.g.
and if I open the Date Format menu I see
while in LrC it looks like
and if I open the Date Format menu I see
LrC is indicating, however, that it is going to import the images to the desired location
After noticing this, I realized that I hadn't copied my custom
TranslatedStrings.txt
file into LrC like I've had to do every time I've installed LR 5.7.1 (and earlier) on a new computer. I then checked in C:\Program Files\Adobe\Adobe Lightroom Classic\Resources
and saw that there was no en
folder, so after exiting LRC I copied that folder from LR 5.7.1 to LrC restarted it and found it didn't make any difference.At that point I realized that I didn't understand how LrC was indicating that it was going to import the images to the desired location (after I select my preset) given the missing
TranslatedStrings.txt
file, so I opened the C:\Users\pcanning\AppData\Roaming\Adobe\Lightroom\Import Presets\User Presets\Wildlife from Card.lrtemplate
file in Notepad and found in contains a line shootNameFormat = "%Y/%Y-%m/%Y-%m-%d",
which seems to explain that. Interestingly, there doesn't appear to be a seperate/new folder for Lightroom Classic presets, different from Lightroom 5.7.1 presets, so I guess my presets where accidentally inherited. In fact, while experimenting I created a couple new import presets in LrC, and they do show up in the LR 5.7.1 import presets menu.
So, my first question is Does anyone know how to get
2022 Photos/2022-12 December/2022-12-06
to show up in the LrC's Date Format menu?As I mentioned above, to get my desired folder structure,
2022 Photos/2022-12 December/2022-12-06/2022-12-06 <event_name_or_location>
, I have always had to do manually create the final 2022-12-06 <event_name_or_location>
folder and copy the images into it. My Powershell script prompts me for event_name_or_location, and copies the images into the final directory. The main reason I was looking so closely at the new import dialog (and its documentation) is that I was hoping that after 7 major releases and 8 years Adobe would have added- official support for customizing folder structure
- a tag that I could put in the string template to access that value I type into the Into Subfolder field in the Destination section so that I can combine it with the date tags to specify the final
2022-12-06 <event_name_or_location>
folder
Finally, while many of the entries in the import preset preset files (e.g.
Wildlife from Card.lrtemplate
) are pretty self explanatory, a number of them are not (and some of those have intriguing names). My final question is has anyone found documentation for the import preset file format, or reversed engineered it?