Skip to content
Snippets Groups Projects
Commit c7f35ee1 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- updated to new class

- removed dead configuration sections
parent 579abe88
No related branches found
No related tags found
No related merge requests found
<pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" <pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<pl:pluginTypeName>MDExtractorPlugin</pl:pluginTypeName> <pl:pluginTypeName>FormatValidationPlugin</pl:pluginTypeName>
<pl:deployName>SLUBTechnicalMetadataExtractorMediaConchPlugin</pl:deployName> <pl:deployName>SLUBMatroskaFFV1FormatValidationPlugin</pl:deployName>
<pl:className>org.slub.rosetta.dps.repository.plugin.SLUBTechnicalMetadataExtractorMediaConchPlugin</pl:className> <pl:className>org.slub.rosetta.dps.repository.plugin.SLUBMatroskaFFV1FormatValidationPlugin</pl:className>
<pl:initParameters> <pl:initParameters>
<fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans"> <fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans">
<form_name>SLUBTechnicalMetadataExtractorMediaConchPlugin_Params</form_name> <form_name>SLUBMatroskaFFV1FormatValidationPlugin_Params</form_name>
<description>SLUBTechnicalMetadataExtractorMediaConchPlugin_parameters_form</description> <description>SLUBMatroskaFFV1FormatValidationPlugin_parameters_form</description>
<version>0.1</version> <version>0.1</version>
<grid_x>1</grid_x> <grid_x>1</grid_x>
<md_format>1</md_format> <md_format>1</md_format>
<x_fields> <x_fields>
<x_field>
<field_name>xsltproc_binary_path</field_name>
<label>Path to XSLTProc</label>
<ui_tool_tip>add full path to xsltproc</ui_tool_tip>
<mandatory>true</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<default_value>/usr/bin/xsltproc</default_value>
<css_class>width40</css_class>
<x_options/>
</x_field>
<x_field> <x_field>
<field_name>mediaconch_binary_path</field_name> <field_name>mediaconch_binary_path</field_name>
<label>Path to mediaconch</label> <label>Path to mediaconch</label>
...@@ -55,24 +44,12 @@ ...@@ -55,24 +44,12 @@
<css_class>width40</css_class> <css_class>width40</css_class>
<x_options/> <x_options/>
</x_field> </x_field>
<x_field>
<field_name>mediainfo_binary_path</field_name>
<label>Path to mediainfo</label>
<ui_tool_tip>add full path to mediainfo</ui_tool_tip>
<mandatory>true</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<default_value>/usr/bin/mediainfo</default_value>
<css_class>width40</css_class>
<x_options/>
</x_field>
</x_fields> </x_fields>
</fr:x_form> </fr:x_form>
</pl:initParameters> </pl:initParameters>
<pl:description>SLUB Technical Metadata Extractor Plugin, using MediaConch to validate <pl:description>SLUB Matroska/FFV1 validation Plugin, using MediaConch to validate
FFV1/Matroska-files</pl:description> FFV1/Matroska-files</pl:description>
<pl:version>1.201</pl:version> <pl:version>1.0</pl:version>
<pl:materialType>DIGITAL</pl:materialType> <pl:materialType>DIGITAL</pl:materialType>
<pl:module>Preservation</pl:module> <pl:module>Preservation</pl:module>
<pl:generalType>TASK</pl:generalType> <pl:generalType>TASK</pl:generalType>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment