<?xml version="1.0" encoding="UTF-8" ?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>workflow_media_converter</id>
    <name>Automated media conversion</name>
    <summary>Rule-based automated conversion of video/audio files using FFmpeg</summary>
    <description><![CDATA[A dedicated media conversion manager for Nextcloud that allows you to automate media conversion.

**Features**
 * Convert video/audio between formats supported by FFmpeg.
 * Complete control of the conversion process.
 * Automatically convert media as it is uploaded.
 * Create batch jobs to convert existing media.
    ]]>
    </description>
    <version>1.3.6</version>
    <licence>agpl</licence>
    <author mail="cameron@wilby.com" homepage="https://github.com/cwilby">Cameron Wilby</author>
    <namespace>WorkflowMediaConverter</namespace>
    <documentation>
        <developer>https://github.com/cwilby/nextcloud-workflow-media-converter</developer>
    </documentation>
    <category>files</category>
    <category>tools</category>
    <category>organization</category>
    <category>multimedia</category>
    <category>workflow</category>
    <website>https://github.com/cwilby/nextcloud-workflow-media-converter</website>
    <bugs>https://github.com/cwilby/nextcloud-workflow-media-converter/issues</bugs>
    <repository type="git">https://github.com/cwilby/nextcloud-workflow-media-converter.git</repository>

    <screenshot small-thumbnail="https://raw.githubusercontent.com/cwilby/nextcloud-workflow-media-converter/master/screenshots/thumbnail.png">https://raw.githubusercontent.com/cwilby/nextcloud-workflow-media-converter/master/screenshots/thumbnail.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/cwilby/nextcloud-workflow-media-converter/master/screenshots/flow-settings-ui.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/cwilby/nextcloud-workflow-media-converter/master/screenshots/conversion-batch-ui.png</screenshot>
    <screenshot>https://raw.githubusercontent.com/cwilby/nextcloud-workflow-media-converter/master/screenshots/admin-settings-ui.png</screenshot>

    <dependencies>
        <php min-version="7.3" max-version="8.1" />
        <nextcloud min-version="21" max-version="23"/>
    </dependencies>
    <settings>
        <admin>OCA\WorkflowMediaConverter\Settings\AdminSettings</admin>
        <admin-section>OCA\WorkflowMediaConverter\Settings\AdminSection</admin-section>
        <personal>OCA\WorkflowMediaConverter\Settings\PersonalSettings</personal>
        <personal-section>OCA\WorkflowMediaConverter\Settings\PersonalSection</personal-section>
    </settings>
</info>
