From d4a35659a378b16761be9f717b4dda0e3043d80e Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 10 Dec 2012 18:39:32 -0800 Subject: [PATCH] Update nzbGet 0.8.0 to function same as 9.0 --- nzbget-postprocessing-files/0.8.0/postprocess.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nzbget-postprocessing-files/0.8.0/postprocess.conf b/nzbget-postprocessing-files/0.8.0/postprocess.conf index e6111267..8d9c5e44 100644 --- a/nzbget-postprocessing-files/0.8.0/postprocess.conf +++ b/nzbget-postprocessing-files/0.8.0/postprocess.conf @@ -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 ###