From 17996c35a5e2d92af3f65c204ee7e66a5501ede5 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 26 May 2017 10:36:17 +0200 Subject: [PATCH] mpegts init scan: rename 'Skip initial scan' to 'Skip startup scan' for comprehence, fixes #4386 --- src/input/mpegts/mpegts_input.c | 7 +++++-- src/input/mpegts/mpegts_network.c | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/input/mpegts/mpegts_input.c b/src/input/mpegts/mpegts_input.c index 911ed23c8..e432f36b0 100644 --- a/src/input/mpegts/mpegts_input.c +++ b/src/input/mpegts/mpegts_input.c @@ -296,8 +296,11 @@ const idclass_t mpegts_input_class = .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, diff --git a/src/input/mpegts/mpegts_network.c b/src/input/mpegts/mpegts_network.c index 161ccdb93..c19d9874c 100644 --- a/src/input/mpegts/mpegts_network.c +++ b/src/input/mpegts/mpegts_network.c @@ -218,9 +218,9 @@ const idclass_t mpegts_network_class = { .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), -- 2.47.3