Files
ncdownloader/appinfo/info.xml
2023-06-16 22:03:51 +08:00

43 lines
2.0 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ncdownloader</id>
<name>NCDownloader</name>
<summary>Aria2 and youtube-dl web gui for nextcloud</summary>
<description>
Search for torrents within the app from mutiple BT sites;
Control Aria2 and manage download tasks from the web;
download videos from 700+ video sites(youtube,youku,vimo,dailymotion,twitter,facebook and the likes
</description>
<version>1.0.20</version>
<licence>agpl</licence>
<author mail="freefallbenson@gmail.com" homepage="https://github.com/shiningw">jiaxinhuang</author>
<namespace>NCDownloader</namespace>
<category>tools</category>
<website>https://github.com/shiningw/ncdownloader</website>
<bugs>https://github.com/shiningw/ncdownloader/issues</bugs>
<screenshot>https://user-images.githubusercontent.com/3911975/142444998-54dd54a6-0c8e-4d49-8188-270964a99c50.png</screenshot>
<screenshot>https://user-images.githubusercontent.com/3911975/142445020-27ec389a-5437-4d28-acc0-5e757fd6897d.png</screenshot>
<repository>https://github.com/shiningw/ncdownloader</repository>
<dependencies>
<php min-version="7.3" max-version="8.2" />
<nextcloud min-version="20" max-version="27"/>
</dependencies>
<navigations>
<navigation>
<name>NCDownloader</name>
<route>ncdownloader.Main.Index</route>
<icon>ncdownloader.svg</icon>
</navigation>
</navigations>
<settings>
<admin>OCA\NCDownloader\Settings\Admin</admin>
<personal>OCA\NCDownloader\Settings\Personal</personal>
<admin-section>OCA\NCDownloader\Settings\AdminSection</admin-section>
<personal-section>OCA\NCDownloader\Settings\PersonalSection</personal-section>
</settings>
<commands>
<command>OCA\NCDownloader\Command\Aria2Command</command>
</commands>
</info>