diff options
-rw-r--r-- | History | 1 | ||||
-rw-r--r-- | index.html | 6 |
2 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,7 @@ VDR 1.7.29 Pressing record start Instant server recording. (Works only correct if channels on Vip & Server are the same) Recording info shows channelnumber. EPG filter on 23 expanded. + EPG filter on Cable set to Dutch / Ziggo. 0.16 EPG/schedule info remove on channel switch Exit Guide View removes epg/schedule info @@ -1257,6 +1257,12 @@ function StreamInfo(si) { SI=channels[si].split("-"); is = toi.informationService; + if(SI[0]=="C") { + // Default on Cable - Dutch // Ziggo. + is.setObject("cfg.locale.ui","dut",is.STORAGE_VOLATILE); + } + + if(SI[0]=="S19.2E") { // Default on 19E German. is.setObject("cfg.locale.ui","ger",is.STORAGE_VOLATILE); |