Main Menu

Keywords

Started by LKB, February 24, 2012, 06:26:00 PM

Previous topic - Next topic

LKB

I'm trying to implement multiple keywords in my batch files but without success.
This code does not seems to work:
d:\Utils\EXIFtool\exiftool.exe  *.xmp -xmp:creator="LKB" -xmp:Rating="3" -Keyword="photoshoot"

Any advice ?

BogdanH

Hi,

Your code works. Could you be more specific about why do you think it doesn't?

Bogdan

LKB

I had a problem in displaying Keywords in ACR but after a bit of searching I partly managed to find answer my question myself. In order to see Keywords in the ACR i need to use
d:\Utils\EXIFtool\exiftool.exe  *.xmp -xmp:creator="LKB" -xmp:Rating="3" -Subject="social2" -Subject="social3"

but how do I clear all the keywords (Subject) ?

Phil Harvey

Use -subject= to delete the existing keywords.

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

LKB