Post Sat Mar 07, 2020 11:34 am

Import metadata from xmp sidecar files

Hello,

I make lots of videos and images with my camera. I have organized these videos and images with the software Daminion (I use metadata like Persons, Category, Country and Rating).

Daminion can export that metadata into xmp sidecar files (image.jpg => image.xmp / video.mpg => video.xmp).

The sidecar files look like this:

  Code:
<?xpacket begin="" id="34r53r4rdf3ferd"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.6.0">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""
            xmlns:tiff="http://ns.adobe.com/tiff/1.0/"
            xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/"
            xmlns:exif="http://ns.adobe.com/exif/1.0/"
            xmlns:Iptc4xmpExt="http://iptc.org/std/Iptc4xmpExt/2008-02-29/"
            xmlns:MicrosoftPhoto="http://ns.microsoft.com/photo/1.0"
            xmlns:xmp="http://ns.adobe.com/xap/1.0/"
            xmlns:dc="http://purl.org/dc/elements/1.1/">
         <photoshop:Country>France</photoshop:Country>
         <photoshop:DateCreated>2011-09-19T21:03:50+02:00</photoshop:DateCreated>
         <photoshop:SupplementalCategories>
            <rdf:Bag>
               <rdf:li>Holiday</rdf:li>
               <rdf:li>France</rdf:li>
            </rdf:Bag>
         </photoshop:SupplementalCategories>
         <photoshop:SidecarForExtension>MPG</photoshop:SidecarForExtension>
         <exif:DateTimeOriginal>2011-09-20T21:04:50+02:00</exif:DateTimeOriginal>
         <Iptc4xmpExt:PersonInImage>
            <rdf:Bag>
               <rdf:li>Grandma</rdf:li>
               <rdf:li>Grandpa</rdf:li>
            </rdf:Bag>
         </Iptc4xmpExt:PersonInImage>
         <MicrosoftPhoto:Rating>99</MicrosoftPhoto:Rating>
         <xmp:Rating>5.000000</xmp:Rating>
         <xmp:MetadataDate>2019-08-31T11:47:08+02:00</xmp:MetadataDate>
         <xmp:ModifyDate>2019-08-31T11:47:08+02:00</xmp:ModifyDate>
         <dc:description>
            <rdf:Alt>
               <rdf:li xml:lang="x-default">Holiday in France 2018 with the family</rdf:li>
            </rdf:Alt>
         </dc:description>
      </rdf:Description>
   </rdf:RDF>
</x:xmpmeta>
<?xpacket end="w"?>


Has someone an idea, what would be the easiest way to import that information

  • <photoshop:SupplementalCategories> ==> Serviio Genres
  • <Iptc4xmpExt:PersonInImage> ==> Serviio Actors
  • <xmp:Rating> ==> Serviio Ratings
into serviio?