Skip to content
Snippets Groups Projects
Select Git revision
  • 978261659b098b5ad3ee5f3fdef54dbd02d4e86c
  • master default protected
  • feature_validation_only
  • validation-only
  • tanzarchiv-validation-only
  • 1.5
  • v0.1
  • 1.201
  • plugin_v1.2
  • 2019-01
  • mediainfo-based-mdextraction
11 results

metadata_SLUBMatroskaFFV1FormatValidationPlugin.xml

Blame
  • metadata_SLUBMatroskaFFV1FormatValidationPlugin.xml 3.23 KiB
    <pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <pl:pluginTypeName>FormatValidationPlugin</pl:pluginTypeName>
      <pl:deployName>SLUBMatroskaFFV1FormatValidationPlugin</pl:deployName>
      <pl:className>org.slub.rosetta.dps.repository.plugin.SLUBMatroskaFFV1FormatValidationPlugin</pl:className>
      <pl:initParameters>
        <fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans">
          <form_name>SLUBMatroskaFFV1FormatValidationPlugin_Params</form_name>
          <description>SLUBMatroskaFFV1FormatValidationPlugin_parameters_form</description>
          <!-- HINT: 2 versions, see https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects/blob/master/7.3/dps-sdk-projects/dps-sdk-deposit/src/xsd/x_form.xsd#L19 -->
          <version>0.1</version>
          <grid_x>1</grid_x>
          <md_format>1</md_format>
          <x_fields>
            <x_field>
              <field_name>mediaconch_binary_path</field_name>
              <label>Path to mediaconch</label>
              <ui_tool_tip>add full path to mediaconch</ui_tool_tip>
              <mandatory>true</mandatory>
              <x_logic_type>String</x_logic_type>
              <x_ui_type>TextField</x_ui_type>
              <default_value>/usr/bin/mediaconch</default_value>
              <css_class>width40</css_class>
              <x_options/>
            </x_field>
            <x_field>
              <field_name>mediaconch_current_profile_path</field_name>
              <label>Path to Profile file used for mediaconch</label>
              <ui_tool_tip>add full path to Profile file for mediaconch</ui_tool_tip>
              <mandatory>true</mandatory>
              <default_value>/etc/mediaconch/current_slub.cfg</default_value>
              <x_logic_type>String</x_logic_type>
              <x_ui_type>TextField</x_ui_type>
              <css_class>width40</css_class>
              <x_options/>
            </x_field>
            <x_field>
              <field_name>mediaconch_upcoming_profile_path</field_name>
              <label>Path to Profile file used for mediaconch</label>
              <ui_tool_tip>add full path to Profile file for mediaconch</ui_tool_tip>
              <mandatory>true</mandatory>
              <default_value>/etc/mediaconch/upcoming_slub.cfg</default_value>
              <x_logic_type>String</x_logic_type>
              <x_ui_type>TextField</x_ui_type>
              <css_class>width40</css_class>
              <x_options/>
            </x_field>
          </x_fields>
        </fr:x_form>
      </pl:initParameters>
      <pl:description>SLUB Matroska/FFV1 validation Plugin, using MediaConch to validate
        FFV1/Matroska-files</pl:description>
      <pl:version>@version@</pl:version>
      <pl:materialType>DIGITAL</pl:materialType>
      <pl:module>Preservation</pl:module>
      <pl:generalType>TASK</pl:generalType>
      <pl:publicApi>N</pl:publicApi>
      <pl:implType>java</pl:implType>
      <pl:contactPerson>
        <contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
          <contactType>admin</contactType>
          <firstName/>
          <lastName>SLUB Dresden</lastName>
          <telephone1/>
          <telephone2/>
          <email>langzeitarchiv@slub-dresden.de</email>
          <address1>Zellescher Weg 18</address1>
          <address2/>
          <city>Dresden</city>
          <zipCode>01069</zipCode>
          <country>Germany</country>
        </contact_info>
      </pl:contactPerson>
    </pl:metadata-config>