Creating Directory tree based on EXIF DateTimeOriginal

Started by wodbutchr, March 11, 2011, 02:14:24 PM

Previous topic - Next topic

wodbutchr

Hello,
I am new to this forum so forgive me if this question has already been answered.

I am trying to recover pictures from an ancient computer crash, I just kept the hard disks and used Recuva to do low level disk scans for pictures. Then I used exiftool to create the EXIF DateTimeOriginal from the FileModifyDate for each picture.
Now my problem is to create a directory structure year/month/day/picture.jpg from the EXIF date.
Can exiftool do that? Suggestions mucha appreciated.
exiftool is  great program well worth the steep learning curve!
Andre

Phil Harvey

Hi Andre,

Take a look at the 3rd and 4th examples "RENAMING EXAMPLES" section of the application documentation, and let me know if you have any questions.

Also note that you should use double quotes around command-line arguments if you are running in Windows.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

wodbutchr

Woaw, problem solved.
I can throw away all the photo management tidbits I found on the internet and embrace exiftool!

Thanks again,
Andre