[exec_sh] mLast updated: 2015-01-18
###Find images in a directory that don't have a DateTimeOriginal###
exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filetype eq "JPEG"' .
###Output photos that don't have datetimeoriginal to a CSV### Note this can take a long time if you have a lot of jpgs