Skip to content

Importing an automation template

With Fusion it is possible to import templates of a studio automation (e.g. Viz Mosart). These are usually available as XML files, which may contain one or more template definitions.

For example, a template for controlling a camera could consist of the following content:

XML
<mosarttemplate>
  <type name="CAMERA" templateset="Regie1" category="">
    <variants fieldtype="LIST" value="1">
      <variant name="1">
        <transitions value="DEFAULT" enable="false">
          <transition name="DEFAULT">
            <field name="" value="" fieldtype="TEXT"></field>
          </transition>
          <transition name="MIX">
            <field name="transitionrate" value="0" fieldtype="NUMBER" range="0,999"></field>
          </transition>
          <transition name="WIPE">
            <field name="transitionrate" value="0" fieldtype="NUMBER" range="0,999"></field>
          </transition>
          <transition name="EFFECT">
            <field name="effectname" value="0" fieldtype="LIST" keylist="effects"></field>
          </transition>
        </transitions>
        <fields></fields>
      </variant>
    </variants>
    <keys name="mixerinputs">
        ...
    </keys>
    <keys name="effects">
        ...
    </keys>
    <keys name="routersources">
        ...
    </keys>
    <keys name="routerdestinations">
        ...
    </keys>
  </type>
</mosarttemplate>

To import a template, proceed as follows:

  1. Open Fusion Designer.
  2. On the left side click Template-Import.
  3. To select the file to import, either drag and drop it into the Template-Import area on the right side or use the file selection dialog.

    The templates contained in the selected file are listed in the "Read templates (Eingelesene Templates)" area and the templates that already exist in the system are listed in the "Registered templates (Registrierte Templates)" area.

    Fusion Designer - Template import Figure: Template-Import

    Tip

    To display the content of a template, select the corresponding template. The content is displayed below in the "Template content (Templateinhalt)" area.

    Fusion Designer - Show Template Contents Figure: Show template contents

  4. To import one or more templates, on the left side under Read templates (Eingelesene Templates) select the templates to be imported and click Import.

    Notice

    If a template already exists in Fusion it is overwritten when you import it again.

The selected templates are imported and are available in the system afterwards.