summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html47
1 files changed, 5 insertions, 42 deletions
diff --git a/index.html b/index.html
index dba53c7..f91c4e3 100644
--- a/index.html
+++ b/index.html
@@ -1693,7 +1693,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
}
-
if(SI[0]=="T") {
// DVB-T default German.
is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE);
@@ -1704,7 +1703,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
}
-
if(SI[0]=="S19.2E") {
// Default on 19E German.
is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE);
@@ -1723,8 +1721,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
-
-
if(SI[1]=="133") {
//sky deutchland
is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE);
@@ -1735,7 +1731,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE);
}
-
if(SI[2]=="1057") {
//RTL HD transponder
is.setObject("cfg.locale.ui","GER",is.STORAGE_VOLATILE);
@@ -1746,13 +1741,11 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","DEU",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[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)
is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE);
@@ -1763,13 +1756,11 @@ function StreamInfo(si) {
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[1]=="64511") {
//sky Italia
is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE);
@@ -1780,40 +1771,26 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE);
}
-
if(SI[1]=="53" || (SI[0]=="S19.2E" && SI[2]=="1037") ) {
//Canal Digitaal/ TV Vlaanderen
is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
}
-
if(SI[1]=="53" && (SI[3]=="2042" || SI[3]=="2043" )) {
//Canal Digitaal/ TV Vlaanderen
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
- if(SI[1]=="53" && SI[3]=="12883" ) {
- //Canal Digitaal/ TV Vlaanderen
- is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
- }
-
if(SI[0]=="S19.2E" && SI[2]=="1037" && SI[3]=="5253" ) {
//Animax
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
-
if(SI[1]=="53" && (SI[3]=="2045") ) {
//Canal Digitaal/ TV Vlaanderen
is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE);
}
- if(SI[1]=="53" && SI[3]=="12882" ) {
- //Canal Digitaal/ TV Vlaanderen
- is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE);
- }
-
-
if(SI[1]=="54") {
//ZON / 30W
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
@@ -1834,11 +1811,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
}
- if(SI[1]=="3" && SI[2]=="3202" && SI[3]=="6072") {
- // Some other EPG
- is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
- }
-
if(SI[1]=="3" && SI[2]=="3208" && SI[3]=="7037") {
// Some other EPG
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
@@ -1858,8 +1830,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
-
-
if(SI[1]=="3" && ( SI[2]=="3205" || SI[2]=="3209" || SI[2]=="3210" || SI[2]=="3221" || SI[2]=="3219" )) {
//Canal Digitaal/ TV Vlaanderen use CZE channels on 23East
// Strangly set filter to cze but epg is in Dutch. (But not for JimJam)
@@ -1876,8 +1846,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","cze",is.STORAGE_VOLATILE);
}
-
-
if((SI[0]=="S13.0E" && SI[3]=="14003") || (SI[0]=="S13.0E" && SI[3]=="14009") || (SI[0]=="S13.0E" && SI[3]=="14051") || (SI[0]=="S13.0E" && SI[3]=="951")) {
//Swiss ITA channels
is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE);
@@ -1887,7 +1855,6 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
-
if((SI[0]=="S13.0E" && SI[3]=="14002") || (SI[0]=="S13.0E" && SI[3]=="14008") || (SI[0]=="S13.0E" && SI[3]=="17203") || (SI[0]=="S13.0E" && SI[3]=="17204") ) {
//Swiss FRA channels
is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE);
@@ -1902,7 +1869,6 @@ function StreamInfo(si) {
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);
@@ -1913,13 +1879,11 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
-
if(SI[0]=="S19.2E" && ( (SI[2]=="1018") || (SI[2]=="1020") || (SI[2]=="1022") || (SI[2]=="1024") || (SI[2]=="1026") || (SI[2]=="1068") || (SI[2]=="1070") || (SI[2]=="1072") || (SI[2]=="1074") || (SI[2]=="1076") || (SI[2]=="1080") || (SI[2]=="1084") || (SI[2]=="1086") || (SI[2]=="1090") || (SI[2]=="1092") || (SI[2]=="1094") || (SI[2]=="1096") || (SI[2]=="1100") || (SI[2]=="1102") || (SI[2]=="1106") || (SI[2]=="1110") || (SI[2]=="1112") || (SI[2]=="1114") || (SI[2]=="1116") || (SI[2]=="1118") || (SI[2]=="1120"))) {
//CanalSat S19.2
is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE);
}
-
// MTV transponder 1078 / 1066
if(SI[0]=="S19.2E" && SI[2]=="1078" && ( SI[3]=="28674" || SI[3]=="28675" || SI[3]=="28677" )) {
//Nick JR France
@@ -1934,7 +1898,6 @@ function StreamInfo(si) {
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);
}
@@ -1961,16 +1924,16 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
-
//Canal+
if(SI[0]=="S19.2E" && SI[1]=="1" && SI[2]=="1060" ) {
is.setObject("cfg.locale.ui","spa",is.STORAGE_VOLATILE);
}
-// if(SI[0]=="S13.0E" && ( SI[3]=="14802" || SI[3]=="14803" || SI[3]=="14804") ) {
-// is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE);
-// //doesn't work but dvbsnoop does show 'ISO639_2_language_code: ger'
-// }
+ //Russian
+ if(SI[0]=="S13.0E" && SI[2]=="8100") {
+ is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE);
+ //doesn't work but dvbsnoop does show 'ISO639_2_language_code: ger'
+ }
}