From 845db37e6aacf2052a0522e0378d021e4ed30eb2 Mon Sep 17 00:00:00 2001 From: huangjx Date: Fri, 10 Sep 2021 22:34:33 +0800 Subject: [PATCH] updated description and other info --- appinfo/app.php | 7 ------- appinfo/info.xml | 15 +++++++++------ lib/Search/torrentSearch.php | 2 +- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 82d39da..2a87bc3 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -2,11 +2,4 @@ namespace OCA\NCDownloader\AppInfo; -\OC::$server->getNavigationManager()->add([ - 'id' => 'ncdownloader', - 'order' => 10, - 'href' => \OC::$server->getURLGenerator()->linkToRoute('ncdownloader.Main.Index'), - 'icon' => \OC::$server->getURLGenerator()->imagePath('ncdownloader', 'ncdownloader.svg'), - 'name' => 'ncdownloader' -]); diff --git a/appinfo/info.xml b/appinfo/info.xml index 9909166..964e89e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,23 +3,26 @@ ncdownloader NCDownloader Aria2 and youtube-dl web gui for nextcloud - - 0.0.1 + built-in torrent search;Start and stop Aria2 process, manage Aria2 from the web; +Download videos from youtube, twitter and other sites; + 0.0.2 agpl jiaxinhuang NCDownloader tools https://github.com/shiningw/ncdownloader - https://github.com/shiningw/ncdownloader/issues - https://user-images.githubusercontent.com/3911975/132008248-dbb6036e-e3c2-4e5c-9274-d2b1ae091373.png - https://github.com/shiningw/ncdownloader + https://github.com/shiningw/ncdownloader/issues + https://user-images.githubusercontent.com/3911975/132008248-dbb6036e-e3c2-4e5c-9274-d2b1ae091373.png + https://user-images.githubusercontent.com/3911975/132008308-dec2a7ba-4387-441e-9ded-538d61fbccf0.png + https://github.com/shiningw/ncdownloader - ncdownloader + NCDownloader ncdownloader.Main.Index + ncdownloader.svg diff --git a/lib/Search/torrentSearch.php b/lib/Search/torrentSearch.php index 8e1cea1..c5cad74 100644 --- a/lib/Search/torrentSearch.php +++ b/lib/Search/torrentSearch.php @@ -26,7 +26,7 @@ class torrentSearch if (!$value) { continue; } - $value['actions'][] = array("name" => 'add', 'path' => '/index.php/apps/ncdownloader/new'); + $value['actions'][] = array("name" => 'download', 'path' => '/index.php/apps/ncdownloader/new'); } }