From: Kin-Wai Koo Date: Tue, 22 Jan 2019 09:32:34 +0000 (+0800) Subject: Corrected local_ip description text X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1805bc705207e95ecf4ebc13633ae247e06e85e;p=thirdparty%2Ftvheadend.git Corrected local_ip description text --- diff --git a/src/config.c b/src/config.c index 479e56a71..8e9f7f016 100644 --- a/src/config.c +++ b/src/config.c @@ -2457,10 +2457,11 @@ const idclass_t config_class = { .type = PT_STR, .id = "local_ip", .name = N_("Local IP Address"), - .desc = N_("IP address of the HDHomerun device. This is needed if you " - "plan to run TVheadend in a container and you want to stream " - "from an HDHomerun without enabling host networking for " - "the container."), + .desc = N_("IP of the Docker host. Each HDHomeRun tuner sends data " + "to TVheadend through a socket. This lets you define the " + "IP address that HDHomeRun needs to send to. Leave this " + "blank if you want TVheadend to automatically pick an " + "address."), .off = offsetof(config_t, local_ip), .opts = PO_HIDDEN | PO_EXPERT, .group = 6