mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
28 lines
943 B
JSON
28 lines
943 B
JSON
/**
|
|
* Just add https://packages.filebot.net/syno/ in Package Sources ;)
|
|
*
|
|
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: https://packages.filebot.net/syno/ -> 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/",
|
|
"qinst": true,
|
|
"qupgrade": true,
|
|
"qstart": true,
|
|
"depsers": "ssh",
|
|
"icon": "http://packages.filebot.net/syno/spk.icon.png",
|
|
"snapshot": [
|
|
"http://packages.filebot.net/syno/spk.snapshot.png"
|
|
],
|
|
"package": "filebot",
|
|
"version": "@{version}",
|
|
"link": "https://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{version}/filebot-@{version}-noarch.spk",
|
|
"size": "52428800",
|
|
"md5": "@{spk.md5}"
|
|
}
|
|
]
|