summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History3
-rw-r--r--index.html10
2 files changed, 11 insertions, 2 deletions
diff --git a/History b/History
index 02f23ce..1142554 100644
--- a/History
+++ b/History
@@ -8,7 +8,8 @@ VDR 1.7.29
channels update.
Dynamic audio selection only if number of audio channels > 1 and not "NAR" (uk mostly)
<blue> key - EPG info always start at Now.
-
+ Save position when poweroff during playback // Resume on poweron
+
0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica, iConcerts, Animax)
Fix: Right month is now shown in recordings menu.
diff --git a/index.html b/index.html
index bb47726..8715b65 100644
--- a/index.html
+++ b/index.html
@@ -1141,7 +1141,13 @@ function onCacheUpdated() {
}
function OSDchannr(channr) {
- osdnr.innerHTML = "<center>" + Right(channr,3) + "</center>";
+ osdnr.innerHTML = "<center>" + Right(channr,3) + "</center>";
+
+// Show logo's
+// if (experimental == "yes" ) {
+// osdnr.innerHTML = "<img src='" + channels[currChan] + ".logo.jpg' style='width:80%; max-height:100%; position:absolute; left:10%;' >";
+// }
+
}
function OSDhtml(){
@@ -2900,6 +2906,8 @@ if (DelisOK) {
break;
}
if (osdepginfo.style.opacity == 1) { osdepginfo.style.opacity = 0; break; }
+ case "Yellow":
+ //hide/display schedule with same button
case "TV":
UnloadMediaSettings();
break;