From 6c9dd4e75883e259942cc05b2eae2d273424dd44 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Tue, 3 Sep 2013 01:00:13 +0200 Subject: EPG filter update Veronica (NL) Channels update --- History | 4 +++- channels6.js | 16 ++++++++-------- index.html | 4 ++-- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/History b/History index 9dfc34c..984c2f4 100644 --- a/History +++ b/History @@ -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)"; diff --git a/index.html b/index.html index 1495a7c..cbc6b32 100644 --- a/index.html +++ b/index.html @@ -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); } -- cgit v1.2.3