reflect nzbget 10 changes

This commit is contained in:
clinton-hall 2013-02-07 22:07:39 -08:00
commit 2803f9e6ce

View file

@ -237,7 +237,8 @@ If you are using NZBGet perform the following steps to configure postprocessing
2. In NZBGet go to "POSTPROCESSING SCRIPT" -> "PATHS" and change as needed: 2. In NZBGet go to "POSTPROCESSING SCRIPT" -> "PATHS" and change as needed:
i. Set the full path to python if it is not in your PATH. i. Set the full path to python if it is not in your PATH. (v 9.0 only)
These scripts now have -x permissions and should be as such on your system. Python needs to be in your system path.
PythonCmd=/usr/local/python/bin/python PythonCmd=/usr/local/python/bin/python
@ -246,6 +247,7 @@ If you are using NZBGet perform the following steps to configure postprocessing
NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py
iii. Set the full path where completed movies should be placed before SickBeard's Renamer is called (option) iii. Set the full path where completed movies should be placed before SickBeard's Renamer is called (option)
(v 9.0 only). For n 10.0 set this in the appropriate category settings in the Categories Section.
TvDownloadDir= TvDownloadDir=
@ -254,10 +256,11 @@ If you are using NZBGet perform the following steps to configure postprocessing
NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py
v. Set the full path where completed movies should be placed before CouchPotato's Renamer is called (option) v. Set the full path where completed movies should be placed before CouchPotato's Renamer is called (option)
(v 9.0 only). For n 10.0 set this in the appropriate category settings in the Categories Section.
MoviesDownloadDir= MoviesDownloadDir=
vi. Set the full path to any dependency required for your Custom Postprocess script if it is not in your PATH. vi. Set the full path to any dependency required for your Custom Postprocess script if it is not in your PATH.(v 9.0 only)
CustomCmd=/usr/local/python/bin/python CustomCmd=/usr/local/python/bin/python
@ -266,6 +269,7 @@ If you are using NZBGet perform the following steps to configure postprocessing
CustomScript= CustomScript=
viii.Set the full path where completed downloads should be placed before the Custom postprocess is called (option) viii.Set the full path where completed downloads should be placed before the Custom postprocess is called (option)
(v 9.0 only). For n 10.0 set this in the appropriate category settings in the Categories Section.
CustomDownloadDir= CustomDownloadDir=