mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Added a Custom PostProcess Script
This commit is contained in:
parent
a832f82c3b
commit
aeda504940
1 changed files with 17 additions and 2 deletions
|
@ -46,6 +46,16 @@ NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.py
|
||||||
# before CouchPotato's Renamer is called
|
# before CouchPotato's Renamer is called
|
||||||
MoviesDownloadDir=
|
MoviesDownloadDir=
|
||||||
|
|
||||||
|
# Set the full path to any dependency required for your Custom
|
||||||
|
# Postprocess script if it is not in your PATH.
|
||||||
|
CustomCmd=/usr/local/python/bin/python
|
||||||
|
|
||||||
|
# Set the full path to the Custom Postprocess script.
|
||||||
|
CustomScript=
|
||||||
|
|
||||||
|
# Set the full path where completed downloads should be placed
|
||||||
|
# before the Custom postprocess is called
|
||||||
|
CustomDownloadDir=
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### OPTIONS ###
|
### OPTIONS ###
|
||||||
|
@ -74,6 +84,12 @@ CouchPotato=yes
|
||||||
# Category for Couchpotato's postprocessing (eg. movies)
|
# Category for Couchpotato's postprocessing (eg. movies)
|
||||||
CouchPotatoCategory=movies
|
CouchPotatoCategory=movies
|
||||||
|
|
||||||
|
# Perform Custom postprocessing (yes, no).
|
||||||
|
Custom=yes
|
||||||
|
|
||||||
|
# Category for Custom postprocessing (eg. movies)
|
||||||
|
CustomCategory=music
|
||||||
|
|
||||||
# Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1
|
# Clean up list array. space seperated, in brackets, default *.nzb *.sfv *.1
|
||||||
FileCleanUp=(*.nzb *.sfv *.1)
|
FileCleanUp=(*.nzb *.sfv *.1)
|
||||||
|
|
||||||
|
@ -146,4 +162,3 @@ Email_Subject="The Download of <name> has <status>"
|
||||||
# Use the same substitutes as described above.
|
# Use the same substitutes as described above.
|
||||||
# Use /n for new line.
|
# Use /n for new line.
|
||||||
Email_Message="The download of <name> has <status> /n This has been processed by the script <script> for category <cat>"
|
Email_Message="The download of <name> has <status> /n This has been processed by the script <script> for category <cat>"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue