diff options
| author | M. Voerman <rekordc@gmail.com> | 2013-03-15 12:52:18 +0100 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2013-03-15 12:52:18 +0100 |
| commit | be50c0c08c7e063795ec6c16a745319f8b9ab6db (patch) | |
| tree | 67f292c3080afae6fc7d6a366e9bad261a14d56d | |
| parent | 95db6f4bfe88486380bd359c1e8208e204e9b38e (diff) | |
| download | vdr-vipclient-be50c0c08c7e063795ec6c16a745319f8b9ab6db.tar.gz vdr-vipclient-be50c0c08c7e063795ec6c16a745319f8b9ab6db.tar.bz2 | |
EPG filter on cable set to Ziggo/ Dutch
| -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); |
