From 1e765cd5dd76337d52fc0a6312f93609d762d841 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Mon, 1 Apr 2013 12:51:04 +0200 Subject: EPG filter update --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index 91f612b..3df20b0 100644 --- a/index.html +++ b/index.html @@ -1296,6 +1296,11 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","GER",is.STORAGE_VOLATILE); } + if(SI[2]=="1055" || SI[2]=="1053" || SI[2]=="1041" || SI[2]=="1017" || SI[2]=="1109") { + //HD+ transponder + is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); + } + if(SI[1]=="64511") { //sky Italia @@ -1332,6 +1337,12 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","bul",is.STORAGE_VOLATILE); } + if(SI[1]=="3" && ( SI[2]=="3217") ) { + // 23E - Deluxe HD + is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); + } + + if(SI[1]=="3" && ( SI[2]=="3205" || SI[2]=="3209" || SI[2]=="3210" || SI[2]=="3221" || ( SI[2]=="3219" && SI[3]!=="13135") )) { //Canal Digitaal/ TV Vlaanderen use CZE channels on 23East -- cgit v1.2.3