mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
parent
3231db90df
commit
ffb99ed6bd
1 changed files with 9 additions and 0 deletions
|
@ -57,6 +57,9 @@ CustomScript=
|
||||||
# before the Custom postprocess is called
|
# before the Custom postprocess is called
|
||||||
CustomDownloadDir=
|
CustomDownloadDir=
|
||||||
|
|
||||||
|
# Set the full path to location to move failed downloads to.
|
||||||
|
Failed_Directory=/usr/local/downloads/failed
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### OPTIONS ###
|
### OPTIONS ###
|
||||||
|
|
||||||
|
@ -90,6 +93,9 @@ CustomCategory=music
|
||||||
# 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 fails (yes, no).
|
||||||
|
Delete_Failed=no
|
||||||
|
|
||||||
# Toggle detailed output (yes, no).
|
# Toggle detailed output (yes, no).
|
||||||
Debug=no
|
Debug=no
|
||||||
|
|
||||||
|
@ -160,3 +166,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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue