From 970d290c180d299463846dba00d6263bf7c2578f Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Fri, 23 Aug 2013 12:10:45 +0200 Subject: Updated channels.conf EPG filter, fixed multiple languages on 1 transponder --- index.html | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 8280bd7..e45dcb6 100644 --- a/index.html +++ b/index.html @@ -1197,6 +1197,8 @@ function GetEPG(epgchan) SI=""; try { + eitCache.clearServices(); + StreamInfo(epgchan); eitService = toi.statics.ToiDvbEitCacheServiceItem.create(SI[1],SI[2],SI[3]); @@ -1425,7 +1427,6 @@ function StreamInfo(si) { } if(SI[0]=="S42.0E") { - // Default on 28E English is.setObject("cfg.locale.ui","tur",is.STORAGE_VOLATILE); } @@ -1444,6 +1445,11 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); } + if(SI[1]=="113") { + //PolSat + is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); + } + if(SI[1]=="64511") { //sky Italia @@ -1555,24 +1561,28 @@ function StreamInfo(si) { } - // MTV transponder - if(SI[0]=="S19.2E" && SI[2]=="1078" && ( SI[3]=="28674" || SI[3]=="28675" || SI[3]=="28677")) { + // MTV transponder 1078 / 1066 + if(SI[0]=="S19.2E" && SI[2]=="1078" && ( SI[3]=="28674" || SI[3]=="28675" || SI[3]=="28677" )) { //Nick JR France is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE); } - - // MTV transponder - if(SI[0]=="S19.2E" && SI[2]=="1066") { - is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE); - } - - if(SI[0]=="S19.2E" && SI[2]=="1078" && SI[3]=="28679") { //Nick NL is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE); } + if(SI[0]=="S19.2E" && SI[2]=="1078" && ( SI[3]=="28673" || SI[3]=="28676" )) { + //Deutsch + is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE); + } + if(SI[0]=="S19.2E" && SI[2]=="1066") { + is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE); + } + if(SI[0]=="S19.2E" && SI[2]=="1066" && ( SI[3]=="28652" || SI[3]=="28661" )) { + is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE); + } + } -- cgit v1.2.3