First: Many thanks for all the effort you put into this wonderfully useful and flexible tool!
I need to copy tags between files based on the identity of their file name.
For example this works fine:
exiftool -TagsFromFile from/filename.JPG -IPTC:Caption-Abstract to/filename.JPG
Basically I want to batch batch process the last command, doing something like this:
exiftool -TagsFromFile from/*.JPG -IPTC:Caption-Abstract to/*.JPG
Unfortunately this doesn't work. How can I achieve the intended behaviour?
Anne
Hi Anne,
You're welcome. :)
Try this:
exiftool -tagsfromfile from/%f.%e -iptc:caption-abstract -ext jpg to
- Phil
exiftool -tagsfromfile from/%f.%e -iptc:caption-abstract -ext jpg to
Wonderful – that works smoothly!
Thank you VERY much for your swift support!
(I just donated 10 bucks)
Hi Anne,
Thanks for the donation, I didn't realize that was you.
- Phil