]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Corrected local_ip description text
authorKin-Wai Koo <glug71@gmail.com>
Tue, 22 Jan 2019 09:32:34 +0000 (17:32 +0800)
committerJaroslav Kysela <perex@perex.cz>
Mon, 4 Feb 2019 10:07:17 +0000 (11:07 +0100)
src/config.c

index 479e56a71e1e85b21aca3f92b10c919055945975..8e9f7f016f9de4db8750f07fb102b11b622dc0a0 100644 (file)
@@ -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