summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History1
-rw-r--r--index.html6
2 files changed, 7 insertions, 0 deletions
diff --git a/History b/History
index 730b7a0..414b0ae 100644
--- a/History
+++ b/History
@@ -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
diff --git a/index.html b/index.html
index 2f45905..9054e0f 100644
--- a/index.html
+++ b/index.html
@@ -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);