Page 1 of 1
Name files based on Date Taken
Posted: 2013-01-13 08:40:07
by BarneyBigEars
Is it possible to rename files (jpegs from camera) based on Date Taken? Can somebody tell me how?
(Windows Explorer shows Date Taken in the details of the Jpeg files so I think it should be possible.)
Posted: 2013-01-13 10:24:20
by antp
Hi,
You must use the "Use Exif Info" action for that, and %datetime% or %datetimeoriginal% for the date tag.
Posted: 2013-01-13 12:42:29
by BarneyBigEars
Thanks for the reply. %DateTimeOriginal% produces the Date Created as the name but I want to use the Date Taken (as listed in Windows Explorer). Any idea what the EXIF would be for Date Taken?
Thanks again.
Posted: 2013-01-13 19:30:55
by antp
Well it is supposed to be that one... (and %datetime% the one used as creation/modification date in Windows)
There is also %datetimedigitized% that you can try.
Posted: 2013-01-15 19:02:26
by BarneyBigEars
Thanks! %datetimedigitized% is what I needed