* opkg_conf_load: Could not lock /tmp/opkg.lock: Resource temporarily unavailable.
Urghh!!
In iOS the drop-down list is permanently dropped down (pushing the main page off the bottom of the screen), and the mini icons are displaced from the text links.
0.9.8-1
No, but it's going to require an update to Mongoose before the code can properly detect which page it is on... actually I could do something in javascript too.The drop down tool bar is very cool, Should there be a 'Front Page' drop down?
I couldn't find the Icon re-size option
Gone nowThe intention is that it won't display at all under iOS. I wonder if your device hasn't refreshed the style-sheet for some reason? Mine looked odd too until I refreshed the page.
I made some changes to my diskspace.jim
I wanted to see free space and its percentage
[string range $size 0 end-2]
[string range $size 0 [string length $size]-2]]
Also is it possible to have the watching/playing/recording banners on the main screen loading at the same time as everything else rather than sliding in afterwards because it pushes the big icons below down and it's quite annoying having them moving when you try to click them (not that you end up missing them because they're nice and big!!)
Thanks for updating the Wiki : )The drop down tool bar is very cool, Should there be a 'Front Page' drop down?
At the moment it seems to use the values from 'df -h'. Since 'used' + 'available' does not equal 'size' (because of the ext3 reserved space), I think it would be better to calculate 'available' from the other two parameters. This should then match up better with the Humax on-screen display of disk space.Nice idea - I've added this to the latest version of webif although I also show the used percentage.
Your code works as long as the units of size and used are the same, which they will be most of the time, and the only improvement I'd make is to use the end token in Jim's {string range}.
True - I was just avoiding parsing the suffix, although I'm sure one of the modules has routines to do this already, or I could use df -k instead of df -h of course.At the moment it seems to use the values from 'df -h'. Since 'used' + 'available' does not equal 'size' (because of the ext3 reserved space), I think it would be better to calculate 'available' from the other two parameters. This should then match up better with the Humax on-screen display of disk space.
An alternative fix would be to unmount the partition and set the reserved space to zero using 'tune2fs'.
Can we please have an option in a future version to remove the slide-down quick link toolbar?0.9.8 (19/5/2012)
The toolbar was inspired by the changes the Foxsat team have made to their version of the web interface. Saves having to go back to the main page when navigating. Tested in Firefox and IE but should be broadly compatible (won't do anything on iOS)
- Add slide-down quick link toolbar;
- Remove ability to change Enc flag through media browser;
- Fix bug when deleting two files with the same name and undelete is installed;
- Allow plugins to specify the size of icons they add to the front page.