qBittorrent icon indicating copy to clipboard operation
qBittorrent copied to clipboard

Show Availability as Seeding

Open kammychan opened this issue 5 months ago • 9 comments
trafficstars

Suggestion

Dear Project Team,

Is it possible to display Availability as Seeding? This way, I could stop seeding files with high availability scores and keep those with lower scores. Also, please count me in, as I am also seeding based on availability.

Best regards, Kammy

Use case

No response

Extra info/examples/attachments

No response

kammychan avatar Jun 09 '25 00:06 kammychan

Are you talking about feature similar to this?

Image

Image

absolutep avatar Jun 09 '25 06:06 absolutep

Image

No, I am referring to the availability score (a number) already provided for downloading torrents. I would like to have this score displayed for seeding torrents as well. This way, I could focus on seeding torrents with low scores.

Best regards, Kammy

kammychan avatar Jun 09 '25 07:06 kammychan

@kammychan I believe below PR will be of interest to you.

  • #22700

xavier2k6 avatar Jun 09 '25 08:06 xavier2k6

I would like to have this score displayed for seeding torrents as well.

Enable Settings > Advanced > Send upload piece suggestions.

HanabishiRecca avatar Jun 09 '25 11:06 HanabishiRecca

I would like to have this score displayed for seeding torrents as well.

Enable Settings > Advanced > Send upload piece suggestions.

Thank you! I can now see the score on seeding torrents. However, it seems the score isn’t counting for other seeders. Nevertheless, the score is still useful information for me.

kammychan avatar Jun 10 '25 01:06 kammychan

I can now see the score on seeding torrents.

Btw, this option should be enabled by default. So it's a user mistake of disabling it.

However, it seems the score isn’t counting for other seeders.

It shows availablitiy of connected peers. But when you are seeding, the client does not keep connection with other seeds. Ultimately, just look at the seeds counter - they have 100% by definition. Count as Seeds * 100% to get availability.

HanabishiRecca avatar Jun 10 '25 10:06 HanabishiRecca

this option should be enabled by default. So it's a user mistake of disabling it.

Send upload piece suggestions is not enabled by default

xavier2k6 avatar Jun 10 '25 10:06 xavier2k6

Hmm, that's weird. Then we are actually lacking potentially great performance gains from it out of the box.

HanabishiRecca avatar Jun 10 '25 10:06 HanabishiRecca

Duplicate of numerous requests for the “Seeding limits based on seeds (or availability)” feature.

  • #1854
  • #9063
  • #11830
  • #14725
  • #16552
  • #18614
  • #22142
  • #22292
  • #22295

stalkerok avatar Jun 10 '25 10:06 stalkerok

Send upload piece suggestions is not enabled by default

Then we are actually lacking potentially great performance gains from it out of the box.

@HanabishiRecca Please feel free to submit a PR.

xavier2k6 avatar Aug 21 '25 09:08 xavier2k6

piece_extent_affinity is not enabled by default either.

when this is true, create an affinity for downloading 4 MiB extents of adjacent pieces. This is an attempt to achieve better disk I/O throughput by downloading larger extents of bytes, for torrents with small piece sizes

https://libtorrent.org/single-page-ref.html#piece_extent_affinity

xavier2k6 avatar Aug 21 '25 10:08 xavier2k6