Hi,
Fairly new to this and so far with a combination of the Documentation and looking at the ini files in the gui version have figured out most of what I want to do, however having an issue accessing the Keywords form the Workspace as its called in the GUI using the command line.
I have tried so far
exiftool.exe -keywords filename.dng
exiftool.exe -IPTC:Keywords filename.dng
but for both I have got the follwoing returned to me
Warning: [minor] Fixed incorrect URI for xmlns:MicrosoftPhoto - ./filename.dng
However if I look at the same file with the GUI I can see under workspace there is a Tag called Keywords which according to the GUIs WorkspaceRef.ini maps as follows
Keywords±=-IPTC:Keywords
Anyone able to help?
Thanks,
Gavin,
This is FAQ #3 (https://exiftool.org/faq.html#Q3). Run the command there and look over the output to see what tags actually contain the data you are looking for. The most likely tag will be the XMP-dc:Subject tag.
The warning returned can be ignored. It won't affect anything.
Thanks that did it