<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: iptc metadata in nuxeo 7.1 in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319004#M6005</link>
    <description>&lt;P&gt;Hello. Can someone tell me what is schema XMP on the Nuxeo document side&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 10:03:53 GMT</pubDate>
    <dc:creator>nximp_</dc:creator>
    <dc:date>2017-12-04T10:03:53Z</dc:date>
    <item>
      <title>iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/318998#M5999</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Is there something I need to do with the configuration of the plugin so that this is visible?&lt;/LI&gt;
&lt;LI&gt;Is there a way to map those keywords to tags?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jan 2015 18:32:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/318998#M5999</guid>
      <dc:creator>Myron_Stewart</dc:creator>
      <dc:date>2015-01-28T18:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/318999#M6000</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Related to Binary Metadata extraction in 7.1, you have all the documentation at this location: &lt;A href="http://doc.nuxeo.com/x/w4JkAQ" target="test_blank"&gt;http://doc.nuxeo.com/x/w4JkAQ&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;In 7.2, you will have a default mapping around EXIF and a little bit of IPTC.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 08:45:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/318999#M6000</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2015-01-30T08:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319000#M6001</link>
      <description>&lt;P&gt;Thanks for the response. So in other words, it does nothing unless it finds a match?&lt;/P&gt;
&lt;P&gt;If I had the following data for example (probed using exiftool -G -json):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  "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
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;my mapping would be like this in OSGI-INF/binary-metadata-service.xml before I compile the plugin/jar?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;metadataMapping id="Example" processor="exifTool" blobXPath="file:content"&amp;gt;
     &amp;lt;!-- "name" = binary metadata  , "xpath" = document metadata --&amp;gt;
     &amp;lt;!-- See PDF metadata extraction example in this page --&amp;gt;
     &amp;lt;metadata name="XMP:Creator" xpath="XMP:Creator"/&amp;gt;
     &amp;lt;metadata name="XMP:CreatorCity" xpath="XMP:CreatorCity"/&amp;gt;
     &amp;lt;metadata name="XMP:Description" xpath="XMP:Description"/&amp;gt;
   &amp;lt;/metadataMapping&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And then that data shows up in Nuxeo?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:04:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319000#M6001</guid>
      <dc:creator>Myron_Stewart</dc:creator>
      <dc:date>2015-01-30T09:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319001#M6002</link>
      <description>&lt;P&gt;Everything is right, but you have to create your schema XMP on the Nuxeo document side as well.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:07:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319001#M6002</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2015-01-30T09:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319002#M6003</link>
      <description>&lt;P&gt;Make sure you have setup ExifTool as well.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:10:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319002#M6003</guid>
      <dc:creator>Vladimir_Pasqui</dc:creator>
      <dc:date>2015-01-30T09:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319003#M6004</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jan 2015 09:15:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319003#M6004</guid>
      <dc:creator>Myron_Stewart</dc:creator>
      <dc:date>2015-01-30T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: iptc metadata in nuxeo 7.1</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319004#M6005</link>
      <description>&lt;P&gt;Hello. Can someone tell me what is schema XMP on the Nuxeo document side&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:03:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/iptc-metadata-in-nuxeo-7-1/m-p/319004#M6005</guid>
      <dc:creator>nximp_</dc:creator>
      <dc:date>2017-12-04T10:03:53Z</dc:date>
    </item>
  </channel>
</rss>

