Skip to content
Snippets Groups Projects
Commit e29a2a77 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

indentation, fixed pluginTypeName tag, added publicApi tag

parent 4f427827
No related branches found
No related tags found
No related merge requests found
<!-- Documentation: https://developers.exlibrisgroup.com/rosetta/integrations/plugins/ -->
<pl:metadata-config xmlns:pl="http://www.exlibrisgroup.com/Plugins/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<pl:pluginTypeName>MigrationPlugin</pl:pluginTypeName>
<pl:deployName>Migration DUMMY Plugin</pl:deployName>
<pl:description>Dummy for a MigrationPlugin that just copies original file to new file</pl:description>
<pl:module>Preservation</pl:module>
<pl:version>0.1</pl:version>
<pl:materialType>DIGITAL</pl:materialType>
<pl:generalType>TASK</pl:generalType>
<pl:implType>script</pl:implType>
<pl:contactPerson>
<contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
<contactType>admin</contactType>
<firstName>Jörg</firstName>
<lastName>Sachse</lastName>
<telephone1>+49 351 4677 216</telephone1>
<email>Joerg.Sachse@slub-dresden.de</email>
<address1>Zellescher Weg 18</address1>
<address2>Dresden</address2>
<zipCode>01069</zipCode>
<country>Germany</country>
</contact_info>
</pl:contactPerson>
</pl:metadata-config>
\ No newline at end of file
<pl:pluginTypeName>MigrationToolPlugin</pl:pluginTypeName>
<pl:deployName>Migration DUMMY Plugin</pl:deployName>
<pl:description>Dummy for a MigrationPlugin that just copies original file to new file</pl:description>
<pl:module>Preservation</pl:module>
<pl:version>0.1</pl:version>
<pl:materialType>DIGITAL</pl:materialType>
<pl:generalType>TASK</pl:generalType>
<pl:implType>script</pl:implType>
<pl:publicApi>N</pl:publicApi>
<!--
<pl:initParameters>
<fr:x_form xmlns:fr="http://com/exlibris/digitool/common/forms/xmlbeans">
<form_name>SLUBTechnicalMetadataExtractorMediaConchPlugin_Params</form_name>
<description>SLUBTechnicalMetadataExtractorMediaConchPlugin_parameters_form</description>
<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_options>
</x_field>
<x_field>
<field_name>mediaconch_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/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_options>
</x_field>
<x_field>
<field_name>ffprobe_binary_path</field_name>
<label>Path to ffprobe</label>
<ui_tool_tip>add full path to ffprobe (part of FFMPEG, hint: use at least version 3.3</ui_tool_tip>
<mandatory>true</mandatory>
<x_logic_type>String</x_logic_type>
<x_ui_type>TextField</x_ui_type>
<default_value>/usr/bin/ffprobe</default_value>
<css_class>width40</css_class>
<x_options></x_options>
</x_field>
</x_fields>
</fr:x_form>
</pl:initParameters>
-->
<pl:contactPerson>
<contact_info xmlns="http://www.exlibrisgroup.com/Plugins/1.0/">
<contactType>admin</contactType>
<firstName>Jörg</firstName>
<lastName>Sachse</lastName>
<telephone1>+49 351 4677 216</telephone1>
<email>Joerg.Sachse@slub-dresden.de</email>
<address1>Zellescher Weg 18</address1>
<address2>Dresden</address2>
<zipCode>01069</zipCode>
<country>Germany</country>
</contact_info>
</pl:contactPerson>
</pl:metadata-config>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment