email log results & remove failed #85 & #86

This commit is contained in:
Clinton Hall 2013-03-10 17:19:31 -07:00
commit ffb99ed6bd

View file

@ -57,6 +57,9 @@ CustomScript=
# before the Custom postprocess is called
CustomDownloadDir=
# Set the full path to location to move failed downloads to.
Failed_Directory=/usr/local/downloads/failed
##############################################################################
### OPTIONS ###
@ -90,6 +93,9 @@ CustomCategory=music
# Clean up list. space seperated, in single quotes, default '*.nzb *.sfv *.1'
FileCleanUp='*.nzb *.sfv *.1'
# Remove all files when download fails (yes, no).
Delete_Failed=no
# Toggle detailed output (yes, no).
Debug=no
@ -160,3 +166,6 @@ Email_Subject='The download of <name> has <status>.'
# Use the same substitutes as described above.
# 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>.'
# Append the potprocessing log to the email (yes, no).
Add_Log=no