diff --git a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf index 9615d5e0..0786e983 100644 --- a/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf +++ b/nzbget-postprocessing-files/10.0/nzbget-postprocess.conf @@ -50,6 +50,9 @@ CustomCmd=/usr/local/python/bin/python # Set the full path to the Custom Postprocess script. CustomScript= +# Set the full path to location to move failed downloads to. +Failed_Directory=/usr/local/downloads/failed + ############################################################################## ### OPTIONS ### @@ -98,6 +101,9 @@ CustomCategory=pictures # Clean up list. space seperated, in single quotes, default '*.nzb *.sfv *.1' FileCleanUp='*.nzb *.sfv *.1' +# Remove all files when download failes (yes, no). +Delete_Failed=no + # Toggle detailed output (yes, no). Debug=no @@ -126,10 +132,10 @@ DestDir= # This uses sendEmail as authored by Brandon Zehm # List Categories for successful download email, default 'tv movies' -Email_successful='tv movies music comics' +Email_successful='tv movies music comics games pictures' # List Categories for failed download email, default 'tv movies' -Email_failed='tv movies music comics' +Email_failed='tv movies music comics games pictures' # Set the full path and file name for sendEmail application. sendEmail=/usr/local/nzbget/var/sendEmail/sendEmail @@ -161,3 +167,6 @@ Email_Subject='The download of has .' # Use the same substitutes as described above. # Use \r\n for new line. Email_Message='The download of has . \r\n This has been processed by the script