summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2014-07-27 17:18:56 +0200
committerM. Voerman <rekordc@gmail.com>2014-07-27 17:18:56 +0200
commitc48d68acb011846384eef720a3031d26c4235d90 (patch)
tree3729e02fee5c9264fbc4b31f45059fa044cf8d44 /index.html
parentec2e6f1f149ebd8505c256d47c10711a220ca417 (diff)
downloadvdr-vipclient-c48d68acb011846384eef720a3031d26c4235d90.tar.gz
vdr-vipclient-c48d68acb011846384eef720a3031d26c4235d90.tar.bz2
No duration show in Media list, only in recordings list
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index 6bea706..e6166be 100644
--- a/index.html
+++ b/index.html
@@ -919,6 +919,9 @@ function onKeyDown(event) {
if(isSchedule) {
isSchedule = 0;
schedule.style.opacity = 0;
+ colorkeys.innerHTML = "<font color=red> " + NN[3 + (1 - NowNext)] + " </font><font color=green> "
+ + NN[1 - NowNext] + " </font><font color=yellow> " + NN[2] + " </font><font color=blue> "
+ + NN[5] + " </font>";
break;
}
@@ -4323,7 +4326,7 @@ function MakeRecList2() {
result = recStrt[i];
} else{
AddInfo(i);
- result += "\uE003" + (recDura[i]/60).toFixed(0);
+ if (recChan[i] !== "Media File") {result += "\uE003" + (recDura[i]/60).toFixed(0);}
}
if (rec_New[i] == "true" ) {
recList[i] = "\uE010" + result + "\uE003" + recTitl[i];
@@ -4352,7 +4355,7 @@ function MakeRecList3(GroupID) {
result = recStrt[i];
} else{
AddInfo(i);
- result += "\uE003" + (recDura[i]/60).toFixed(0);
+ if (recChan[i] !== "Media File") {result += "\uE003" + (recDura[i]/60).toFixed(0);}
}
if (rec_New[i] == "true" ) {
recList[i] = "\uE010" + result + tmp; // recTitl[i];