Installs CouchPotato from source - Registers as Windows Service - Configures SABNzbd+ - Configures alternative post-processing script
46 lines
2.5 KiB
XML
46 lines
2.5 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<metadata>
|
|
<id>CouchPotato</id>
|
|
<title>CouchPotato automatic NZB downloader</title>
|
|
<version>2012.11.04</version>
|
|
<authors>RuudBurger</authors>
|
|
<owners>Ethan Brown</owners>
|
|
<summary>CouchPotato (CP) is an automatic NZB and torrent downloader. You can keep a "movies I want"-list and it will search for NZBs/torrents of these movies every X hours. Once a movie is found, it will send it to SABnzbd or download the torrent to a specified directory.</summary>
|
|
<description>CouchPotato is an automatic NZB and torrent downloader.
|
|
You can keep a "want to watch"-list and it will search for NZBs/torrents of these items every X hours. Once a correct release is found, matching the correct quality, it will send it to SABnzbd or download the .nzb or .torrent to a specified directory.
|
|
|
|
This package performs a number of normally quite painful / tedious tasks
|
|
- Installs SABnzbd+ (compiled version)
|
|
- Installs Python
|
|
- Installs PyWin32
|
|
- Git clones the CouchPotato source to site-packages
|
|
- Configures Git within CouchPotato to auto-update
|
|
- Configures for XBMC metadata
|
|
- Configures XMBC notifications - to port 9090 as SABnzbd+ uses 8080
|
|
- Configures CouchPotato to send NZBs to SABnzbd+ using API key
|
|
- Configures CouchPotato to run as a Windows service
|
|
- Configured alternate sabToCouchPotato.py SABnzbd+ post-processing scripts
|
|
</description>
|
|
<projectUrl>https://couchpota.to/</projectUrl>
|
|
<tags>CouchPotato Python Usenet NZB torrent</tags>
|
|
<licenseUrl>https://github.com/RuudBurger/CouchPotatoServer/blob/master/license.txt</licenseUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/CouchPotato/CouchPotato-logo.png</iconUrl>
|
|
<releaseNotes></releaseNotes>
|
|
<dependencies>
|
|
<dependency id="python" version="[2.7,3.0)" />
|
|
<dependency id="Git.Install" />
|
|
<dependency id="rktools.2003" />
|
|
<dependency id="PyWin32" />
|
|
<dependency id="SABnzbd" version="[0.7.5,]" />
|
|
</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>
|