Access IPTC:Keywords

Started by anvar74, March 05, 2024, 10:32:19 AM

Previous topic - Next topic

anvar74

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,

StarGeek

This is FAQ #3.  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.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

anvar74