diff --git a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf index 1047346e..9e56868b 100644 --- a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf @@ -25,12 +25,19 @@ ############################################################################## ### PATHS ### +# 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. 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 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=