From e581ca25e02443782c728c9396a109c8fc6689d2 Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Mon, 12 Jan 2015 09:01:35 +1030 Subject: [PATCH] add tooltip for host. Fixes #663 --- nzbToCouchPotato.py | 2 ++ nzbToGamez.py | 2 ++ nzbToHeadPhones.py | 2 ++ nzbToMedia.py | 12 ++++++++++++ nzbToMylar.py | 2 ++ nzbToNzbDrone.py | 2 ++ nzbToSickBeard.py | 2 ++ 7 files changed, 24 insertions(+) diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index 980dfc17..f75342b1 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -40,6 +40,8 @@ #cpsapikey= # CouchPotato host. +# +# The ipaddress for your CouchPotato server. e.g For the Same system use localhost or 127.0.0.1 #cpshost=localhost # CouchPotato port. diff --git a/nzbToGamez.py b/nzbToGamez.py index a48f7a3d..d85c2961 100755 --- a/nzbToGamez.py +++ b/nzbToGamez.py @@ -36,6 +36,8 @@ #gzapikey= # Gamez host. +# +# The ipaddress for your Gamez server. e.g For the Same system use localhost or 127.0.0.1 #gzhost=localhost # Gamez port. diff --git a/nzbToHeadPhones.py b/nzbToHeadPhones.py index 4d5f0097..9f24faf4 100755 --- a/nzbToHeadPhones.py +++ b/nzbToHeadPhones.py @@ -35,6 +35,8 @@ #hpapikey= # HeadPhones host. +# +# The ipaddress for your HeadPhones server. e.g For the Same system use localhost or 127.0.0.1 #hphost=localhost # HeadPhones port. diff --git a/nzbToMedia.py b/nzbToMedia.py index 89df7ea9..2f5cd382 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -40,6 +40,8 @@ #cpsapikey= # CouchPotato host. +# +# The ipaddress for your CouchPotato server. e.g For the Same system use localhost or 127.0.0.1 #cpshost=localhost # CouchPotato port. @@ -83,6 +85,8 @@ #sbCategory=tv # SickBeard host. +# +# The ipaddress for your SickBeard/SickRage server. e.g For the Same system use localhost or 127.0.0.1 #sbhost=localhost # SickBeard port. @@ -137,6 +141,8 @@ #ndCategory=tv2 # NzbDrone host. +# +# The ipaddress for your NzbDrone/Sonarr server. e.g For the Same system use localhost or 127.0.0.1 #ndhost=localhost # NzbDrone port. @@ -181,6 +187,8 @@ #hpapikey= # HeadPhones host. +# +# The ipaddress for your HeadPhones server. e.g For the Same system use localhost or 127.0.0.1 #hphost=localhost # HeadPhones port. @@ -209,6 +217,8 @@ #myCategory=comics # Mylar host. +# +# The ipaddress for your Mylar server. e.g For the Same system use localhost or 127.0.0.1 #myhost=localhost # Mylar port. @@ -251,6 +261,8 @@ #gzapikey= # Gamez host. +# +# The ipaddress for your Gamez server. e.g For the Same system use localhost or 127.0.0.1 #gzhost=localhost # Gamez port. diff --git a/nzbToMylar.py b/nzbToMylar.py index fbc8b618..21d7e183 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.py @@ -33,6 +33,8 @@ #myCategory=comics # Mylar host. +# +# The ipaddress for your Mylar server. e.g For the Same system use localhost or 127.0.0.1 #myhost=localhost # Mylar port. diff --git a/nzbToNzbDrone.py b/nzbToNzbDrone.py index 47f0dcae..caa2703d 100755 --- a/nzbToNzbDrone.py +++ b/nzbToNzbDrone.py @@ -37,6 +37,8 @@ #ndCategory=tv2 # NzbDrone host. +# +# The ipaddress for your NzbDrone/Sonarr server. e.g For the Same system use localhost or 127.0.0.1 #ndhost=localhost # NzbDrone port. diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index cfd77002..d97a29ea 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -42,6 +42,8 @@ #sbCategory=tv # SickBeard host. +# +# The ipaddress for your SickBeard/SickRage server. e.g For the Same system use localhost or 127.0.0.1 #sbhost=localhost # SickBeard port.