.ic_properties = (const property_t[]){
{
MUX_PROP_STR("delsys", N_("Delivery system"), dvbc, delsys, "DVB-C"),
+ .desc = N_("Select the delivery system used by your cable provider."),
},
{
.type = PT_U32,
.off = offsetof(dvb_mux_t, lm_tuning.u.dmc_fe_qam.symbol_rate),
},
{
- MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO"))
+ MUX_PROP_STR("constellation", N_("Constellation"), dvbc, qam, N_("AUTO")),
+ .desc = N_("Select the quadrature amplitude modulation (QAM) used by the mux. "
+ "If you're not sure of the value leave as AUTO."),
},
{
- MUX_PROP_STR("fec", N_("FEC"), dvbc, fec, N_("AUTO"))
+ MUX_PROP_STR("fec", N_("FEC"), dvbc, fec, N_("AUTO")),
+ .desc = N_("Select the forward error correction used on the mux."),
},
{}
}
.type = PT_STR,
.id = "tunercfgu",
.name = N_("Tuner configuration"),
+ .desc = N_("Tuner configuration."),
.opts = PO_SORTKEY,
.off = offsetof(satip_device_t, sd_tunercfg),
.list = satip_device_class_tunercfg_list,
.type = PT_STR,
.id = "fe_override",
.name = N_("Network type"),
+ .desc = N_("Override the frontend type."),
.set = satip_frontend_class_override_set,
.list = satip_frontend_class_override_enum,
.off = offsetof(satip_frontend_t, sf_type_override),