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
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