ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: dandill on November 06, 2011, 01:12:11 PM

Title: Appending the value of FileIndex from MakerNote to the value of IPTC Core Title
Post by: dandill on November 06, 2011, 01:12:11 PM
I would like add the value of FileIndex from MakerNote to the current value of IPTC Core Title, for many files.

I have not used ExifTool and so would be grateful for suggestions on how I may do this.

Thanks
Dan Dill
Title: Re: Appending the value of FileIndex from MakerNote to the value of IPTC Core Title
Post by: Phil Harvey on November 07, 2011, 07:39:49 AM
The command could look something like this:

exiftool "-xmp:title<${xmp:title} $fileindex" c:\images

Use single quotes instead of double quotes if you are on Mac/Linux.

- Phil