diff options
| -rw-r--r-- | History | 1 | ||||
| -rw-r--r-- | index.html | 11 |
2 files changed, 12 insertions, 0 deletions
@@ -6,6 +6,7 @@ VDR 1.7.29 0.18 Updated EPG filter for 30W ZON, Digital, MEO 19E Tid 1057 (RTL HD etc) + 19E HD+ Changed time out for switching server before instant recording from 1 sec to 5 sec. Added channelgroup 8 DVB-T Twente (The Netherlands) Fixed Menu 'Server : Media Directory' @@ -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 |
