{
.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,
{
.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),
},
{
.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,