[BUG] Merge External Metadata destroys ASP metadata

Bugs & Suggestions
Post Reply
grubernd
Posts: 248
Joined: Thu Jan 12, 2012 8:17 pm
operating_system: Linux
System_Drive: N/A
Location: Graz, Austria

[BUG] Merge External Metadata destroys ASP metadata

Post by grubernd »

100% reproducable

BIG MASSIVE METADATA BUG !!!
UNDO does NOT WORK WITH THIS ONE!!!


when merging external metadata to a group of files, ALL the existing metadata except for the active image gets deleted and only the external metadata is saved to the ASP.xmp. this includes labels, ratings, keywords and the whole iptc section.

i created a script that writes the filename into a regular xmp file as "iptc.title", so other databases can pick up on that. e.g. my current test-install of zenphoto (selfhosted image gallery) uses the title for display.
here is one of the xmp's for reference:

Code: Select all

<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 4.4.0">
 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:Description rdf:about=""
    xmlns:dc="http://purl.org/dc/elements/1.1/">
   <dc:title>
    <rdf:Alt>
     <rdf:li xml:lang="x-default">190180-7231</rdf:li>
    </rdf:Alt>
   </dc:title>
  </rdf:Description>
 </rdf:RDF>
</x:xmpmeta>

unless i totally messed up my xmp-creator, this should be 100% perfect.
actually, since it works with single files, my code is okay.

already shocked the Monkey with this report.
Bibble since 2004. Aftershot until 2020. From then on darktable.
Jeff Stephens
Posts: 26
Joined: Wed Jan 18, 2012 11:55 am
operating_system: Linux
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: several
processor: Opterons and Atoms
ram: Bunches
Video Card: something cheap
sound_card: on board
Hard_Drive_Capacity: pretty big
Monitor/Display Make & Model: several

Re: [BUG] Merge External Metadata destroys ASP metadata

Post by Jeff Stephens »

We're looking into this right now and will post an update as soon as possible.
Post Reply