diff options
author | M. Voerman <rekordc@gmail.com> | 2013-08-18 12:33:51 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-08-18 12:33:51 +0200 |
commit | a835f0bd6020aff6a7f4fecd239b015fb968f6bb (patch) | |
tree | 0727a28064afa2de3be3edd94335ee8f72c8c416 /index.html | |
parent | fa6a6588f146169080937f47394b7eba29a6c239 (diff) | |
download | vdr-vipclient-a835f0bd6020aff6a7f4fecd239b015fb968f6bb.tar.gz vdr-vipclient-a835f0bd6020aff6a7f4fecd239b015fb968f6bb.tar.bz2 |
Update EPG filter for 42E
Add Some channels on 42E to group 3
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -20,7 +20,7 @@ // // -var Version = "0.22.1" +var Version = "0.22.2" for (var x = 0; x < 10; x++) { searchtimers[x] = "" ; // To solve displaying undefined @@ -1388,7 +1388,7 @@ function GetSchedule(schchan,tablelength){ function StreamInfo(si) { - + // EPG Filter // streaminfo // SI[x] 0-sat,1-NID,2-TID,3-SID SI=channels[si].split("-"); @@ -1424,6 +1424,11 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE); } + if(SI[0]=="S42.0E") { + // Default on 28E English + is.setObject("cfg.locale.ui","tur",is.STORAGE_VOLATILE); + } + if(SI[1]=="133") { //sky deutchland is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); |