ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: anvar74 on March 05, 2024, 10:32:19 AM

Title: Access IPTC:Keywords
Post by: anvar74 on March 05, 2024, 10:32:19 AM
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,
Title: Re: Access IPTC:Keywords
Post by: StarGeek on March 05, 2024, 10:41:55 AM
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.
Title: Re: Access IPTC:Keywords
Post by: anvar74 on March 05, 2024, 12:30:30 PM
Thanks that did it