From be843bf3602add0d338491643bc2c58df4bbd89e Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Sat, 15 Feb 2014 16:52:08 +0100 Subject: EPG filter update --- index.html | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index f91c4e3..aedd7f6 100644 --- a/index.html +++ b/index.html @@ -1746,21 +1746,31 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); } - if(SI[0]=="S13.0E" && (SI[2]=="1600" || SI[2]=="1000" || SI[2]=="1500" || SI[2]=="1300" || SI[2]=="300" || SI[2]=="11600" || SI[2]=="1100" )) { - //NC+ (Polski) + if(SI[0]=="S13.0E" && (SI[2]=="1600" || SI[2]=="1000" || SI[2]=="1500" || SI[2]=="1300" || SI[2]=="300" || SI[2]=="1100" )) { + //NC+ (Polish) is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); } - if(SI[0]=="S13.0E" && (SI[2]=="11200" || SI[2]=="400" || SI[2]=="12000" || SI[2]=="11400" )) { - //NC+ (Polski) + if(SI[0]=="S13.0E" && (SI[2]=="11200" || SI[2]=="400" || SI[2]=="12000" || SI[2]=="11400" || SI[2]=="11900" || SI[2]=="11600" )) { + //NC+ (Polish) is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); } + if((SI[0]=="S13.0E" && SI[2]=="1400") ) { + //NC+ (Polish) + is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); + } + if(SI[1]=="113") { //PolSat is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); } + if((SI[0]=="S19.2E" && SI[2]=="1059") ) { + //TVP transponder + is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); + } + if(SI[1]=="64511") { //sky Italia is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE); @@ -1865,15 +1875,6 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE); } - if((SI[0]=="S13.0E" && SI[2]=="1400") ) { - is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); - } - - if((SI[0]=="S19.2E" && SI[2]=="1059") ) { - //TVP transponder - is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); - } - if((SI[0]=="S19.2E" && SI[2]=="1111" && SI[3]=="7290") ) { //Sky News on WDR HD transponder is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE); -- cgit v1.2.3