Open GoogleCodeExporter opened 9 years ago
Actually the problem is with translated string for megabytes, gigabytes, etc.
The explanation is here:
http://www.transdroid.org/forum/index.php?p=/discussion/165/qbittorrent/#Item_4
As stated in the documentation:
"BIG FAT WARNING: size, dlspeed, upspeed and eta suffixes (e.g. MiB, KiB/s)
will depend on current language selected in qBt; these suffixes will be
translated."
Which is an issue because Transdroid does not (and realistically can't) know
the translations to all suffixes. Really, qBittorrent should send me the number
of bytes (just a plain Long number) instead. But it doesn't, so I have to rely
on parsing the size/dlspeed/upspeed/etc. suffixes and all I can do is assume
the standard English terms are used.
I suggest sending a feature request (to the qBittorrent devs) to return (also)
the size/speed/etc. fields as numbers and not only as translated strings.
Original comment by erickok@gmail.com
on 26 Feb 2013 at 3:37
Original issue reported on code.google.com by
krodelab...@gmail.com
on 14 Nov 2012 at 12:30