I am stuck with this automation question. I huge amount of digital pictures from year 1997 and would like to merge everything to two level folder structure like
Dropzone/1997/01/1997-01-02_12.13.15.jpg
Dropzone/1997/01/1997-01-02_12.13.20.jpg
Dropzone/1997/02/…
Dropzone/1997/04/…
Dropzone/1997/…
Dropzone/1998/01
Dropzone/1998/02
Dropzone/ …
You get the idea…
Dropzone is the root folder of this structure.
Idea is to drop all the images I can find to Dropzone -root folder and let the Hazel to move, sort and throw duplictes away correctly.
When dropping file to Dropzone:
- Hazel renames image-files based on EXIF -information.
- Hazel sors them to subfolders based on their modification date throwing duplicates away.
Everything works fine on the single folder level. I can sort my pictures to folders using year_month naming like:
1997_01/
1997_02/
Problem with that is that every sub folder are on the same level creating long list of folders since 1997. I would like to add one more folder level; year so it would be easier to navigate and use.
I tried to create another Hazel rule that sorts created folders based on the year on their name. That also works fine till I add new pictures to dropzone. Adding new pictures will create another folder 1997_01 and now the following folder sorter role can not merge two folders correctly.
Is there any way to make Hazel to sort my images directly to this Year/Month/ structure and cope with duplicates as neatly as it does on the single folder level?