diff --git a/README.md b/README.md index 3e8e97e5..e1f4b75a 100644 --- a/README.md +++ b/README.md @@ -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