qbittorrent / qBittorrent

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

Option to have the Availability bar persist for completed torrents #13422

Open alexxroche opened 3 years ago

alexxroche commented 3 years ago

When seeding I'm interested to know the health of the swarm. Having the Progress: bar take up the entire width of a panel just to inform me that I have 100% seems like a waste of screen real-estate.

When seeding does qBittorrent have enough information from connected peers to know which chunks they have? Could we mark the chunks that we are currently seeding? { Rather than just having: [###################################### Long blue bar ####################] 100% }

Related issue: https://github.com/qbittorrent/qBittorrent/issues/10428 (Though they want Availability while paused and I'm after the same thing but after torrent is at 100% downloaded.)

PalinuroSec commented 3 years ago

ping, i am interested too

thalieht commented 2 years ago

libtorrent doesn't keep track of it for completed torrents.

ghost commented 2 years ago

You do not connect with seeds after you complete downloading so it’s not possible to know the availability of the torrent other than blindly believing in what the tracker or DHT says.