-
Type: User story
-
Status: Closed
-
Priority: Minor
-
Resolution: Added to Roadmap
-
Affects Version/s: None
-
Fix Version/s: 0.2
-
Component/s: Content Model
-
Epic Link:
we need to add the following information to our instance to map embedded info. (fyi, perhaps issue with default mapping to dc:rights)
<extension target="org.nuxeo.binary.metadata" point="metadataMappings">
<metadataMapping id="all" processor="exifTool" blobXPath="file:content">
<metadata name="FileType" xpath="dc:format" />
</metadataMapping>
<metadataMapping id="pictureInfo" processor="exifTool" blobXPath="file:content" ignorePrefix="true">
<!-- EXIF -->
<metadata name="ImageDescription" xpath="imd:image_description"/>
<metadata name="UserComment" xpath="imd:user_comment"/>
<metadata name="Model" xpath="imd:equipment"/>
<metadata name="DateTimeOriginal" xpath="imd:date_time_original"/>
<metadata name="Copyright" xpath="imd:copyright"/>
<metadata name="ExposureTime" xpath="imd:exposure_time"/>
<metadata name="ISO" xpath="imd:iso_speed_ratings"/>
<!-metadata name="FocalLength" xpath="imd:focal_length"/->
<metadata name="ColorSpace" xpath="imd:color_space"/>
<metadata name="WhiteBalance" xpath="imd:white_balance"/>
<metadata name="IccProfile" xpath="imd:icc_profile"/>
<metadata name="Orientation" xpath="imd:orientation"/>
<metadata name="FNumber" xpath="imd:fnumber"/>
<!-- IPTC -->
<metadata name="By-line" xpath="iptc:by_line" />
<metadata name="CopyrightNotice" xpath="iptc:copyright_notice" />
<metadata name="Category" xpath="iptc:category" />
<metadata name="Country-PrimaryLocationName" xpath="iptc:country_or_primary_location" />
<metadata name="City" xpath="iptc:city" />
<metadata name="Credit" xpath="iptc:credit" />
<metadata name="Keywords" xpath="iptc:keywords" />
<metadata name="DateCreated" xpath="iptc:date_created" />
</metadataMapping>
Rules should apply this to all pictures.
(sample mapping from dam-solution demo project, but they are using the types, not picture facet)
https://connect.nuxeo.com/nuxeo/site/studio/ide?project=dam-solution-nuxeo&ticket=ST-8934-wwbLsF5gocsGXG5vrsOPiWXeCUs-nos-prod2-nuxeo01#@feature:BINARY_METADATA_RULES.xml