Is there a way to change all the values to KBps/MBps instead of Kbps/Mbps.
I would prefer to use the same format as my internet connection. So that if you have a 100/100Mbps connection the full usage in qBitorrent is also 100/100Mbps, instead of the current 12.5/12.5MBps.
Change suffix format to Kb instead of KB
Re: Change suffix format to Kb instead of KB
Not that I'm aware of. If I remember correctly, other clients also use this format.
You could change it in the source code though, probably. At least where it really bothers you, it shouldn't be a big project. This is just a guess though, values/variables might depend on each other and then it gets tricky. But not impossible.
You could change it in the source code though, probably. At least where it really bothers you, it shouldn't be a big project. This is just a guess though, values/variables might depend on each other and then it gets tricky. But not impossible.
Re: Change suffix format to Kb instead of KB
What bothers my OCD even more is the "MiB" they use. What does that even stand for?! It's either mega-bits or mega-bytes and is denoted by an upper-case or lower-case "B/b". It takes me a split second every time I see that to think about what it stands for. I'm positive none of the devs will change it since it's hard-coded everywhere in the UI but, frankly, it should have been done properly in the first place. Unless, of course, that it stands for something else entirely, in which case just ignore my rant.
Re: Change suffix format to Kb instead of KB
The "Mi" stands for "mebi" which is the binary prefix counterpart to the decimal prefix "mega".mushu wrote: Sun Feb 12, 2023 2:54 pm What bothers my OCD even more is the "MiB" they use. What does that even stand for?!
1 MiB = 1024^2 bytes
1 MB = 1000^2 bytes (except when it's 1024^2)
https://en.wikipedia.org/wiki/Byte#Multiple-byte_units
Re: Change suffix format to Kb instead of KB
Huh. Never even heard of that before and certainly haven't seen it used anywhere else...lol. Thanks for the link, appreciated!ungol wrote: Sun Feb 12, 2023 11:46 pmThe "Mi" stands for "mebi" which is the binary prefix counterpart to the decimal prefix "mega".mushu wrote: Sun Feb 12, 2023 2:54 pm What bothers my OCD even more is the "MiB" they use. What does that even stand for?!
1 MiB = 1024^2 bytes
1 MB = 1000^2 bytes (except when it's 1024^2)
https://en.wikipedia.org/wiki/Byte#Multiple-byte_units