I know this is probably super easy and really what Hazel does with its eyes closed. But I can't figure it out. All I need to do is create a rule which looks a folder full of .mov files and:
1. Renames each .mov file based on the date was created.
2. Sorts each .mov file created on the same date into the same subfolder and names that subfolder based on the created date of the files contained inside
3. Moves that subfolder to a directory on an attached drive.
So, for example, if I had 12 .mov files - 4 shot on 11/09/11, 2 shot on 11/10/11, 5 shot on 11/11/11 and 1 shot on 11/12/11 Hazel would:
Create 1 folder called (for instance) IPHONE_110911 and place the 4 movies shot on that date in it
Create 1 folder called (for instance) IPHONE_111011 and place the 2 movies shot on that date in it
Create 1 folder called (for instance) IPHONE_111111 and place the 5 movies shot on that date in it
Create 1 folder called (for instance) IPHONE_111211 and place the 1 movie shot on that date in it
It would then move all the folders to the other directory on the attached drive.
I've got the renaming part down (at least for the .mov files) and I can create a subdirectory for each. But then I just get multiple copies of folders (i.e. IPHONE_110911, IPHONE_110911_1, IPHONE110911_2, etc.) each with only 1 file in it.
Any guidance would be very much appreciated.
Many thanks!