Add details of packages required

This commit is contained in:
Clinton Hall 2013-02-21 22:11:11 -08:00
commit f028a6ec59

View file

@ -20,6 +20,10 @@ Failed download handling for SickBeard is available by using the development bra
To use this feature, in autoProcessTV.cfg set the parameter "failed_fork=1". Default is 0 and will work with standard version of SickBeard and just ignores failed downloads. To use this feature, in autoProcessTV.cfg set the parameter "failed_fork=1". Default is 0 and will work with standard version of SickBeard and just ignores failed downloads.
Torrent support has been added with the assistance of jkaberg and berkona. Currently supports uTorrent, Transmissions, Deluge and possibly more. Torrent support has been added with the assistance of jkaberg and berkona. Currently supports uTorrent, Transmissions, Deluge and possibly more.
To enable Torrent extraction, on Windows, you need to install [7-zip](http://www.7-zip.org/ "7-zip") or on *nix you need to install the following packages/commands.
"unrar", "unzip", "tar", "unxz", "unlzma", "7zr"
Installation Installation
------------ ------------
@ -32,7 +36,7 @@ For nzbget downlaod the Full package with nzbget support (including shell script
Copy all files from *\nzbToMedia\nzbget-postprocessing-files\Shell\ to a location in your system path, Copy all files from *\nzbToMedia\nzbget-postprocessing-files\Shell\ to a location in your system path,
or add the location of these files to the system path. or add the location of these files to the system path.
e.g. copy to "C:\Program Files (x86)\Shell\" and add "C:\Program Files (x86)\Sheel" to system path. e.g. copy to "C:\Program Files (x86)\Shell\" and add "C:\Program Files (x86)\Shell" to system path.
### General ### General