mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
formatting
This commit is contained in:
parent
072d2442a7
commit
33ccc32c91
1 changed files with 8 additions and 1 deletions
|
@ -3,7 +3,7 @@ nzbToMedia
|
|||
|
||||
Provides an efficient way to handle postprocessing for [CouchPotatoServer](https://couchpota.to/ "CouchPotatoServer") and [SickBeard](http://sickbeard.com/ "SickBeard")
|
||||
when using one of the popular NZB download clients like [SABnzbd](http://sabnzbd.org/) and [NZBGet](http://nzbget.sourceforge.net/ "NZBGet") on low performance systems like a NAS.
|
||||
This script is based on sabToSickBeard (written by Nic Wolfe and supplied with SickBeard), with the support for NZBGet being added by [thorli](https://github.com/thorli "thorli") and further contributions by [thorli](https://github.com/schumi2004 "schumi2004") and [hugbug](https://sourceforge.net/apps/phpbb/nzbget/memberlist.php?mode=viewprofile&u=67 "hugbug")
|
||||
This script is based on sabToSickBeard (written by Nic Wolfe and supplied with SickBeard), with the support for NZBGet being added by [thorli](https://github.com/thorli "thorli") and further contributions by [schumi2004](https://github.com/schumi2004 "schumi2004") and [hugbug](https://sourceforge.net/apps/phpbb/nzbget/memberlist.php?mode=viewprofile&u=67 "hugbug")
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
@ -31,12 +31,19 @@ Installation
|
|||
fields as they apply to your installation.
|
||||
|
||||
host: Set this to "localhost" if SickBeard and your download client are on the same system. otherwise enter the ipaddress of the system SickBeard is insatlled on.
|
||||
|
||||
port: Set this to the port that SickBeard is running on.
|
||||
|
||||
username: Set this to the user name required to log on to the SickBeard web GUI. (optional)
|
||||
|
||||
password: Set this to the password required to log on to the SickBeard web GUI. (optional)
|
||||
|
||||
web_root: Set this to the web_root value specified in SickBeard for Apache Reverse Proxy. (optional)
|
||||
|
||||
ssl: Set this to "1" if you access SickBeard via ssl (https) otherwise leave this as "0" for http.
|
||||
|
||||
watch_dir: Set this only if SickBeard is on another PC to your download client and the directory structure is different.(optional)
|
||||
|
||||
failed_fork: Set this to "1" if you are using the failed fork branch. Otherwise set this to "0". (optional)
|
||||
|
||||
### nzbToCouchPotato
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue