summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 20 insertions, 10 deletions
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);
+ }
+
}