failed dl cleanup close #86

This commit is contained in:
Clinton Hall 2013-03-10 16:46:43 -07:00
commit 92bc99acc7

View file

@ -50,6 +50,9 @@ CustomCmd=/usr/local/python/bin/python
# Set the full path to the Custom Postprocess script. # Set the full path to the Custom Postprocess script.
CustomScript= CustomScript=
# Set the full path to location to move failed downloads to.
Failed_Directory=/usr/local/downloads/failed
############################################################################## ##############################################################################
### OPTIONS ### ### OPTIONS ###
@ -98,6 +101,9 @@ CustomCategory=pictures
# Clean up list. space seperated, in single quotes, default '*.nzb *.sfv *.1' # Clean up list. space seperated, in single quotes, default '*.nzb *.sfv *.1'
FileCleanUp='*.nzb *.sfv *.1' FileCleanUp='*.nzb *.sfv *.1'
# Remove all files when download failes (yes, no).
Delete_Failed=no
# Toggle detailed output (yes, no). # Toggle detailed output (yes, no).
Debug=no Debug=no
@ -126,10 +132,10 @@ DestDir=
# This uses sendEmail as authored by Brandon Zehm <caspian@dotconf.net> # This uses sendEmail as authored by Brandon Zehm <caspian@dotconf.net>
# List Categories for successful download email, default 'tv movies' # 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' # 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. # Set the full path and file name for sendEmail application.
sendEmail=/usr/local/nzbget/var/sendEmail/sendEmail sendEmail=/usr/local/nzbget/var/sendEmail/sendEmail
@ -161,3 +167,6 @@ Email_Subject='The download of <name> has <status>.'
# Use the same substitutes as described above. # Use the same substitutes as described above.
# Use \r\n for new line. # Use \r\n for new line.
Email_Message='The download of <name> has <status>. \r\n This has been processed by the script <script> for category <cat>.' Email_Message='The download of <name> has <status>. \r\n This has been processed by the script <script> for category <cat>.'
# Append the potprocessing log to the email (yes, no).
Add_Log=no