mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
formatting
This commit is contained in:
parent
7eff936c9e
commit
072d2442a7
1 changed files with 9 additions and 19 deletions
28
README.md
28
README.md
|
@ -50,26 +50,16 @@ Installation
|
||||||
password: Set this to the password required to log on to the CouchPotatoServer web GUI. (optional)
|
password: Set this to the password required to log on to the CouchPotatoServer web GUI. (optional)
|
||||||
web_root: Set this to the web_root value specified in CouchPotatoServer for Apache Reverse Proxy. (optional)
|
web_root: Set this to the web_root value specified in CouchPotatoServer for Apache Reverse Proxy. (optional)
|
||||||
ssl: Set this to "1" if you access CouchPotatoServer via ssl (https) otherwise leave this as "0" for http.
|
ssl: Set this to "1" if you access CouchPotatoServer via ssl (https) otherwise leave this as "0" for http.
|
||||||
Delay: Delay must be a minimum of 60 seconds for the renamer.scan to run successfully. CouchPotatoServer
|
Delay: Delay must be a minimum of 60 seconds for the renamer.scan to run successfully. CouchPotatoServer performs a test to ensure files/folder are not newer than 1 minute to prevent renaming of files that are still extracting.
|
||||||
performs a test to ensure files/folder are not newer than 1 minute to prevent renaming of
|
|
||||||
files that are still extracting.
|
|
||||||
apikey: Enter the api key used for CouchPotatoServer. Found in CouchPotatoServer->settings->general (addvanced setting)
|
apikey: Enter the api key used for CouchPotatoServer. Found in CouchPotatoServer->settings->general (addvanced setting)
|
||||||
Method: Method "renamer" is the default which will cause CouchPotatoserver to move and rename downloaded files
|
Method: Method "renamer" is the default which will cause CouchPotatoserver to move and rename downloaded files as specified in the CouchPotatoServer renamer settings.
|
||||||
as specified in the CouchPotatoServer renamer settings.
|
This will also add the movie to the manage list and initiate any configured notifications.
|
||||||
This will also add the movie to the manage list and initiate any configured notifications.
|
In this case your nzb client must extract the files to the "from" folder as specified in your CouchPotatoServer renamer settings. Renamer must be enabled but automatic scan can be disabled by setting "Run Every" to "0".
|
||||||
In this case your nzb client must extract the files to the "from" folder
|
|
||||||
as specified in your CouchPotatoServer renamer settings. Renamer must be enabled
|
Method "manage" will make CouchPotatoServer update the list of managed movies if manager is enabled but renamer is not enabled.
|
||||||
but automatic scan can be disabled by setting "Run Every" to "0".
|
In this case your nzb client must extract the files directly to your final movies folder (as configured in CouchPotatoServer manage settings) and Manage must be enabled.
|
||||||
|
|
||||||
Method "manage" will make CouchPotatoServer update the list of managed movies if manager
|
|
||||||
is enabled but renamer is not enabled.
|
|
||||||
In this case your nzb client must extract the files directly
|
|
||||||
to your final movies folder (as configured in CouchPotatoServer manage settings) and Manage must
|
|
||||||
be enabled.
|
|
||||||
|
|
||||||
3. If you have added .py to your PATHEXT (in windows) or you have given nzbToCouchPotato.py executable
|
3. If you have added .py to your PATHEXT (in windows) or you have given nzbToCouchPotato.py executable permissions, or you are using the compiled executables you can manually call this process outside of your nzb client for testing your configuration or in case a postprocessing event failed.
|
||||||
permissions, or you are using the compiled executables you can manually call this process outside of
|
|
||||||
your nzb client for testing your configuration or in case a postprocessing event failed.
|
|
||||||
To do this, execute nzbToCouchPotato.py e.g. via ssl issue the following command:
|
To do this, execute nzbToCouchPotato.py e.g. via ssl issue the following command:
|
||||||
$ ./nzbToCouchPotato.py when in the directory where nzbToCouchPotato.py is located.
|
$ ./nzbToCouchPotato.py when in the directory where nzbToCouchPotato.py is located.
|
||||||
|
|
||||||
|
@ -158,4 +148,4 @@ If you are using NZBGet perform the following steps to configure postprocessing
|
||||||
2. In NZBGet go to "POSTPROCESSING SCRIPT" -> "PATHS" and apply the option "NzbToCouchpotato" according to your environment,
|
2. In NZBGet go to "POSTPROCESSING SCRIPT" -> "PATHS" and apply the option "NzbToCouchpotato" according to your environment,
|
||||||
this setting configures the path where NZBGet has to look for "nzbToCouchpotato.py".
|
this setting configures the path where NZBGet has to look for "nzbToCouchpotato.py".
|
||||||
|
|
||||||
3. Then go to "POSTPROCESSING SCRIPT" -> "OPTIONS" and set there the category which you want to use for CouchPotato post-processing.
|
3. Then go to "POSTPROCESSING SCRIPT" -> "OPTIONS" and set there the category which you want to use for CouchPotato post-processing.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue