lgallard / qBittorrent-Controller

qBittorrent Controller - An Android app for controlling qBittorrent servers
MIT License
286 stars 58 forks source link

Sort torrents by amount of upload #202

Open k0nk opened 4 years ago

k0nk commented 4 years ago

This could be useful to see the most/least seeded torrents.

lgallard commented 4 years ago

What about sorting by ratio?

Ratio is the amount of data you have downloaded for a torrent share (or all torrents on the site) divided by the amout of data you have uploaded. A ratio of less than 1 means that you have mostly downloaded and either stopped the torrent after finishing or it was downloading fast and nobody else is downloading from you.

A ratio of more than 1 means you have uploaded more than the amount you downloaded, e.g. if you are seeding something for a long time.

Reference: What are ratio, peers and seeds in torrents?

k0nk commented 4 years ago

Ratio is good too, but with ratio only you don't know how many GiB you sent.

Eg: if torrent A has 1 GB size and ratio 2, and torrent B has 100 GB size and ratio 2, if you sort by ratio, both are equal, but if you sort by amount of upload, torrent B is way more bigger than torrent A.

lgallard commented 4 years ago

You made your point. I will address it on a future release!

k0nk commented 4 years ago

Thanks!

I know I'm asking you so much, but I'm just wanting that qBit controller becomes better than it already is! 💪