Please accept my apologies in advance if this is the wrong place to post this forum. I have just purchased Hazel to help with renamining thousands of photos, but I am complete novice.
I'm trying to create a rule to rename pictures. My naming convention is Marketing_Photo_YYYYMMDD_location_counter.ext, where:
- YYYYMMDD is the date the picture was taken, 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 picture date changes
- ext should be jpg (lowercase)
My target workflow is:
1. 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 name form sub_foldername dropped into the To_be_Processed folder
2. Have hazel to move the images into path location to the top level Master folder (i.e. /username/photos/Master/).
I have download Exiftool (http://www.sno.phy.queensu.ca/~phil/exiftool/) to help properly read the EXIF info.
Any idea if this is possible in Hazel and how? I am new to scripting as you can see.