1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/chocolatey/filebot.nuspec
2014-11-09 04:20:56 +00:00

25 lines
1.3 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>filebot</id>
<title>FileBot</title>
<version>@{version}</version>
<authors>Reinhard Pointner</authors>
<owners>rednoah</owners>
<summary>The ultimate TV and Movie Renamer / Subtitle Downloader</summary>
<description>FileBot is the ultimate tool for renaming your movies, tv shows or anime and even downloading subtitles. It's smart, streamlined for simplicity and just works. Putting the super-efficient UI aside, it's also got a full-featured command-line interface and scripting engine for all sorts of automation. Anything is possible.</description>
<projectUrl>http://www.filebot.net/</projectUrl>
<tags>rename, batch rename, media, music, tv show, movie, subtitle, htpc, kodi, xbmc, plex, OpenSubtitles</tags>
<copyright>2014 Reinhard Pointner</copyright>
<licenseUrl>http://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>http://www.filebot.net/images/filebot.logo.png</iconUrl>
<dependencies>
<dependency id="jre8" version="" />
</dependencies>
<releaseNotes></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>