From 7ea595ecb31dae3acb1c94fc6553b1bf44f6ab6d Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 7 Jul 2014 17:37:39 +0000 Subject: [PATCH] * added experimental support for Synology Package Source and automated SPK install & update --- build.xml | 1 + website/index.html | 1 + website/syno.json | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+) create mode 100644 website/syno.json diff --git a/build.xml b/build.xml index 26a7265f..deac7a9d 100644 --- a/build.xml +++ b/build.xml @@ -648,6 +648,7 @@ + diff --git a/website/index.html b/website/index.html index e868a2b0..fe92ffdf 100644 --- a/website/index.html +++ b/website/index.html @@ -353,6 +353,7 @@
  • Windows package is available via Chocolatey
  • OS X package is available via Homebrew Cask
  • +
  • Synology NAS package is available via Package Center
  • All files and other versions are available at SourceForge.net
  • diff --git a/website/syno.json b/website/syno.json new file mode 100644 index 00000000..1b1110ec --- /dev/null +++ b/website/syno.json @@ -0,0 +1,28 @@ +/** + * Just add http://packages.filebot.net/syno.json in Package Sources ;) + * + * Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: http://packages.filebot.net/syno.json -> OK + */ +[ + { + "dname": "FileBot", + "desc": "FileBot is the ultimate tool for organizing and renaming your movies, TV shows or anime, as well as downloading subtitles and artwork. It's smart and just works.", + "maintainer": "rednoah", + "distributor": "FileBot", + "distributor_url": "http://www.filebot.net/", + "beta": false, + "qinst": true, + "qupgrade": true, + "qstart": true, + "silent_upgrade": true, + "icon": "http://i.imgur.com/bxHSJp9.png", + "snapshot": [ + "http://i.imgur.com/FozbUS0.png" + ], + "package": "filebot", + "version": "@{version}", + "link": "https://downloads.sourceforge.net/project/filebot/filebot/HEAD/FileBot_4.1.2/filebot-4.1-noarch.spk", + "size": "31457280", + "md5": "32e87d89c960214a61531ff478f8ecf4" + } +] \ No newline at end of file