mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-23 22:45:20 -07:00
added Gamez
This commit is contained in:
parent
519c76fe03
commit
804a34ede0
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,9 @@ NzbToHeadPhones=/usr/local/nzbget/var/nzbToHeadPhones.py
|
|||
# Set the full path to nzbToMylar.py for Mylar's postprocessing.
|
||||
NzbToMylar=/usr/local/nzbget/var/nzbToMylar.py
|
||||
|
||||
# Set the full path to nzbToGamez.py for Gamez's postprocessing.
|
||||
NzbToMylar=/usr/local/nzbget/var/nzbToGamez.py
|
||||
|
||||
# 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
|
||||
|
@ -80,6 +83,12 @@ Mylar=yes
|
|||
# Category for Mylar's postprocessing.
|
||||
MylarCategory=comics
|
||||
|
||||
# Perform Gamez's postprocessing (yes, no).
|
||||
Gamez=yes
|
||||
|
||||
# Category for Gamez's postprocessing.
|
||||
GamezCategory=games
|
||||
|
||||
# Perform Custom postprocessing (yes, no).
|
||||
Custom=yes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue