cancel
Showing results for 
Search instead for 
Did you mean: 

iptc metadata in nuxeo 7.1

Myron_Stewart
Champ on-the-rise
Champ on-the-rise

I noticed the latest version of nuxeo 7.1 is now using metadata extraction. Yet for some reason, I am not seeing the metadata field "keywords" show up with what I entered via adobe bridge.

  1. Is there something I need to do with the configuration of the plugin so that this is visible?
  2. Is there a way to map those keywords to tags?

The idea is we have video editors editing videos in Adobe Premiere. As they edit, they are adding keywords to clips and images that we want to be able to read later and index using nuxeo.

Thank you in advance

1 ACCEPTED ANSWER

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hello,

Related to Binary Metadata extraction in 7.1, you have all the documentation at this location: http://doc.nuxeo.com/x/w4JkAQ

You will have to enter a metadata mapping between your Nuxeo document and your binary, It's not automatic. The documentation is quite exhaustive normally, but don't hesitate to give your feedback or questions.

In 7.2, you will have a default mapping around EXIF and a little bit of IPTC.

View answer in original post

6 REPLIES 6

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hello,

Related to Binary Metadata extraction in 7.1, you have all the documentation at this location: http://doc.nuxeo.com/x/w4JkAQ

You will have to enter a metadata mapping between your Nuxeo document and your binary, It's not automatic. The documentation is quite exhaustive normally, but don't hesitate to give your feedback or questions.

In 7.2, you will have a default mapping around EXIF and a little bit of IPTC.

Myron_Stewart
Champ on-the-rise
Champ on-the-rise

Thanks for the response. So in other words, it does nothing unless it finds a match?

If I had the following data for example (probed using exiftool -G -json):

  "XMP:Subject": ["animals","blue","eyes"],
  "XMP:Creator": "Mr Bean",
  "XMP:Description": "Blue Owl",
  "XMP:CreatorCity": "Harrisburg",
  "XMP:CreatorWorkURL": "www.example.com",
  "Composite:ImageSize": "720x576",
  "Composite:Megapixels": 0.415

my mapping would be like this in OSGI-INF/binary-metadata-service.xml before I compile the plugin/jar?

   <metadataMapping id="Example" processor="exifTool" blobXPath="file:content">
     <!-- "name" = binary metadata  , "xpath" = document metadata -->
     <!-- See PDF metadata extraction example in this page -->
     <metadata name="XMP:Creator" xpath="XMP:Creator"/>
     <metadata name="XMP:CreatorCity" xpath="XMP:CreatorCity"/>
     <metadata name="XMP:Description" xpath="XMP:Description"/>
   </metadataMapping>

And then that data shows up in Nuxeo?

Everything is right, but you have to create your schema XMP on the Nuxeo document side as well.

Make sure you have setup ExifTool as well.

I have the tools installed. I also used the exiftool to see an existing mapping. Let me see if I can see what you mean by schema XMP on the Nuxeo document side. The values I posted exist in the document. I used Adobe Bridge to create them.

nximp_
Champ in-the-making
Champ in-the-making

Hello. Can someone tell me what is schema XMP on the Nuxeo document side

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.