diff options
author | M. Voerman <rekordc@gmail.com> | 2013-09-03 01:00:13 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-09-03 01:00:13 +0200 |
commit | 6c9dd4e75883e259942cc05b2eae2d273424dd44 (patch) | |
tree | 06e945ff2e8d7bbd0b241a985fd573084baa0c24 | |
parent | 266713724bc21114360ddc573f1ac6982e531a8c (diff) | |
download | vdr-vipclient-6c9dd4e75883e259942cc05b2eae2d273424dd44.tar.gz vdr-vipclient-6c9dd4e75883e259942cc05b2eae2d273424dd44.tar.bz2 |
EPG filter update Veronica (NL)
Channels update
-rw-r--r-- | History | 4 | ||||
-rw-r--r-- | channels6.js | 16 | ||||
-rw-r--r-- | index.html | 4 |
3 files changed, 13 insertions, 11 deletions
@@ -3,13 +3,15 @@ Motorola Vip : 1960, 1910, 1903, 1963. VDR 1.7.29 -0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060) +0.22 Updated EPG filter for 42E, canal sat (tid 1088), canal+ (tid 1060), CDS (veronica) Fix: Right month is now shown in recordings menu. Fix: multiple EPG languages on 1 transponder. Added some channels for 42E to group 3 Updated channels.conf SmartwebTV timer handling added (No more restfulapi needed for timers) Info about audio/video in Infobox when playing Recording + Update dutch tv/radio channels on 19E + diff --git a/channels6.js b/channels6.js index 44dba6d..9f24693 100644 --- a/channels6.js +++ b/channels6.js @@ -45,20 +45,20 @@ channelsnames[6019] = "Leo TV (S)"; channels[6019]="S23.5E-3-3209-13119"; //channelsnames[6020] = "Private Spice (S)"; //channels[6020]="S5.0E-366-101-22"; -channelsnames[6021] = "Daring TV (S)"; -channels[6021]="S5.0E-366-101-23"; +//channelsnames[6021] = "Daring TV (S)"; +//channels[6021]="S5.0E-366-101-23"; channelsnames[6022] = "DORCEL TV (S)"; channels[6022]="S19.2E-1-1094-17029"; -channelsnames[6023] = "XXL (S)"; -channels[6023]="S19.2E-1-1094-17054"; -channelsnames[6024] = "Dorcel TV (S)"; -channels[6024]="S13.0E-318-9100-8827"; +//channelsnames[6023] = "XXL (S)"; +//channels[6023]="S19.2E-1-1094-17054"; +//channelsnames[6024] = "Dorcel TV (S)"; +//channels[6024]="S13.0E-318-9100-8827"; channelsnames[6025] = "DORCEL TV (S)"; channels[6025]="S19.2E-1-1094-17059"; channelsnames[6026] = "PRIVATE SPICE (S)"; channels[6026]="S19.2E-1-1096-8613"; -channelsnames[6027] = "Hustler TV CZ (S)"; -channels[6027]="S19.2E-53-1097-2043"; +//channelsnames[6027] = "Hustler TV CZ (S)"; +//channels[6027]="S19.2E-53-1097-2043"; channelsnames[6028] = "XXL (S)"; channels[6028]="S13.0E-319-9900-468"; channelsnames[6029] = "SCT HD (S)"; @@ -20,7 +20,7 @@ // // -var Version = "0.22.3" +var Version = "0.22.4" for (var x = 0; x < 10; x++) { searchtimers[x] = "" ; // To solve displaying undefined @@ -1462,7 +1462,7 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE); } - if(SI[1]=="53") { + if(SI[1]=="53" || (SI[0]=="S19.2E" && SI[2]=="1037") ) { //Canal Digitaal/ TV Vlaanderen is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE); } |