diff options
-rw-r--r-- | History | 2 | ||||
-rw-r--r-- | channels.js | 1 | ||||
-rw-r--r-- | channels1.js | 1 | ||||
-rw-r--r-- | channels3.js | 2 | ||||
-rw-r--r-- | channels6.js | 1 | ||||
-rw-r--r-- | channels8.js | 1 | ||||
-rw-r--r-- | channels9.js | 2 |
7 files changed, 3 insertions, 7 deletions
@@ -16,7 +16,7 @@ VDR 1.7.29 Update dutch tv/radio channels on 19E More info for SearchTimer audio/subs type only from "Onload" function for now. (Need the space in the settings menu) - Change (preset) server from settings menu. + Change (preset) server from settings menu, (all channelsx.js have to use the same server-ip) Save audio priority permanent (removed 'none' setting) Dynamic audio selection with green button while watching. (Settings menu as before) Added EPG Icon for radio channels. diff --git a/channels.js b/channels.js index a434882..b63f590 100644 --- a/channels.js +++ b/channels.js @@ -34,7 +34,6 @@ minChan[0] = 1; defChan[0] = 10; baseChn[0] = 0; protChn[0] = 0; -ServerAdres[0] = server_ip + ":3000/"; channelsnames[1] = "NED1 (S)"; channels[1] = "S19.2E-53-1105-4011"; diff --git a/channels1.js b/channels1.js index 280c34e..f1b9663 100644 --- a/channels1.js +++ b/channels1.js @@ -8,7 +8,6 @@ minChan[1] = 1001; defChan[1] = 1001; baseChn[1] = 1000; protChn[1] = 0; -ServerAdres[1] = server_ip + ":3000/"; channelsnames[1001] = "NED1 HD (S)" channels[1001] = "S23.5E-3-3208-7035" diff --git a/channels3.js b/channels3.js index 6f5892c..ef6f4b2 100644 --- a/channels3.js +++ b/channels3.js @@ -6,7 +6,7 @@ minChan[3] = 3000; defChan[3] = 3000; baseChn[3] = 3000; protChn[3] = 0; -ServerAdres[3] = server_ip + ":3000/"; + channelsnames[3000] = "TV3 Lithuania (S)"; channels[3000] = "S5.0E-85-14-6340"; diff --git a/channels6.js b/channels6.js index 666298d..a7ea2f4 100644 --- a/channels6.js +++ b/channels6.js @@ -7,7 +7,6 @@ minChan[6] = 6001; defChan[6] = 6001; baseChn[6] = 6000; protChn[6] = 1; -ServerAdres[6] = server_ip + ":3000/"; channelsnames[6001] = "Meiden van Holland Hard (T)"; channels[6001]="T-8720-2213-38"; diff --git a/channels8.js b/channels8.js index 582f032..f6f1c27 100644 --- a/channels8.js +++ b/channels8.js @@ -6,7 +6,6 @@ minChan[8] = 8001; defChan[8] = 8001; baseChn[8] = 8000; protChn[8] = 0; -ServerAdres[8] = server_ip + ":3000/"; channelsnames[8001] = "Nederland 1 (T)" channels[8001] = "T-8720-2214-1101" diff --git a/channels9.js b/channels9.js index 219fc7b..d93f485 100644 --- a/channels9.js +++ b/channels9.js @@ -8,7 +8,7 @@ minChan[9] = 9001; defChan[9] = 9051; baseChn[9] = 9000; protChn[9] = 0; -ServerAdres[9] = server_ip + ":3000/"; + channelsnames[9001] = "NL-Radio 1 (S)"; channels[9001] = "S19.2E-1-1037-5281"; |