]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
add some more tooltips
authorJaroslav Kysela <perex@perex.cz>
Fri, 4 Dec 2015 18:26:25 +0000 (19:26 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 4 Dec 2015 18:26:25 +0000 (19:26 +0100)
src/input/mpegts/mpegts_input.c
src/input/mpegts/satip/satip_frontend.c
src/satip/server.c

index 4af44976c6a69327b183b68ff483cd1b2273977c..1914df1a5d585e936f9694c14bc6b6e5bcc6ff03 100644 (file)
@@ -280,7 +280,13 @@ const idclass_t mpegts_input_class =
     {
       .type     = PT_U32,
       .id       = "free_weight",
-      .name     = N_("Free weight"),
+      .name     = N_("Free subscription weight"),
+      .desc     = N_("If the subscription weight for this input is bellow "
+                     "the specified threshold, the tuner is handled as free "
+                     "(according the priority settings). Otherwise, a next "
+                     "tuner (without any subscriptions) is used. Set this value "
+                     "to 10, if you are willing to override scan and epggrab "
+                     "subscriptions."),
       .off      = offsetof(mpegts_input_t, mi_free_weight),
       .def.i    = 1,
       .opts     = PO_ADVANCED,
index 34ea110046750a135c8c3dde237a6277d713a259..998de49548e87cda5c64cc0fe5435f238207a60a 100644 (file)
@@ -178,7 +178,8 @@ const idclass_t satip_frontend_class =
     {
       .type     = PT_BOOL,
       .id       = "pass_weight",
-      .name     = N_("Pass weight"),
+      .name     = N_("Pass subscription weight"),
+      .desc     = N_("Pass subscription weight to the SAT>IP server (Tvheadend specific extension)"),
       .opts     = PO_ADVANCED,
       .off      = offsetof(satip_frontend_t, sf_pass_weight),
     },
index 51f51b07fbe8c2122061027c75133dd9b6bb7279..ec8d480b71a50c9bdae55c0194daecbf1f812640 100644 (file)
@@ -609,7 +609,8 @@ const idclass_t satip_server_class = {
     {
       .type   = PT_BOOL,
       .id     = "satip_remote_weight",
-      .name   = N_("Allow remote subscription weight"),
+      .name   = N_("Accept remote subscription weight"),
+      .desc   = N_("Accept the remote subscription weight (from the SAT>IP client)."),
       .off    = offsetof(struct satip_server_conf, satip_allow_remote_weight),
       .opts   = PO_EXPERT,
       .group  = 1,