<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sun, Nov 11, 2018 at 3:01 AM Ian Campbell <<a href="mailto:ijc@hellion.org.uk">ijc@hellion.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, 2018-11-10 at 12:45 -0600, Richard Shaw wrote:<br>
> I'm not good with perl/php otherwise I would give it a try, but since<br>
> Mythweb is not going away in V30, what would it take to change the<br>
> backend status from MB to GB... With HDTV and modern disks I don't<br>
> think it make sense to report MB anymore and it's difficult to read<br>
> when I have a 3TB main drive and a dedicated 2TB drive for<br>
> recordings.<br>
<br>
I think the code you want is actually in<br>
mythtv/programs/mythbackend/httpstatus.cpp and is just proxied by<br>
mythweb so lack of Perl/php shouldn't be a barrier.<br></blockquote><div><br></div><div>A bit closer... I found the bit shifts ">>10" and changed them to ">>20" for GB but still need to find where to change "MB" to "GB"...</div><div><br></div><div>Thanks,</div><div>Richard </div></div></div>