I tried "Run shell Script" with the following command:
- Code: Select all
exiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" $1
But I always get a "Received abort event" error. Any ideas?
Moderator: Mr_Noodle
exiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" $1exiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" /Volumes/Media/Import/Change\ Create\ Dateexiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" /Volumes/Media/Import/Change\ Create\ Date"exiftool "-FileCreateDate<CreateDate" "-FileModifyDate<CreateDate" $1/usr/local/bin/exiftoolluomat wrote:Try using
- Code: Select all
/usr/local/bin/exiftool
(or whatever the correct path is) rather than just `exiftool`.
Also try putting $1 in double-quotes like this: "$1"