diff options
author | M. Voerman <rekordc@gmail.com> | 2014-02-15 16:52:08 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-02-15 16:52:08 +0100 |
commit | be843bf3602add0d338491643bc2c58df4bbd89e (patch) | |
tree | 4296756e478d552c5161d53940ac04a80632a25c | |
parent | 5570ea816b3ff73e918771378efdf7e9a1beeb09 (diff) | |
download | vdr-vipclient-be843bf3602add0d338491643bc2c58df4bbd89e.tar.gz vdr-vipclient-be843bf3602add0d338491643bc2c58df4bbd89e.tar.bz2 |
EPG filter update
-rw-r--r-- | index.html | 27 |
1 files changed, 14 insertions, 13 deletions
@@ -1746,21 +1746,31 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); } - if(SI[0]=="S13.0E" && (SI[2]=="1600" || SI[2]=="1000" || SI[2]=="1500" || SI[2]=="1300" || SI[2]=="300" || SI[2]=="11600" || SI[2]=="1100" )) { - //NC+ (Polski) + if(SI[0]=="S13.0E" && (SI[2]=="1600" || SI[2]=="1000" || SI[2]=="1500" || SI[2]=="1300" || SI[2]=="300" || SI[2]=="1100" )) { + //NC+ (Polish) is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); } - if(SI[0]=="S13.0E" && (SI[2]=="11200" || SI[2]=="400" || SI[2]=="12000" || SI[2]=="11400" )) { - //NC+ (Polski) + if(SI[0]=="S13.0E" && (SI[2]=="11200" || SI[2]=="400" || SI[2]=="12000" || SI[2]=="11400" || SI[2]=="11900" || SI[2]=="11600" )) { + //NC+ (Polish) is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); } + if((SI[0]=="S13.0E" && SI[2]=="1400") ) { + //NC+ (Polish) + is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); + } + if(SI[1]=="113") { //PolSat is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); } + if((SI[0]=="S19.2E" && SI[2]=="1059") ) { + //TVP transponder + is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); + } + if(SI[1]=="64511") { //sky Italia is.setObject("cfg.locale.ui","ita",is.STORAGE_VOLATILE); @@ -1865,15 +1875,6 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE); } - if((SI[0]=="S13.0E" && SI[2]=="1400") ) { - is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE); - } - - if((SI[0]=="S19.2E" && SI[2]=="1059") ) { - //TVP transponder - is.setObject("cfg.locale.ui","pol",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); |