Export Scope
The APPLE FCP XML export allows exporting multiple XML files containing data related to asset linked files. Exported files will be named as the video file but with an .XML extension. It's worth mentioning that this format is a widely used standard for international content delivery.
Export parameters
This export allows the following parameters to be set and then [saved]:
5062_Export
•Day to export: Specify the date from which data to be exported will be retrieved.
Parameters
•Filename: For each asset one file will be exported, it will be named in the following format: [asset-ID].XML
•Export path: Indicate the path on which the exported file will be placed.
•Parameters of asset's linked file to be exported: Select the codec (e.g. MXF) and cloud-device (e.g. \\mserver\video\hires\) related to the files to be exported.
NB: In case the asset doesn't have a linked file with these characteristics, no file will be exported and a warning message will be returned.
•Select assets to be exported: Open the asset search engine to allow selecting the asset(s) for which their linked files data will be exported.
NB: Multiple assets can be selected holding the CTRL and SHIFT keys while marking assets; selections are confirmed pressing the [Enter] key.
Launch the export
Once all parameters have been correctly set, just press the <Export> button to launch the export operation.
Sample exported file
<?xml version="1.0" encoding="utf-8"?>NB: The <Type> tag will contain the "external name" of the asset type (e.g. programme) when available; otherwise it will contain the asset Etere type (e.g. local production).
<FinalCutServer>
<getMdReply>
<entity entityType="asset" entityId="not defined">
<metadata>
<mdValue fieldName="Audio Ch1" dataType="string">Audio Italian</mdValue>
<mdValue fieldName="Audio Ch2" dataType="string">Audio Italian</mdValue>
<mdValue fieldName="Audio Ch3" dataType="string">Audio English</mdValue>
<mdValue fieldName="Audio Ch4" dataType="string">Audio English</mdValue>
<mdValue fieldName="File Name" dataType="string">ID_PIPPO.mxf</mdValue>
<mdValue fieldName="Duration" dataType="timecode">00:00:10:00</mdValue>
<mdValue fieldName="Cart No" dataType="string">ID_PIPPO</mdValue>
<mdValue fieldName="Material_Id" dataType="string">ID_PIPPO</mdValue>
<mdValue fieldName="Type" dataType="string">Commercial</mdValue>
<mdValue fieldName="Aspect Ratio" dataType="string">16F16</mdValue>
<mdValue fieldName="Originator" dataType="string">From Tasmania</mdValue>
<mdValue fieldName="Working Title" dataType="string">TITLE OF ID_PIPPO</mdValue>
<mdValue fieldName="Audio Description" dataType="string">Stereo</mdValue>
<mdValue fieldName="In-point" dataType="timecode">10:00:00:00</mdValue>
<mdValue fieldName="Definition" dataType="string">HD</mdValue>
<mdValue fieldName="Destination" dataType="string">Unknown</mdValue>
<mdValue fieldName="aes" dataType="string">No</mdValue></metadata>
</entity>
</getMdReply>
</FinalCutServer>