diff --git a/nzbget-postprocessing-files/0.8.0/postprocess.conf b/nzbget-postprocessing-files/0.8.0/postprocess.conf index bb8d0723..805e503d 100644 --- a/nzbget-postprocessing-files/0.8.0/postprocess.conf +++ b/nzbget-postprocessing-files/0.8.0/postprocess.conf @@ -45,7 +45,17 @@ NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py # Set the full path where completed movies should be placed # before CouchPotato's Renamer is called MoviesDownloadDir= - + +# Set the full path to any dependency required for your Custom +# Postprocess script if it is not in your PATH. +CustomCmd=/usr/local/python/bin/python + +# Set the full path to the Custom Postprocess script. +CustomScript= + +# Set the full path where completed downloads should be placed +# before the Custom postprocess is called +CustomDownloadDir= ############################################################################## ### OPTIONS ### @@ -74,6 +84,12 @@ CouchPotato=yes # Category for Couchpotato's postprocessing (eg. movies) CouchPotatoCategory=movies +# Perform Custom postprocessing (yes, no). +Custom=yes + +# Category for Custom postprocessing (eg. movies) +CustomCategory=music + # Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1 FileCleanUp=(*.nzb *.sfv *.1) @@ -146,4 +162,3 @@ Email_Subject="The Download of has " # Use the same substitutes as described above. # Use /n for new line. Email_Message="The download of has /n This has been processed by the script