mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
update description for python cmd
This commit is contained in:
parent
f336f1a344
commit
2d513d6390
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ If you are using NZBGet perform the following steps to configure postprocessing
|
||||||
|
|
||||||
2. In NZBGet go to "POSTPROCESSING SCRIPT" -> "PATHS" and change as needed:
|
2. In NZBGet go to "POSTPROCESSING SCRIPT" -> "PATHS" and change as needed:
|
||||||
|
|
||||||
i. Set the full path to python if it is not in your PATH. (v 9.0 only)
|
i. Set the full path to python if it is not in your PATH. (option is required)
|
||||||
These scripts now have -x permissions and should be as such on your system. Python needs to be in your system path.
|
These scripts now have -x permissions and should be as such on your system. Python needs to be in your system path.
|
||||||
|
|
||||||
PythonCmd=/usr/local/python/bin/python
|
PythonCmd=/usr/local/python/bin/python
|
||||||
|
@ -260,7 +260,7 @@ If you are using NZBGet perform the following steps to configure postprocessing
|
||||||
|
|
||||||
MoviesDownloadDir=
|
MoviesDownloadDir=
|
||||||
|
|
||||||
vi. Set the full path to any dependency required for your Custom Postprocess script if it is not in your PATH.(v 9.0 only)
|
vi. Set the full path to any dependency required for your Custom Postprocess script if it is not in your PATH.(option is required)
|
||||||
|
|
||||||
CustomCmd=/usr/local/python/bin/python
|
CustomCmd=/usr/local/python/bin/python
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue