From e8835e8ded8ed9f7a74737dcb7f68609ce6b3e83 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sun, 13 Jan 2013 16:23:12 +0100 Subject: small fixes --- History | 3 +++ index.html | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/History b/History index d4120a2..453e447 100644 --- a/History +++ b/History @@ -2,6 +2,9 @@ Some fixes in the recorder & player routine Better support for "VDR on SmartTV" & check if availible. Lot of small fixes and changes. + Added Menu INFO for IP/ DVR state + Standby now stops the stream, getting back from standby reconnects to server & sets display + 0.10 Added sub Listinges for use as Radio list / Protected List / SD/HD list etc (Use for Multicast Channels keyword MultiCast in Serveradres) diff --git a/index.html b/index.html index 26359e2..eccb122 100644 --- a/index.html +++ b/index.html @@ -435,21 +435,21 @@ function onKeyDown(event) { is.setObject("cfg.media.audio.languagepriority","dut,eng",is.STORAGE_VOLATILE); osdlang.style.opacity = 1; osdlang.style.fontSize = fsAudio; - osdlang.style.color = "white"; + osdlang.style.color = "blue"; osdlang.innerHTML = " Nederlands "; setTimeout("osdlang.style.opacity = 0; ", 3000); } else if(audio == 2) { is.setObject("cfg.media.audio.languagepriority","ger,deu,eng",is.STORAGE_VOLATILE); osdlang.style.opacity = 1; osdlang.style.fontSize = fsAudio; - osdlang.style.color = "white"; + osdlang.style.color = "red"; osdlang.innerHTML = " Deutsch "; setTimeout("osdlang.style.opacity = 0; ", 3000); } else if(audio == 3) { is.setObject("cfg.media.audio.languagepriority","eng",is.STORAGE_VOLATILE); osdlang.style.opacity = 1; osdlang.style.fontSize = fsAudio; - osdlang.style.color = "white"; + osdlang.style.color = "black"; osdlang.innerHTML = " English "; setTimeout("osdlang.style.opacity = 0; ", 3000); audio = 0; @@ -1938,14 +1938,14 @@ function onKeyMedia(keyCode) { is.setObject("cfg.media.audio.languagepriority","ger,deu,eng",is.STORAGE_VOLATILE); osdlang.style.opacity = 1; osdlang.style.fontSize = fsAudio; - osdlang.style.color = "white"; + osdlang.style.color = "red"; osdlang.innerHTML = " Deutsch "; setTimeout("osdlang.style.opacity = 0; ", 3000); } else if(audio == 3) { is.setObject("cfg.media.audio.languagepriority","eng",is.STORAGE_VOLATILE); osdlang.style.opacity = 1; osdlang.style.fontSize = fsAudio; - osdlang.style.color = "white"; + osdlang.style.color = "black"; osdlang.innerHTML = " English "; setTimeout("osdlang.style.opacity = 0; ", 3000); audio = 0; @@ -1969,7 +1969,7 @@ function onKeyMedia(keyCode) { } break; case "MediaStop": - play(channels[currChan]); + isFullscreen = 0; play(channels[currChan]); isFullscreen = 1; if (isRecording == 1) { recordStop(); isRecording = 0; -- cgit v1.2.3