I have version 1.0.14-3 and it reports free space accurately, thanks again af123.Have you tried webif version 1.0.13-3?
It should only happen if the main Humax software crashes...
humax# diff -u /mod/webif/cgi-bin/channel.jim~ /mod/webif/cgi-bin/channel.jim
--- channel.jim~
+++ channel.jim
@@ -91,10 +91,10 @@
src=/images/421_1_00_CH_Title_2R_Arrow.png>
view
</a></td>"
- puts "<td>$ehs</th>"
+ puts "<td>$ehs</td>"
puts "</tr>"
puts "<tr id=mchan_$tsIdx class=mchan style=\"display: none\">
- <td colspan=5>"
+ <td colspan=9>"
puts "<table style=\"margin-left: 5em\">"
puts "<tr>
<th colspan=3>Channel</th>
@@ -110,7 +110,7 @@
puts "<td class=va>"
puts "[epg channelicon $name 50]</td>
<td>$lcn</td><td>$name</td>"
- puts "</td><td>"
+ puts "<td>"
puts $prv
puts "</td><td>"
puts $auth
@@ -142,3 +142,4 @@
</script>
}
+footer
humax#
humax# diff -u /mod/webif/html/services/index.jim~ /mod/webif/html/services/index.jim
--- index.jim~
+++ index.jim
@@ -62,7 +62,7 @@
puts "<tr><td class=even>$name</td>"
if (!$installed) {
- puts "<td colspan=3><i>Not installed</i></td></tr>"
+ puts "<td colspan=2><i>Not installed</i></td></tr>"
continue
}
humax#
It would be nice to have some sort of indication that a file is in use, either being played, or recorded.
Fix for stupid Html errors:
Code:humax# diff -u /mod/webif/cgi-bin/channel.jim~ /mod/webif/cgi-bin/channel.jim @@ -142,3 +142,4 @@ </script> } +footer humax#
Is this a step towards a graphical utility, pretty please?hmt 1.1.20 has two new commands:
Code:+addbookmark=<seconds>[:<seconds>]... +setbookmarks=<seconds>[:<seconds>]...