Casing on SickBeard fixed
Somehow SickBeard was Sickbeard which caused some issues in Git
This commit is contained in:
46
SickBeard/Sickbeard.nuspec
Normal file
46
SickBeard/Sickbeard.nuspec
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<metadata>
|
||||
<id>SickBeard.Source</id>
|
||||
<title>Sick Beard Usenet PVR</title>
|
||||
<version>2012.10.22</version>
|
||||
<authors>midgetspy</authors>
|
||||
<owners>Ethan Brown</owners>
|
||||
<summary>The ultimate PVR application that searches for and manages your TV shows.</summary>
|
||||
<description>Sick Beard is a PVR for newsgroup users (with limited torrent support). It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It currently supports NZBs.org, NZBMatrix, NZBs'R'Us, Newzbin, Womble's Index, NZB.su, TVTorrents and EZRSS and retrieves show information from theTVDB.com and TVRage.com.
|
||||
|
||||
This package performs a number of normally quite painful / tedious tasks
|
||||
- Installs SABnzbd+ (compiled version)
|
||||
- Installs Python
|
||||
- Installs Cheetah with Windows optimizations
|
||||
- Git clones the SickBeard source to site-packages
|
||||
- Configures Git within SickBeard to auto-update
|
||||
- Configures for XBMC metadata
|
||||
- Configures XMBC notifications - to port 9090 as SABnzbd+ uses 8080
|
||||
- Configures SickBeard to send NZBs to SABnzbd+ using API key
|
||||
- Configures the SickBeard post-processing script in SABnzbd+
|
||||
- Configures SickBeard to run as a Windows service
|
||||
</description>
|
||||
<projectUrl>http://sickbeard.com/</projectUrl>
|
||||
<tags>Sickbeard Python Usenet</tags>
|
||||
<!-- Eula is in installer
|
||||
<licenseUrl></licenseUrl>
|
||||
-->
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/SickBeard/sickbeard.png</iconUrl>
|
||||
<releaseNotes></releaseNotes>
|
||||
<dependencies>
|
||||
<dependency id="python" version="[2.7,3.0)" />
|
||||
<dependency id="Git.Install" />
|
||||
<dependency id="rktools.2003" />
|
||||
<dependency id="Python.Cheetah" />
|
||||
<dependency id="SABnzbd" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\core\Out-IniFile.ps1" target="tools" />
|
||||
<file src="..\core\Get-IniContent.ps1" target="tools" />
|
||||
<file src="..\core\WaitForSuccess.ps1" target="tools" />
|
||||
<file src="tools\**" target="tools" />
|
||||
</files>
|
||||
</package>
|
Reference in New Issue
Block a user