Appending the value of FileIndex from MakerNote to the value of IPTC Core Title

Started by dandill, November 06, 2011, 01:12:11 PM

Previous topic - Next topic

dandill

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

Phil Harvey

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
...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 ($).