summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-07-16 15:45:55 +0200
committerM. Voerman <rekordc@gmail.com>2013-07-16 15:45:55 +0200
commit4cf750b11b4efe5e7bb775edefa98b18a9a3aa3b (patch)
tree0937639eafef4e5899b777af49b1a242bf1be424 /index.html
parent48d902596d93d6d0d7a704b915010b98a09e1806 (diff)
downloadvdr-vipclient-4cf750b11b4efe5e7bb775edefa98b18a9a3aa3b.tar.gz
vdr-vipclient-4cf750b11b4efe5e7bb775edefa98b18a9a3aa3b.tar.bz2
In mixed environment 19x0/19x3 you can set full update only to 19x3 boxes (only for guide view speed up)
lang_dutch changes
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 424216e..3825c5f 100644
--- a/index.html
+++ b/index.html
@@ -63,6 +63,13 @@ function onLoad() {
// No harddisk, no recorder functions possible
}
+ if (toi.informationService.getObject("config.productdisplayname") !== "Motorola VIP1903" &&
+ toi.informationService.getObject("config.productdisplayname") !== "Motorola VIP1963" && fullupdate !== 2) {
+ fullupdate = 0;
+ // No 19x3 so better turn fullupdate EPG off
+ }
+
+
if (mediaRecorder) {
createRecorder();
mediaRecorder.addEventListener(mediaRecorder.ON_STATE_CHANGED, onRecorderStateChanged);
@@ -2078,7 +2085,8 @@ if(menu == 4) { // INFO Menu
var x = is.getObject("var.capabilities.dvr");
if (x !== "FALSE") { htmltext = htmltext + "\n \uE017 "; } else { htmltext = htmltext + "\n \uE016 "; }
htmltext = htmltext + "DVR ";
-
+ if (fullupdate !== 0) { htmltext = htmltext + "\n \uE017 "; } else { htmltext = htmltext + "\n \uE016 "; }
+ htmltext = htmltext + "Full EPG Update ";
} catch(e) {
alert("Error : " + e);