Hello,
I'm a real beginner with ExifTool and I have the following problem:
I want to add the keyword "People" to an image but only if the keyword does not exist.
I have tried the following command but if I use it multiple I get duplicates.
exiftool -P "-keywords+=People" "E:\Test\0012.TIF"
How can I realize this?
Thanks in advance
Christian
Hi Christian,
FAQ 17 (https://exiftool.org/faq.html#Q17) explains how to do this.
- Phil