From 4cf750b11b4efe5e7bb775edefa98b18a9a3aa3b Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Tue, 16 Jul 2013 15:45:55 +0200 Subject: In mixed environment 19x0/19x3 you can set full update only to 19x3 boxes (only for guide view speed up) lang_dutch changes --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'index.html') 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); -- cgit v1.2.3