Possible error with "-overwrite_original_in_place"

Started by karlgustavv, October 22, 2014, 04:59:39 AM

Previous topic - Next topic

karlgustavv

Hello Phil,

exiftool "-FileModifyDate<DateTimeOriginal" "-AllDates<DateTimeOriginal" -overwrite_original *.jpg

is working as expected. ExifTool updates times in all files and sets FileModifyDates accordingly.

exiftool "-FileModifyDate<DateTimeOriginal" "-AllDates<DateTimeOriginal" -overwrite_original_in_place *.jpg

is NOT working as expected. ExifTool updates times in all files but does NOT set FileModifyDates accordingly. All FileModifyDates are set to "now".

Is this a bug or an intended behavior?

Thanks
Karl

Phil Harvey

Hi Karl,

I think you found a bug here.  I'll look into this.  Thanks for the report.

- 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 ($).