summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-06-01 12:22:12 +0200
committerM. Voerman <rekordc@gmail.com>2013-06-01 12:22:12 +0200
commit53e8c9ffd1420b97d080c4c7fd590c0a7bda2329 (patch)
treeaef5d8214a6220b8d14d224c601278e6c644772d
parentfbeb27b5953628e4e81277f6ef4fb369d8c5d659 (diff)
downloadvdr-vipclient-53e8c9ffd1420b97d080c4c7fd590c0a7bda2329.tar.gz
vdr-vipclient-53e8c9ffd1420b97d080c4c7fd590c0a7bda2329.tar.bz2
Channel updates
EPG update on-the-fly in guide view for fast boxes, can be switched off for 1910/1960 (Was changed because it would slow the guide down on 1910/1960)
-rw-r--r--channels.js9
-rw-r--r--channels8.js2
-rw-r--r--index.html5
-rw-r--r--settings.js1
4 files changed, 12 insertions, 5 deletions
diff --git a/channels.js b/channels.js
index 9e06736..eb16e92 100644
--- a/channels.js
+++ b/channels.js
@@ -1136,8 +1136,13 @@ channelsnames[847] = "BELSAT TV (S)";
channels[847] = "S19.2E-1-1059-7107";
channelsnames[848] = "TV Polonia (S)";
channels[848] = "S19.2E-1-1059-7104";
-channelsnames[851] = "M6 (S)";
-channels[851] = "S19.2E-1-1074-8367";
+
+channelsnames[850] = "TV5MONDE EUROPE (S)";
+channels[850] = "S19.2E-1-1022-6915";
+channelsnames[851] = "M6 HD(S)";
+channels[851] = "S19.2E-1-1088-9310";
+channelsnames[852] = "M6 (S)";
+channels[852] = "S19.2E-1-1074-8367";
channelsnames[900] = "EuroNews (S)";
channels[900] = "S19.2E-1-1091-31220";
diff --git a/channels8.js b/channels8.js
index 80bcabd..582f032 100644
--- a/channels8.js
+++ b/channels8.js
@@ -26,7 +26,7 @@ channelsnames[8008] = "Veronica/Disney XD (T)"
channels[8008] = "T-8720-2213-31"
channelsnames[8009] = "NET5 (T)"
channels[8009] = "T-8720-2211-15"
-channelsnames[8010] = "Digitenne Info (T)"
+channelsnames[8010] = "Investigation Discovery (T)"
channels[8010] = "T-8720-2244-44"
channelsnames[8011] = "RTL 8 (T)"
channels[8011] = "T-8720-2213-32"
diff --git a/index.html b/index.html
index 7d4348a..e3c5f3a 100644
--- a/index.html
+++ b/index.html
@@ -1480,8 +1480,9 @@ function showChannelList() {
}
while (!channels[listChan] && (listChan<maxChan[ChanGroup]));
+ if (fullupdate) { GetEPG(listChan); }
if ( listChan == currChan) {
- GetEPG(listChan);
+ if (!fullupdate) { GetEPG(listChan); }
liststyle = "background:#fc5;";
} else {
liststyle = "";
@@ -2234,7 +2235,7 @@ try {
// End of Extended INFO
- searchtimers[i] = searchtimers[i] + searchtimersSearch[i] + "\n" ;
+ searchtimers[i] = searchtimers[i] + searchtimersSearch[i] + "\uE003\uE003\n" ;
timerOK = 1;
}
} catch(e) {
diff --git a/settings.js b/settings.js
index ee1cbbd..8c962a1 100644
--- a/settings.js
+++ b/settings.js
@@ -31,6 +31,7 @@ var ShowSource = 1; // show source in OSD
var pipPlayer = 0; // 0 = no, 1 = yes Pip
var mediaRecorder = 1; // 0 = no, 1 = yes local recording.
+var fullupdate = 1; // If guideview is too slow, set it to 0 (for 1910/1960), faster boxes can use 1
var serverEPGdays = 3 * (60 * 60 * 24); // the higher the longer you wait while getting the epg info