diff options
author | M. Voerman <rekordc@gmail.com> | 2013-04-01 12:51:04 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-04-01 12:51:04 +0200 |
commit | 1e765cd5dd76337d52fc0a6312f93609d762d841 (patch) | |
tree | 2ebfa613d441f273c99c615beb8367bd5891314f /index.html | |
parent | 76a397a76c97df67faed3871e882681dbf8927c9 (diff) | |
download | vdr-vipclient-1e765cd5dd76337d52fc0a6312f93609d762d841.tar.gz vdr-vipclient-1e765cd5dd76337d52fc0a6312f93609d762d841.tar.bz2 |
EPG filter update
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1296,6 +1296,11 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","GER",is.STORAGE_VOLATILE); } + if(SI[2]=="1055" || SI[2]=="1053" || SI[2]=="1041" || SI[2]=="1017" || SI[2]=="1109") { + //HD+ transponder + is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); + } + if(SI[1]=="64511") { //sky Italia @@ -1332,6 +1337,12 @@ function StreamInfo(si) { is.setObject("cfg.locale.ui","bul",is.STORAGE_VOLATILE); } + if(SI[1]=="3" && ( SI[2]=="3217") ) { + // 23E - Deluxe HD + is.setObject("cfg.locale.ui","DEU",is.STORAGE_VOLATILE); + } + + if(SI[1]=="3" && ( SI[2]=="3205" || SI[2]=="3209" || SI[2]=="3210" || SI[2]=="3221" || ( SI[2]=="3219" && SI[3]!=="13135") )) { //Canal Digitaal/ TV Vlaanderen use CZE channels on 23East |