summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History3
-rw-r--r--index.html7
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 = "<center><pre style='" + color_main_head + ";'>" + searchtimersSearch[timerID] + "\n\n\n\n<center>" + Lang[0] + "</center></pre>" ;
+ 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);
}