IPTC keywords from XMP

Started by Joanna Carter, May 08, 2023, 05:44:32 AM

Previous topic - Next topic

Joanna Carter

I have problem with an app that is supposed to write IPTC metadata, including keywords, but it insists on writing them only to XMP tags. The UI indicates that they are IPTC tags but, obviously, that is not honoured in the files.

[XMP]           XMP Toolkit                     : XMP Core 5.5.0
[XMP]           Creator                         : fred
[XMP]           Subject                         : Phare
[XMP]           Modify Date                     : 2023:05:08 11:04:20+02:00
[XMP]           Metadata Date                   : 2023:05:08 11:04:20+02:00
[XMP]           Creator Tool                    : DxO PhotoLab 5.10.1
[XMP]           Headline                        : header
[XMP]           Image Creator Image Creator Name: fred
[XMP]           Orientation                     : Horizontal (normal)
[XMP]           Hierarchical Subject            : Phare

The problem is that certain picture sharing sites do not read these tags, expecting direct IPTC tag names instead.

Is there any equivalence (like XMP-iptcCore) to access these values, or am I going to need to simply "redirect" them to the correct IPTC tags?

Phil Harvey

What ExifTool calls "IPTC" is the original IPTC NAA standard.  The new IPTC specification uses XMP.  I think your app is writing things in the correct place.

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

StarGeek

As an example, Adobe Bridge lists this.  IPTC Core and IPTC Extension are XMP.  The first one is the IPTC group in exiftool
"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

Joanna Carter

Thanks guys. I realise what should be happening and I think it is a case of 500PX not honouring the new IPTC spec. I shall inform the person who is having the problem that that is the case