I'm trying to create a rule to rename pictures. My naming convention is YYYYMMDD_location_counter.ext, where:
- - YYYYMMDD is the date I took the picture, based on EXIF information
- - Location is where I took this picture. This information, in particulare, should be inherited from the folder name the picture is in. More on this later.
- - counter is a 4 digit counter that should restart from 0 every time the rule is applied
My target workflow is:
- 1. Use Adobe DNG converter to convert the images to DNG and have the converted images put in a folder names To_be_Processed/location, where location will be set based on where I've taken the pictures (manually)
- 2. Have Hazel to look for new content in the To_be_Processed folder and sub-folders and rename the picture according to the rule aforementioned, taking the location sub_foldername as the basename
- 3. Have hazel to move the images into the following folder structure
- - Master/YYYY/Location/YYYYMMDD_location/ where
- - YYYY is taken from the EXIF of the picture
- - location is taken from the folder
- - YYYYMMDD_location is built based on the previous information
I imagine this may sound a little cumbersome, but this naming convention is the result of several years of progressive approximation and it serves a number of specific scopes. I used to manage this structure directly from Aperture, but I have decided to migrate to Lightroom which has not an equally flexible folder structure management feature, so I need to rearrange my workflow differently.
Any idea if this is possible in Hazel?
Thanks a lot for any help.
e.