diff --git a/build.xml b/build.xml index 4d85f52c..f597cb24 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,7 @@ + + @@ -29,7 +31,7 @@ - + @@ -245,7 +247,7 @@ - FileBot is the ultimate tool for renaming your tv shows and anime, downloading subtitles from various sources or just simple file verification. + FileBot is the ultimate tool for renaming your movies, tv shows or anime and downloading subtitles. It's smart, streamlined for simplicity and just works. Plus there's a full-featured command-line interface for all sorts of automation. @@ -579,6 +581,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -616,8 +641,8 @@ - - + + diff --git a/installer/chocolatey/filebot.nuspec b/installer/chocolatey/filebot.nuspec new file mode 100644 index 00000000..7ef3c9b1 --- /dev/null +++ b/installer/chocolatey/filebot.nuspec @@ -0,0 +1,25 @@ + + + + filebot + FileBot + @{version} + Reinhard Pointner + rednoah + The ultimate tv renamer / subtitle downloader / sfv validator + FileBot is the ultimate tool for renaming your movies, tv shows or anime and downloading subtitles. It's smart, streamlined for simplicity and just works. Plus there's a full-featured command-line interface for all sorts of automation. + http://filebot.sourceforge.net/ + rename, subtitles, sfv + + http://www.gnu.org/licenses/gpl-2.0.html + false + http://filebot.sourceforge.net/images/filebot.logo.png + + + + + + + + + \ No newline at end of file diff --git a/installer/chocolatey/tools/chocolateyInstall.ps1 b/installer/chocolatey/tools/chocolateyInstall.ps1 new file mode 100644 index 00000000..41bbd4ca --- /dev/null +++ b/installer/chocolatey/tools/chocolateyInstall.ps1 @@ -0,0 +1 @@ +Install-ChocolateyPackage 'filebot' 'msi' '/quiet' 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x86.msi' 'http://sourceforge.net/projects/filebot/files/filebot/FileBot_@{version}/FileBot_@{version}_x64.msi' \ No newline at end of file diff --git a/website/index.html b/website/index.html index 39f1dd3d..7bb27bf2 100644 --- a/website/index.html +++ b/website/index.html @@ -6,10 +6,10 @@ FileBot - The ultimate tv renamer / subtitle downloader / sfv validator - + - + @@ -258,6 +258,7 @@
  • Embedded Linux packages: filebot_@{version}_arm.ipk or filebot_@{version}_i686.ipk (20MB)
  • Portable: FileBot-@{version}-portable.zip (17MB)
  • Source Zip: filebot-@{version}-src.zip (600kB)
  • +
  • Chocolatey Windows package is available via Chocolatey
  • Arch Linux package is available via AUR
  • Synology NAS package is available from MissileHugger