From cec2f9a777a82ad28e0b1b7b20e3d9ae64c02aab Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sun, 22 Sep 2013 22:05:21 +0200 Subject: key - EPG info always start at Now. --- History | 3 ++- index.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/History b/History index 9a4a520..02f23ce 100644 --- a/History +++ b/History @@ -6,7 +6,8 @@ VDR 1.7.29 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) channels update. - Dynamic audio selection only if number of audio channels > 1 and not "NAR" (uk mostly) + Dynamic audio selection only if number of audio channels > 1 and not "NAR" (uk mostly) + key - EPG info always start at Now. 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 57c4192..6e89a56 100644 --- a/index.html +++ b/index.html @@ -694,6 +694,7 @@ function onKeyDown(event) { if(isSchedule == 0) { if(!epgactive) { SetOsdInfo(); + if(isFullscreen) { NowNext = 0;} if (NowNext) { osdepginfo.style.opacity = 0; osdepginfonext.style.opacity = 1; -- cgit v1.2.3