Multi-Rename tool - photo shooting date taken EXIF

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
adamkam
New Member
New Member
Posts: 1
Joined: 2014-03-10, 15:41 UTC
Location: Poland

Multi-Rename tool - photo shooting date taken EXIF

Post by *adamkam »

Hello,

I work with a lot of photos. They usually have names that says nothing (DSC_23947234.TIF)

I'm trying to use Multi-Rename tool to implement specific syntax:
[shooting-date]_photo-name_[counter].TIF

I can't force TC to use shooting date on the file name. I can use only:
- creation date (creation date is different than shooting date)
- writing date
- access date

The question is, how can I add my own filter with shooting date?


Regards,
Adam
User avatar
Gral
Power Member
Power Member
Posts: 1609
Joined: 2005-01-26, 15:12 UTC

Post by *Gral »

sorcar
Member
Member
Posts: 100
Joined: 2005-04-12, 17:45 UTC
Location: U.S.

Post by *sorcar »

how can I add my own filter with shooting date?
With the plugin installed (as suggested by Garl), I use the following in the Rename mask
[=exif.DateOriginal.Y-M-D]~[=exif.TimeOriginal.h-m-s]_[N]_[Cnnn]
Replace nnn with an integer.

But I am not sure it will work in .tiff files, as it does not have exif data.
User avatar
van Dusen
Power Member
Power Member
Posts: 684
Joined: 2004-09-16, 19:30 UTC
Location: Sinzig (Rhein), Germany

Post by *van Dusen »

sorcar wrote:But I am not sure it will work in .tiff files, as it does not have exif data.
TIFF files may contain EXIF metadata too, see http://owl.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html:
ExifTool documentation wrote:EXIF Tags
EXIF stands for "Exchangeable Image File Format". This type of information is formatted according to the TIFF specification, and may be found in JPG, TIFF, PNG, JP2, PGF, MIFF, HDP, PSP and XCF images, as well as many TIFF-based RAW images, and even some AVI and MOV videos.
Probably the "exif" plugin doesn't support TIFF files. But as Gral suggested, there are some alternative plugins, which may do the job...
Edit: Just tried: "exif" plugin v2.1 is able to read EXIF metadata from TIFF files.
Post Reply