mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Added Python Path back in. #48
This commit is contained in:
parent
9e335013a7
commit
e608491a8c
1 changed files with 7 additions and 0 deletions
|
@ -25,12 +25,19 @@
|
|||
##############################################################################
|
||||
### PATHS ###
|
||||
|
||||
# Set the full path to python if it is not in your PATH.
|
||||
PythonCmd=/usr/local/python/bin/python
|
||||
|
||||
# Set the full path to sabToSickBeard.py for SickBeard's postprocessing.
|
||||
NzbToSickBeard=/usr/local/nzbget/var/nzbToSickBeard.py
|
||||
|
||||
# Set the full path to nzbToCouchpotato.py for Couchpotato's postprocessing
|
||||
NzbToCouchPotato=/usr/local/nzbget/var/nzbToCouchPotato.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
|
||||
|
||||
# Set the full path to the Custom Postprocess script.
|
||||
CustomScript=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue