diff --git a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf index 9e56868b..f5f29762 100644 --- a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf @@ -28,12 +28,18 @@ # Set the full path to python if it is not in your PATH. PythonCmd=/usr/local/python/bin/python -# Set the full path to sabToSickBeard.py for SickBeard's postprocessing. +# Set the full path to nzbToSickBeard.py for SickBeard's postprocessing. NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py # Set the full path to nzbToCouchpotato.py for Couchpotato's postprocessing NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py +# Set the full path to nzbToHeadPhones.py for HeadPhones's postprocessing. +NzbToHeadPhones=/usr/local/nzbget/var/nzbToHeadPhones.py + +# Set the full path to nzbToMylar.py for Mylar's postprocessing. +NzbToMylar=/usr/local/nzbget/var/nzbToMylar.py + # 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 @@ -62,11 +68,23 @@ CouchPotato=yes # Category for Couchpotato's postprocessing. CouchPotatoCategory=movies +# Perform HeadPhones' postprocessing (yes, no). +HeadPhones=yes + +# Category for HeadPhones' postprocessing. +HeadPhonesCategory=music + +# Perform Mylar's postprocessing (yes, no). +Mylar=yes + +# Category for Mylar's postprocessing. +MylarCategory=comics + # Perform Custom postprocessing (yes, no). Custom=yes -# Category for Custom postprocessing (eg. movies) -CustomCategory=music +# Category for Custom postprocessing (eg. pictures) +CustomCategory=pictures # Clean up list. space seperated, in single quotes, default '*.nzb *.sfv *.1' FileCleanUp='*.nzb *.sfv *.1' @@ -99,10 +117,10 @@ DestDir= # This uses sendEmail as authored by Brandon Zehm # List Categories for successful download email, default 'tv movies' -Email_successful='tv movies' +Email_successful='tv movies music comics' # List Categories for failed download email, default 'tv movies' -Email_failed='tv movies' +Email_failed='tv movies music comics' # Set the full path and file name for sendEmail application. sendEmail=/usr/local/nzbget/var/sendEmail/sendEmail