On 2016-07-13 13:55, Patrick Shanahan wrote:
I *assume* you mean making the file date/time match the exif file creation time which *should* match the date/time taken???
exiftool or exiv2 will accomplish this. I prefer exiv2 as it is compiled and much quicker as exiftool is a perl "script".
I do: exiv2 -T ./*.{nef,jpg}
you might change to: exiv2 -T ./*.jpg
changes the file date/time to match the exif image creation date/time w/o changing the file name.
I will do this :-)
I go further and change the image file name to match creation date/time: exiv2 mv \-k \-r %y%m%d_%H%M%S_:basename: \.\/*.{nef,jpg}'
results: 160713_075208_dsc9817.jpg YYMODA HHMMSS orig_file_name
Mmm. Interesting, but this breaks the existing database. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)