Export Formats

84.4.4.80 CUSTOM > POPTV > VIZRT XML

Export Scope
The VIZRT XML custom export allows to create an XML file containing all data (primary and secondary events) required by a VIZRT device for generating logos.
Note:
This function will export only primary and secondary events previously imported using the Standard XML Import > VIZRT mode, that is, which have a "VIZRT" source (i.e. <type>VIZ</type>).
Detailed information on how to manage secondary events on Vizrt can ve found in chapter "Using a Vizrt MCP Engine". 
Parameters
This import module requires the following parameters to be set in order to be correctly used:

Export_custom_vizrt_xml

•Date: Indicate the broadcast schedule day to be exported.
•Export path: Specify the folder on which the XML file will be placed.
•Export filename: Customize the exported filename, which format is 'X-yyyymmdd_HHMMSS.xml' , where X is the user-defined first character in the exported file name.
•VIZRT's channel: Indicate the channel to be used by the VIZRT device for sending the secondary events.
•Export current day completely: Enable this option to export all events scheduled under the current day.
Launch the export
Once the export has been configured, it can be started just by pressing the <Export> button. 
Sample file to export
The file to be imported using this method will have to the following structure in order to be correctly imported:
<?xml version="1.0" encoding="utf-8"?><playlist>
 <!-- 1st event -->
<event>
  <type>MAIN</type>
  <channel>NOVA TV TEST CHANNEL</channel>  <programcode>DOMA_CLONAR</programcode>
  <prog_type>F</prog_type>
  <date>26/09/2014</date>
  <id>31038439</id>
  <time>00:05:15:00</time>
  <description>CLOSER NARANCASTI</description>
  <duration>00:00:04:13</duration>
</event>
 <!-- 2nd event -->
<event>
  <type>MAIN</type>
  <channel>NOVA TV TEST CHANNEL</channel>  <programcode>B43266_HD</programcode>
  <prog_type>LOCP</prog_type>
  <date>26/09/2014</date>
  <id>31038440</id>
  <time>00:05:19:13</time>
  <description>AMAZONKE</description>
  <duration>00:09:20:16</duration>
   <!-- secondary events -->
  <secondaryevents>
    <event>
      <type>VIZ</type>
      <title>test1</title>
      <offset>00:00:02:00</offset>
      <duration>00:00:10:00</duration>
      <fields><field name="001">SLIJEDI</field><field name="002">12</field></fields>
      <id>520557</id>
      <template>ALOGOHD</template>
    </event>
    <event>
      <type>VIZ</type>
      <title>test1</title>
      <offset>00:06:20:16</offset>
      <duration>00:00:10:00</duration>
      <fields><field name="001">SLIJEDI</field><field name="002">12</field></fields>
      <id>520558</id>
      <template>ALOGOHD</template>
    </event>
  </secondaryevents>
</event>
 <!-- 3rd event -->
<event>
  <type>MAIN</type>
  <channel>NOVA TV TEST CHANNEL</channel>  <programcode>DOMA_CLONAR</programcode>
  <prog_type>F</prog_type>
  <date>26/09/2014</date>
  <id>31038441</id>
  <time>00:14:40:04</time>
  <description>CLOSER NARANCASTI</description>
  <duration>00:00:04:13</duration>
</event>
</playlist>

5189_Export_custom_vizrt_xml