summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-04-16 17:17:56 +0200
committerM. Voerman <rekordc@gmail.com>2014-04-16 17:17:56 +0200
commitda8aa5d379b449344e960d06d5c06b04961c4a40 (patch)
tree7ad5920c57f36428b0db08eabba9c1be462e9566
parentc099b47b83394786044f56ca43bef6c7c29c2cff (diff)
downloadvdr-vipclient-da8aa5d379b449344e960d06d5c06b04961c4a40.tar.gz
vdr-vipclient-da8aa5d379b449344e960d06d5c06b04961c4a40.tar.bz2
update channels/ server address
-rw-r--r--channels1.js2
-rw-r--r--channels3.js2
-rw-r--r--index.html6
-rw-r--r--settings.js2
4 files changed, 6 insertions, 6 deletions
diff --git a/channels1.js b/channels1.js
index a7c04b6..fb5c567 100644
--- a/channels1.js
+++ b/channels1.js
@@ -10,7 +10,7 @@ baseChn[1] = 1000;
protChn[1] = 0;
channelsnames[1001] = "NED1 HD (S)"
-channels[1001] = "S23.5E-3-3208-21029"
+channels[1001] = "S23.5E-3-3225-21029"
channelsnames[1002] = "NED2 HD (S)"
channels[1002] = "S23.5E-3-3202-6080"
channelsnames[1003] = "NED3 HD (S)"
diff --git a/channels3.js b/channels3.js
index 570f482..13db72d 100644
--- a/channels3.js
+++ b/channels3.js
@@ -181,7 +181,7 @@ channels[3504] = "S42.0E-42-502-14";
channelsnames[3505] = "DUBLE TV (S)";
channels[3505] = "S42.0E-42-55-2800";
channelsnames[3506] = "World Travel Channel";
-channels[3506] = "S42.0E-42-1089-2";
+channels[3506] = "S42.0E-42-502-12";
channelsnames[3507] = "CNN TÜRK (S)";
channels[3507] = "S42.0E-66-3-1";
channelsnames[3508] = "EURO D (S)";
diff --git a/index.html b/index.html
index ddcef67..36d2f43 100644
--- a/index.html
+++ b/index.html
@@ -1021,7 +1021,7 @@ function onKeyDown(event) {
Makedigit();
break;
- case KEY_A:// hh key on old long kpn 1710/1760 remote
+ case KEY_A:// |> key on old long kpn 1710/1760 remote
break;
case KEY_B:// hh key on old long kpn 1710/1760 remote
if (prevChan !== currChan) {
@@ -1030,9 +1030,9 @@ function onKeyDown(event) {
play(channels[currChan]);
}
break;
- case KEY_C:// hh key on old long kpn 1710/1760 remote
+ case KEY_C:// @ key on old long kpn 1710/1760 remote
break;
- case KEY_D:// hh key on old long kpn 1710/1760 remote
+ case KEY_D:// >@ key on old long kpn 1710/1760 remote
break;
case "Teletext":
diff --git a/settings.js b/settings.js
index e6a27c1..379b8ba 100644
--- a/settings.js
+++ b/settings.js
@@ -4,7 +4,7 @@
var Version = "0.24.5"
-server_ip_array = new Array("http://192.168.1.15","http://192.168.3.15","http://192.168.3.100","http://192.168.178.19");
+server_ip_array = new Array("http://192.168.1.15","http://192.168.3.15","http://192.168.3.100","http://192.168.178.19","http://192.168.1.21");
var server_ip = server_ip_array[0]; // default server
var StartVolume = 15; // Volume on (re)start of the portal.