<?xml version="1.0" encoding="UTF-8"?>
<editor id="editor.soundmanager" iconClass="mdi mdi-volume-high" mimes="mp3,wav"
        openable="true" formId="smplayer_editor"
        previewProvider="true" text="sm_editor.2" title="sm_editor.2" className="PydioSoundManager"
        label="CONF_MESSAGE[Sound Player]" description="CONF_MESSAGE[Uses HTML5 or Flash to play a sound]"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
    <class_definition filename="plugins/editor.audio/AudioPreviewer.php" classname="Pydio\Editor\Audio\AudioPreviewer"/>
    <client_settings>
        <resources>
            <js file="plugins/editor.soundmanager/sm/360-player/script/berniecode-animator.js" className="Animator"/>
            <js file="plugins/editor.soundmanager/res/build/PydioSoundManager.js" className="PydioSoundManager"/>
            <i18n namespace="sm_editor" path="plugins/editor.soundmanager/i18n"/>
            <css file="plugins/editor.soundmanager/soundmanager.css" />
            <css file="plugins/editor.soundmanager/sm/360-player/360player.css"/>
            <css file="plugins/editor.soundmanager/sm/360-player/360player-visualization.css"/>
        </resources>
    </client_settings>
    <clientForm id="smplayer_editor"><![CDATA[
             <div id="smplayer_editor" box_width="260">
                <div class="smplayer_title" style="font-size:15px"></div>
                <div class="smplayer_preview_element"></div>
             </div>
        ]]>
    </clientForm>
    <processing>
        <activeCondition><![CDATA[
                return (document.createElement("canvas").getContext?true:false);
        ]]> </activeCondition>
    </processing>
    <registry_contributions>
        <external_file filename="plugins/editor.audio/manifest.xml" include="registry_contributions/actions[id='audio_proxy']" exclude=""/>
    </registry_contributions>
    <dependencies>
        <activePlugin pluginName="editor.audio"/>
        <pluginClass pluginName="editor.audio"/>
    </dependencies>
</editor>
