ExifTool Forum

General => Metadata => Topic started by: nehonimo on February 27, 2011, 10:25:59 AM

Title: Wich tag for Lightroom keywords in xmp files
Post by: nehonimo on February 27, 2011, 10:25:59 AM
Hi,

I created out of an .cr2 (RAW) file an .xmp like this:
exiftool  -X -s -a -f -w xmp img...cr2
And then I try to add some keywords to the xmp file like:
exiftool -XMP-dc:Subject="testKeyword" img....xmp

Then I import it to LR but I don't see the "testKeyword". Also Import Metadata out of LR doesn't help.
I tried with -XMP-lr:Hierarchicalsubject, -XMP-pdf:keywords but it doesn't work.
Does somebody know, wich tag I have to use?

Best Regards
Nenonimo
Title: Re: Wich tag for Lightroom keywords in xmp files
Post by: Phil Harvey on February 27, 2011, 11:26:43 AM
Hi Nenonimo,

The -X option writes RDF/XML format, not XMP format.

To generate an XMP file, try this:

exiftool -tagsfromfile src.cr2 dst.xmp

- Phil