diff options
author | M. Voerman <rekordc@gmail.com> | 2015-11-08 10:59:40 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2015-11-08 10:59:40 +0100 |
commit | 18cb10e7209ac6a078b00856c90afd8f822e5af4 (patch) | |
tree | 35f15c9cf2020f7d8d7fe246f116ed15720678e1 /javascript/main.js | |
parent | 433b151d99aa21da128d0477857a4c7035793034 (diff) | |
download | vdr-vipclient-18cb10e7209ac6a078b00856c90afd8f822e5af4.tar.gz vdr-vipclient-18cb10e7209ac6a078b00856c90afd8f822e5af4.tar.bz2 |
Updated epgfilter
channels update SRG 13E, some cartoon channels 28E
Diffstat (limited to 'javascript/main.js')
-rw-r--r-- | javascript/main.js | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/javascript/main.js b/javascript/main.js index 74e4b2d..4ca57c6 100644 --- a/javascript/main.js +++ b/javascript/main.js @@ -2125,6 +2125,12 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","cze",is.STORAGE_VOLATILE); } + if((SI[0]=="S13.0E" && SI[3]=="17201") || (SI[0]=="S13.0E" && SI[3]=="17202") || (SI[0]=="S13.0E" && SI[2]=="8500")) { + //Swiss GER channels + //Set ger before ita so LA2 HD is set to ita + is.setObject("cfg.locale.ui","ger",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); @@ -2139,11 +2145,6 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","fra",is.STORAGE_VOLATILE); } - if((SI[0]=="S13.0E" && SI[3]=="17201") || (SI[0]=="S13.0E" && SI[3]=="17202") || (SI[0]=="S13.0E" && SI[3]=="901") || (SI[0]=="S13.0E" && SI[3]=="907") || (SI[0]=="S13.0E" && SI[3]=="911") ) { - //Swiss GER channels - is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE); - } - if((SI[0]=="S19.2E" && SI[2]=="1111" && SI[3]=="7290") ) { //Sky News on WDR HD transponder is.setObject("cfg.locale.ui","eng",is.STORAGE_VOLATILE); |