From 5639ec8898367b1560fa346f865862f07dc5c926 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sat, 26 Oct 2013 00:36:00 +0200 Subject: Fix to get resume working again. --- History | 3 ++- index.html | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/History b/History index 4a64419..cc68bf5 100644 --- a/History +++ b/History @@ -1,7 +1,7 @@ Tested on Motorola Vip : 1960, 1910, 1903, 1963. -VDR 1.7.29 +VDR 1.7.29 / 2.1.1 0.23 Infobox for connection Error, not only ERRR on display but also the Infobox Updated EPG filter for Sat.1/Pro7, Rai (13E), TVP (19E) @@ -12,6 +12,7 @@ VDR 1.7.29 hide/display schedule with same button (yellow) Dynamic OSD/Menu language selection Removed action 'display EPG/Info' from key 'back', use 'blue' for epg/info + Some info while waiting for searchtimer info 0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica, iConcerts, Animax) diff --git a/index.html b/index.html index 3d2e25a..8cb6bad 100644 --- a/index.html +++ b/index.html @@ -236,6 +236,8 @@ var numObjs = event.objectNames.length; if (mediaList.style.opacity == 0) {setResume();} // No mediamenu on screen so set resume. } mediaPlayer.close(); + SetLed(2,2,0);// At request no more blinking on standby. + } catch(e) { alert(e); } @@ -2082,8 +2084,9 @@ function onKeyMenu(keyCode) { } if (menu == 7) { // Show more info Current SearchTimer - ShowSearchTimerInfo(); osdepginfo.style.opacity = 1 - osdepginfo.style.opacity; + osdepginfo.innerHTML = "
" + searchtimersSearch[timerID] + "\n\n\n\n
" + Lang[0] + "
" ; + setTimeout("ShowSearchTimerInfo();",100); } break; @@ -3402,7 +3405,7 @@ try { xmlhttp.open("GET", server_ip + recServ + "/getResume.xml?guid=" + recGUID[currMed] + "&" + new Date().getTime(), false); xmlhttp.send(); xmlDoc=xmlhttp.responseXML; - position = Number(xmlDoc.getElementsByTagName("resume")[0].childNodes[0].nodeValue); + position = xmlDoc.getElementsByTagName("resume")[0].childNodes[0].nodeValue; } catch(e) { alert("Getting Resume problem: " + e); } -- cgit v1.2.3