.id = "initscan",
.name = N_("Initial scan"),
.desc = N_("Allow the initial scan tuning on this device "
- "(scan when Tvheadend starts). See 'Skip Initial "
- "Scan' in the network settings for further details."),
+ "(scan when Tvheadend starts or when a new multiplex "
+ "is added automatically). At least one tuner or input "
+ "should have this settings turned on. "
+ "See also 'Skip Startup Scan' in the network settings "
+ "for further details."),
.off = offsetof(mpegts_input_t, mi_initscan),
.def.i = 1,
.opts = PO_ADVANCED,
{
.type = PT_BOOL,
.id = "skipinitscan",
- .name = N_("Skip initial scan"),
+ .name = N_("Skip startup scan"),
.desc = N_("Skip scanning known muxes when Tvheadend starts. "
- "If \"initial scan\" is allowed and new muxes are "
+ "If \"startup scan\" is allowed and new muxes are "
"found then they will still be scanned. See Help for "
"more details."),
.off = offsetof(mpegts_network_t, mn_skipinitscan),