summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 20 insertions, 4 deletions
diff --git a/index.html b/index.html
index 061f3f5..90c4264 100644
--- a/index.html
+++ b/index.html
@@ -25,8 +25,12 @@
// set/save changes to cfg.custom.xxx
// change IP server
//
+//
+// videoplane.subtitles = true; // Enable subtitles
+// videoplane.subtitles = false; // Disable subtitles
+//
-var Version = "0.04 2012/12/20"
+var Version = "0.05 2012/12/xx"
var nrChannels = channels.length;
var nrMedia = recording.length - 1;
@@ -785,12 +789,19 @@ function GetEPG(epgchan)
SI=channels[epgchan].split("-");
is = toi.informationService;
is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE);
+
+ if(SI[1]=="133") {
+ //sky deutchland
+ is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE);
+ }
+
if(SI[0]=="S28.2E") {
is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE);
}
- if((SI[0]=="S23.5E" && SI[1]=="3") || SI[2]=="1026" || SI[2]=="1097" || SI[2]=="1105" || SI[2]=="1119") {
- is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
- cds = 1;
+ if(SI[1]=="3" || SI[1]=="53") {
+ //Canal Digitaal/ TV Vlaanderen (NID:3 is used for more than only CDS/TVV on 23East)
+ is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
+ cds = 1;
}
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")) {
@@ -813,6 +824,11 @@ function GetEPG(epgchan)
cds = 1;
}
+ if((SI[0]=="T") ) {
+ // I mustly get Dutch channels on DVB-T
+ is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE);
+ cds = 1;
+ }
eitService = toi.statics.ToiDvbEitCacheServiceItem.create(SI[1],SI[2],SI[3]);