From da8aa5d379b449344e960d06d5c06b04961c4a40 Mon Sep 17 00:00:00 2001 From: "M. Voerman" Date: Wed, 16 Apr 2014 17:17:56 +0200 Subject: update channels/ server address --- channels1.js | 2 +- channels3.js | 2 +- index.html | 6 +++--- settings.js | 2 +- 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. -- cgit v1.2.3