mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
failed dl cleanup close #86
This commit is contained in:
parent
88df255b35
commit
92bc99acc7
1 changed files with 11 additions and 2 deletions
|
@ -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 <caspian@dotconf.net>
|
||||
|
||||
# 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 <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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue