<tvh_include>inc/common_button_table_end</tvh_include>
+The following tab specific buttons are available:
+
+Button | Function
+---------------|---------
+**Force Scan** | Rescan the selected mux for changes to the bouquet.
+
---
<tvh_include>inc/add_grid_entry</tvh_include>
--- /dev/null
+:
+
+Option | Description
+-------------------------------|------------
+**Disable** | Disable mux discovery.
+**New muxes only** | Discover new muxes only.
+**New muxes + changed muxes** | Discover new muxes and changes to existing muxes.
static const struct strtab tab[] = {
{ N_("Disable"), MN_DISCOVERY_DISABLE },
{ N_("New muxes only"), MN_DISCOVERY_NEW },
- { N_("New muxes + change muxes"), MN_DISCOVERY_CHANGE },
+ { N_("New muxes + changed muxes"), MN_DISCOVERY_CHANGE },
};
return strtab2htsmsg(tab, 1, lang);
}
CLASS_DOC(mpegts_network)
+PROP_DOC(network_discovery)
const idclass_t mpegts_network_class =
{
.name = N_("Network discovery"),
.desc = N_("Discover more muxes using the Network "
"Information Table (if available)."),
+ .doc = prop_doc_network_discovery,
.off = offsetof(mpegts_network_t, mn_autodiscovery),
.list = mpegts_network_discovery_enum,
- .opts = PO_ADVANCED,
+ .opts = PO_ADVANCED | PO_DOC_NLIST,
.def.i = MN_DISCOVERY_NEW
},
{