Update nzbGet 0.8.0 to function same as 9.0

This commit is contained in:
clinton-hall 2012-12-10 18:39:32 -08:00
commit d4a35659a3

View file

@ -11,15 +11,15 @@ PythonCmd=/usr/local/python/bin/python
NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py
# Set the full path where completed movies should be placed
# before CouchPotato's Renamer is called
TV_DL_DIR=/usr/local/nzbget/complete/tv
# before SickBeard's Renamer is called
TvDownloadDir=/usr/local/nzbget/complete/tv
# Set the full path to nzbToCouchpotato.py for Couchpotato's postprocessing
NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py
# Set the full path where completed movies should be placed
# before CouchPotato's Renamer is called
MOVIES_DL_DIR=/usr/local/nzbget/complete/movies
MoviesDownloadDir=/usr/local/nzbget/complete/movies
##############################################################################
@ -49,6 +49,8 @@ CouchPotato=yes
# Category for Couchpotato's postprocessing (eg. movies)
CouchPotatoCategory=movies
# Clean up list. (space seperated, default *.nzb *.sfv *.1)
FileCleanUp=*.nzb *.sfv *.1
##############################################################################
### POSTPROCESSING-PARAMETERS ###