https://bugs.kde.org/show_bug.cgi?id=453888
--- Comment #7 from Maik Qualmann <metzping...@gmail.com> --- Here is an excerpt from the XML: -------------------------------------- <rdf:Description xmlns:Iptc4xmpCore="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/" rdf:about=""> <Iptc4xmpCore:IntellectualGenre> <rdf:Bag> <rdf:li>Genre2</rdf:li> <rdf:li>Genre1</rdf:li> </rdf:Bag> </Iptc4xmpCore:IntellectualGenre> <Iptc4xmpCore:Scene> <rdf:Bag> <rdf:li>Szene</rdf:li> <rdf:li>Szene2</rdf:li> </rdf:Bag> </Iptc4xmpCore:Scene> <Iptc4xmpCore:SubjectCode> <rdf:Bag> <rdf:li>Subject Code</rdf:li> <rdf:li>Subject Code2</rdf:li> </rdf:Bag> ------------------------------------- Look at the specifications: https://www.iptc.org/std/Iptc4xmpCore/1.0/specification/Iptc4xmpCore_1.0-spec-XMPSchema_8.pdf The Iptc4xmpCore:IntellectualGenre entry is only defined as text, not as Bag! In contrast, the entries Iptc4xmpCore:Scene and Iptc4xmpCore:SubjectCode as Bag Therefore, ExifTool does not expect a bag for Iptc4xmpCore:IntellectualGenre. So the metadata doesn't correspond to the standard, I don't think we will mix anything here, maybe a metadata tag name counter. -- You are receiving this mail because: You are watching all bug changes.