Platform Explorer / Nuxeo Platform 2023.9

Extension point metadataRules

Documentation

    <rule async="false" enabled="true" id="default" order="0">
        <metadataMappings>
            <metadataMapping-id>xmp</metadataMapping-id>
        </metadataMappings>
        <filters>
            <filter-id>hasXMPFacet</filter-id>
        </filters>
    </rule>

Contribution Descriptors

  • Class: org.nuxeo.binary.metadata.internals.MetadataRuleDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-imaging-core-2023.9.10.jar /OSGI-INF/picture-metadata-contrib.xml
    <extension point="metadataRules" target="org.nuxeo.binary.metadata">
        <rule async="false" enabled="true" id="iptc" order="0">
          <metadataMappings>
            <metadataMapping-id>EXIF</metadataMapping-id>
            <metadataMapping-id>IPTC</metadataMapping-id>
          </metadataMappings>
          <filters>
            <filter-id>hasPictureType</filter-id>
          </filters>
        </rule>
      </extension>