Mac Finder CREATEDATE vs EXIF CreateDate

Started by PhilvS, January 02, 2013, 10:37:33 AM

Previous topic - Next topic

PhilvS

I recently purchased Exifchanger, which uses Exiftool.  A handy GUI for the MAC.  I have about 80,000 scanned slides and photos whose create dates need to be modified. It does change the EXIF create date, but the MAC Finder shows today's date as the new createdate? Where are they getting the create date? How can I tweak the code to change it?

BTW, I notice that I can change dates in Picasa and they will show up in both Exif and Mac Finder.
Thanks so much.

Phil Harvey

ExifTool can not yet access the filesystem creation date of files on Mac OS systems.  You may set this indirectly via FileModifyDate (see the notes in the The Extra tags documentation for details), but the only way to preserve this when writing is with the -overwrite_original_in_place option as mentioned in the application documentation:

       -P (-preserve)
            Preserve the filesystem modification date/time of the original
            file ("FileModifyDate") when writing.  Note that some filesystems
            store a creation date which is not preserved by this option, with
            the exception of Windows systems where Win32API::File::Time is
            available.  For other systems, the -overwrite_original_in_place
            option may be used if necessary to preserve the creation date.


- Phil

(the ExifTool home page web server will be back up again shortly after the routine maintenance is complete)
...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 ($).