Page 1 of 1
Change the speed meter decimal places
Posted: October 13th, 2011, 6:44 am
by jalebi
In previous versions of SABnzbd the speed meter read the download speeds to two decimal places, i.e. 5.67MB/s. Currently it reads it to one decimal place, i.e. 5.7MB/s. I know this is a minor gripe, and SAB itself is absolutely amazing, but is there anyway to change this?
Regards,
Prad
Re: Change the speed meter decimal places
Posted: October 13th, 2011, 6:47 am
by shypike
jalebi wrote: but is there anyway to change this?
It's open source
https://github.com/sabnzbd/sabnzbd.git
Re: Change the speed meter decimal places
Posted: October 13th, 2011, 8:32 am
by jalebi
While that is indeed true, I am a terrible coder/programmer. Does anyone know a simple method to change the amount of decimal places?
Re: Change the speed meter decimal places
Posted: October 13th, 2011, 11:57 am
by shypike
You have to realize that this doesn't actually increase precision,
because SABnzbd's shows nothing more than an average speed with limited precision.
I'm not sure why or when it changed, likely it's a choice made by the skin designer.
Re: Change the speed meter decimal places
Posted: October 13th, 2011, 12:26 pm
by sander
jalebi wrote:While that is indeed true, I am a terrible coder/programmer. Does anyone know a simple method to change the amount of decimal places?
The answer to that question is in the first sentence of your first post in this thread ...

Re: Change the speed meter decimal places
Posted: October 14th, 2011, 3:37 am
by jalebi
OK then, thanks for the responses either way. They are appreciated.