]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: add note to epggrabber_modules about NZ grabbers and update screenshot mdhelp...
authorMark Clarkstone <hello@markclarkstone.co.uk>
Mon, 13 Mar 2017 12:51:44 +0000 (12:51 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 13 Mar 2017 13:36:32 +0000 (14:36 +0100)
docs/class/epggrabber_modules.md
docs/wizard/hello.md
docs/wizard/mapping.md
src/input/mpegts/dvb_support.c
src/webui/static/img/doc/epggrabmodules.png

index fa95f5b9096e1ccccaa60f81c81fd8b7dcd357f0..145cbab0bd5651afd8480cab124309f5aa5d8a24 100644 (file)
@@ -20,7 +20,24 @@ Button                      | Function
 
 ---
 
+###Notes
 
+* Only OTA EIT and PSIP (ATSC) grabbers are enabled by default. If 
+you're missing EPG data, make sure to enable the correct grabber(s) 
+for your location/provider.
+* If you use more than one grabber, be sure to give a higher priority 
+to the grabber that provides you with richer data.
 
+####New Zealand Grabbers
 
+Due to non-standard DVB-T configuration used in NZ. Additional 
+set-up is required in order to receive full 7 day OTA EPG data for 
+regional services, if you live outside Auckland.
 
+If you want to receive regional data, you must first enable the 
+*New Zealand: Auckland* grabber, and then enable a secondary NZ 
+grabber (with a higher priority value) that corresponds to your region.
+
+**Tip**: Don't forget to set the *EIT time offset* for your network(s).
+
+---
index 5960b976eca0967fbae9c3f09fb1c252f6e3390e..db4bf2fd1328b45bccbbca1ec62b02311818995b 100644 (file)
@@ -8,14 +8,12 @@ you're not willing to touch the current configuration, as continuing in
 such cases can lead to misconfiguration and not all changes made thru 
 this wizard will take effect.**
 
-
 **Notes**:
 * If you cannot see your preferred language in the language list and would 
 like to help translate Tvheadend see 
 [here](https://tvheadend.org/projects/tvheadend/wiki/Internationalization). 
 * If you don't enter a preferred language, US English will be used as a default. 
-* Not selecting the correct EPG 
-language can result in garbled EPG text; if this happens, don't panic, 
-as you can easily change it later.
+* Not selecting the correct EPG language can result in garbled EPG 
+text; if this happens, don't panic, as you can easily change it later.
 
 **The interface will reload in your chosen language (if the translation is available).**
index 86d51c6822a979941998e97dd7f0e1f4c2d75008..f41c78251897770755ebd81ae1c3b37e3c8401eb 100644 (file)
@@ -18,3 +18,6 @@ map services to channels manually.**
 **Notes**:
 * Many providers include undesirable services - Teleshopping, Adult
   Entertainment, etc; using the 'Map all services' will include these.
+* You may need to enable specific EPG grabbers to receive OTA EPG data,
+See the *EPG Grabber Modules* Help doc for details.
+
index 826cef54ad95ae16babc6f6ddce6ce815fb8927e..cde6bb024770b28f4bff837730d97455d4fffee4 100644 (file)
@@ -513,6 +513,10 @@ static struct strtab dvb_timezone_strtab[] = {
   { N_("UTC+10"),     10*60 },
   { N_("UTC+10:30"),  10*60+30 },
   { N_("UTC+11"),     11*60 },
+  { N_("UTC+12"),     12*60 },
+  { N_("UTC+12:45"),  12*60+45 },
+  { N_("UTC+13"),     13*60 },
+  { N_("UTC+14"),     14*60 }
 };
 
 htsmsg_t *
index 4766f944a92eeb0e47c5b825393631bfdd318913..c86238780276b23ac1dc9539100fce8dd415d17c 100644 (file)
Binary files a/src/webui/static/img/doc/epggrabmodules.png and b/src/webui/static/img/doc/epggrabmodules.png differ