qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
25.89k stars 3.82k forks source link

Ratio per month/week/day on each torrent to see which ones are still worth the space they take #19438

Open tuxayo opened 10 months ago

tuxayo commented 10 months ago

Suggestion

ruTorrent (front-end for rtorrent) has an official plugin that collects upload statistics over time for each torrent in order to display 3 new columns. Ratio per month/week/day.

I guess this should be opt-in unless there are clever tricks to make this negligible ressource wise.

Use case

It's very usefully when being limited by the storage space for a torrent collection to remove the ones that don't seed much. Ratio over time makes them directly comparable as opposed to upload over time. Doing so allows to maximise bandwidth usage. Of course one can keep exceptions for very valuable torrents to ensure they don't die.

Extra info/examples/attachments

Here is the code of the ruTorrent plugin as a reference: https://github.com/Novik/ruTorrent/tree/master/plugins/trafic

To see if they have some tricks to minimise ressource usage.

Screenshots of how that looks: https://github.com/Novik/ruTorrent/issues/1164#issuecomment-167608900

tuxayo commented 10 months ago

I would happily put a bounty [1] on this, unless maintainers tell that such a feature would be totally undesirable.

[1] I can't afford much, like 20€, so it's more to show gratitude rather than a decent hourly pay given it's not trivial work. Unless other people chip in ^^

luzpaz commented 10 months ago

Related to #13270 ?

industrialsociety commented 2 months ago

Was this ever implemented?