[webif] Version 1.0.5 Released

af123

Administrator
Staff member
I've just published webif version 1.0.5 to the repository and updated the release notes on the Wiki for this and the previous few versions. Mostly minor backend changes and bug fixes but 1.0.5 adds a new summary screen for seeing where your disk space has gone. It's accessible via Diagnostics->Disk Space but also just by clicking on the big pie chart at the top right.

dspace.png



Change Log (from http://wiki.hummy.tv/wiki/Webif_release_notes)

1.0.5 (30/07/2013)
  • New disk space overview screen Diagnostics->Disk Space or click on pie chart at top left;
  • Flag cropped recordings as shrunk too.
1.0.4 (11/07/2013)
  • Fix typo in crontab preventing automatic backups from running;
  • Tweak style of file edit box;
  • Make folder operations recalculate the folder new flag if necessary;
  • Updates for new channel icon package framework;
  • Fix Mux detection for PSB3/BBC B (HD) following broadcaster changes.
1.0.3 (6/6/2013)
  • New browser bookmarks/tab icons;
  • Improve cron job management during package operations (thanks to xyz321);
  • Fix miscellaneous HTML problems;
  • Disable change folder action on single recordings;
  • Add further automatic processing plugin hooks.
1.0.2 (17/04/2013)
  • Show total number of files and directories on media browse pages;
  • Improve context menu placement;
  • Implement plugin hooks for automatic processing.
  • Include databases in /mod/etc in web interface database browser.
 
I can confirm the same as Wallace, although the Disk Space button in Diagnostics does work as expected.
 
Strange - does your /mod/etc/mongoose.conf have an index_files line in it like:

Code:
index_files index.shtml,index.html,index.jim
?

(webif 1.0.5-1 will work even without that - thanks for the reports)
 
For me the button on the diagnostics screen initially looks good, but if I click on any of the folders I get list of system files:

Name Modified Size
Parent directory - -
chunk/ 30-Jul-2013 22:50 [DIRECTORY]
join/ 30-Jul-2013 22:50 [DIRECTORY]
thumbnail/ 30-Jul-2013 22:50 [DIRECTORY]
strip/ 30-Jul-2013 22:50 [DIRECTORY]
mpg/ 30-Jul-2013 22:50 [DIRECTORY]
decrypt/ 30-Jul-2013 22:50 [DIRECTORY]
crop/ 30-Jul-2013 22:50 [DIRECTORY]
audio/ 30-Jul-2013 22:50 [DIRECTORY]
style.css 28-Dec-2011 22:43 117
streamsize.jim 09-Feb-2013 19:25 210
download.jim 09-Feb-2013 19:28 1.1k
clipboard.jim 09-Feb-2013 19:29 2.6k
savestream.jim 09-Feb-2013 19:29 427
lock.jim 09-Feb-2013 19:30 395
ffmpeg.jim 09-Feb-2013 19:30 254
delete.jim 09-Feb-2013 19:32 560
new.jim 09-Feb-2013 19:34 399
flagdir.jim 09-Feb-2013 19:35 342
mknewdir.jim 09-Feb-2013 19:35 172
iconset.jim 09-Feb-2013 19:36 226
sizes.jim 09-Feb-2013 22:01 927
enc.jim 09-Feb-2013 22:04 393
epgtitle.jim 09-Feb-2013 22:04 371
rename.jim 11-Feb-2013 23:42 986
aexpiry.jim 25-Feb-2013 13:33 359
shrunk.jim 03-Mar-2013 21:48 608
bmp.jim 07-Mar-2013 23:13 296
file.jim 08-Mar-2013 10:58 3.2k
script.js 10-Mar-2013 22:19 22.0k
assets.jim 04-May-2013 00:38 7.2k
index.jim 04-May-2013 00:40 8.7k
resetnew.jim 01-Jul-2013 23:39 137
newdir.jim 29-Jul-2013 11:19 600
 
Strange - does your /mod/etc/mongoose.conf have an index_files line in it like:

Code:
index_files index.shtml,index.html,index.jim
?

(webif 1.0.5-1 will work even without that - thanks for the reports)
Thanks, 1.0.5-1 has fixed it.:)
 
Mine is the same a Brian's. Here is the whole of my file:

Code:
document_root /mod/var/mongoose/html,/media=/media,/cgi-bin=/mod/var/mongoose/cgi-bin,/images=/opt/share/images/blue,/plugin=/mod/var/mongoose/plugin
index_files index.shtml,index.html
ssi_extensions .shtml
cgi_extensions .cgi,jim
cgi_environment LD_LIBRARY_PATH=/lib:/mod/lib
listening_ports 80,443s
num_threads 10
error_log_file /tmp/mongoose_error.log
ssl_certificate /mod/etc/mongoose.cert
authentication_domain webif
global_passwords_file /mod/etc/htpasswd
 
v1.0.5-1 same as 4ndy... clicking a folder name (which seems to hint a correct destination, e.g. http://192.168.0.8/browse/?dir=/media/My Video/Gardeners' World), actually opens another Firefox tab (or re-uses if a browse tab has already been opened), but it is just "Index of /browse/" followed by a directory listing much as shown by 4ndy. seems it doesn't like the /?dir= part.
v1.05-2 fixes it. Same problem as before - my Mongoose configuration isn't exactly standard so it worked for me.
 
As the Pie Chart now has a new function, is it worth adding some text to the header to show users how to get back to the main Menu? something like :-

new-header.png
 
Good call Ezra. I was puzzled for a while as I used the pie chart to get back to the main menu myself until I realised you can click on the banner!

Think your picture is too in-your-face though!
 
Back
Top