[webif] Version 0.13.0 Released

Mick

Member
My media button says I have 45GB free, and the WebIF says 39.5GiB.

If you take a look at Menu >> Settings >> System >> Data Storage >> Storage >> Internal HDD, there are some figures which don't add up properly. However, the bottom line (on mine anyway) says "Total Size 500.0GB", which reveals an optimistic accounting policy. For an explanation look up "GiB" in the Glossary.

I suspect at least some of the variance between the Humax free space calculation and the WebIF calculation is the definition of GB v GiB.

Yep, I suspected the GiB/GB thingy here too...

Mick
 

sooty83

Member
Hi af123, as a future enhancement, I wonder if you could add -nocase to the lsort command in /mod/var/mongoose/html/browse/index.jim, line 311? This will make filenames beginning with a lowercase letter appear in the expected place in the listing. Thanks.
 
OP
af123

af123

Administrator
Staff member
Checked the source - yes, -nocase is supported and I'll add it to the next update.
 

4ndy

Member
Can I request a small cosmetic change to webif please?

With the ever-increasing list of functions on the Opt+ option in webif (all good stuff), would it be possible to make the list of options "float" up the computer screen?

I mainly use a netbook with 1024x600 maximum resolution, and the list goes off the bottom of the screen. I have found that if there is just a couple of files in a folder, it is not possible to move the file to the top of the screen before selecting Opt+, and have to scroll around to see the list. It is not a biggy, as I can scroll, but it is a bit of a pain and likely to get worse as new options are added. I don't know what they might be, but two options have been added in the past week or so.

I think the applicable file or folder would need to be highlighted somehow or a speech bubble type pointer to give reassurance that the correct the file is being modified.
 

4ndy

Member
Thanks Ezra, but I was refering to what might be added next. The thumbnail options came somewat out of the blue, as did the folder options you list.
 
OP
af123

af123

Administrator
Staff member
With the ever-increasing list of functions on the Opt+ option in webif (all good stuff), would it be possible to make the list of options "float" up the computer screen?
I will look into it. The component that I use for the context menu has been updated a few times so with any luck it will have options for this type of behaviour.
 

4ndy

Member
Yes, it was brilliant to watch it happen.

My point is that two weeks ago. or when af123 designed the webif web page structure, it wasn't envisaged that we would be able to edit thumbnails.

I am sure that there will be more goodies in the future, but I can't imagine what they might be. As a consequence, the list will grow even longer.
 

Black Hole

May contain traces of nut
What I have seen in other software is for the menu to go up the screen instead of down if there is no room for it. Obviously I don't know if that is do-able here. Maybe even a roll-over list?
 

free30

Member
I just noticed that the de-duplicate function can leave the folder marked (+) as having an unwatched program, when it's been removed.
No biggi, thanks
 

Black Hole

May contain traces of nut
Bug report: In the Settings page, in General Settings the Hostname field is not defaulted to the current hostname.
 

Brian

Administrator
Staff member
Bug report: In the Settings page, in General Settings the Hostname field is not defaulted to the current hostname.
I don't know whether it is a bug or not, but it has been the case for as long as I can remember.
 

Brian

Administrator
Staff member
I can confirm that the change to BBC TWO HD has happened, and does Not require a retune. Although a new channel icon will be required in webif, and the remote scheduling site.
 

4ndy

Member
My auto-shrink process is getting stuck.

I noticed from the auto log that it had been trying to shrink the same file all night. To fix it I deleted the xxxshrunk file and manually shrunk the file in question.

After clearing the the autolog, I can see that it is now stuck on another file, per the log. Is there a reason or a fix for this?


Code:
>>> Contents of /mod/tmp/auto.log 1.56 KiB
29/03/2013 15:20 - -------------------------------------------------------
29/03/2013 15:20 - Media scan starting, DLNA server status: 1
29/03/2013 15:20 - dedup scan completed in 21.691 seconds.
29/03/2013 15:20 - decrypt scan completed in 6.709 seconds.
29/03/2013 15:20 -  SHRINK: /media/My Video/usb-drive2/Drama/Wycliffe/S2 c/Wycliffe S02 07_20130121_1506
29/03/2013 15:20 -          Estimate 18% saving.
29/03/2013 15:20 -          Shrinking...
29/03/2013 15:22 -
Saved: 1410554/7278784 packets, 258.28/1332.79 MiB (19.38%)
29/03/2013 15:30 - -------------------------------------------------------
29/03/2013 15:30 - Media scan starting, DLNA server status: 1
29/03/2013 15:30 - dedup scan completed in 36.203 seconds.
29/03/2013 15:30 - decrypt scan completed in 6.29 seconds.
29/03/2013 15:30 -  SHRINK: /media/My Video/usb-drive2/Drama/Wycliffe/S2 c/Wycliffe S02 07_20130121_1506
29/03/2013 15:30 -          Estimate 18% saving.
29/03/2013 15:30 -          Shrinking...
29/03/2013 15:32 -
Saved: 1410554/7278784 packets, 258.28/1332.79 MiB (19.38%)
29/03/2013 15:40 - -------------------------------------------------------
29/03/2013 15:40 - Media scan starting, DLNA server status: 1
29/03/2013 15:41 - dedup scan completed in 54.115 seconds.
29/03/2013 15:41 - decrypt scan completed in 6.488 seconds.
29/03/2013 15:41 -  SHRINK: /media/My Video/usb-drive2/Drama/Wycliffe/S2 c/Wycliffe S02 07_20130121_1506
29/03/2013 15:41 -          Estimate 18% saving.
29/03/2013 15:41 -          Shrinking...
29/03/2013 15:42 -
Saved: 1410554/7278784 packets, 258.28/1332.79 MiB (19.38%)
 

xyz321

Well-Known Member
The disk usage pie chart is no longer showing. It is trying to access a non-existent png.
Code:
[1364579200] [error] [client 192.168.1.254] GET /images/345_2_14_ST_HDD_26.png: Error 404: Not Found
 

Ezra Pound

Well-Known Member
/images/345_2_14_ST_HDD_24.png (left) and 25.png (right), look like this :-
345_2_14_ST_HDD_24.png345_2_14_ST_HDD_25.png
So I guess 26 (if it existed) would be trying to show that the HDD is over 100% full
 
Top