Opened 14 years ago

Closed 13 years ago

#1599 closed Enhancement (invalid)

Show number of seeders in main window

Reported by: cudjoe Owned by:
Priority: Normal Milestone: Sometime
Component: GTK+ Client Version: 1.40
Severity: Minor Keywords:
Cc:

Description

It was requested in the forums and brainstorm http://forum.transmissionbt.com/viewtopic.php?f=3&t=200 http://forum.transmissionbt.com/viewtopic.php?f=3&t=6393 http://brainstorm.ubuntu.com/idea/13980/

We could show something like: "Downloading to %1$'d of %2$'d connected peers (%2$'d seeders)" "Seeding to %1$'d of %2$'d connected peers (%2$'d seeders in total)"

The "seeders" stat is available in the tr_stat struct (transmission.h), so the main difficulty is to find a way to show this information on the main dialog without overloading the UI

Change History (7)

comment:1 Changed 14 years ago by livings124

  • Resolution set to invalid
  • Status changed from new to closed

This is unnecessary and just makes the text harder to read at a glance. Use the inspector for this information.

comment:2 Changed 14 years ago by charles

  • Resolution invalid deleted
  • Status changed from closed to reopened

There were over 40 votes for this on Ubuntu's brainstorm page. Maybe this should at least be an option for the gtk+ client

comment:3 Changed 14 years ago by livings124

  • Component changed from Transmission to GTK+ Client

comment:4 Changed 14 years ago by cudjoe

Could we think about a way to display it nicely ?

Seeding to %1$'d of %2$'d connected peers (%2$'d seeders in total)
Seeding to %1$'d of %2$'d connected peers (%2$'d seeders / %2$'d leechers)
Seeding ( %2$'d / %2$'d connected peers, %2$'d seeders / %2$'d leechers)
Seeding : %2$'d peers (%2$'d connected) , l:%2$'d / s:%2$'d )
... there are many ways, they are not all appropriate but there must be one !

comment:5 Changed 14 years ago by charles

Ticket #2115 is a close cousin of this ticket.

comment:7 Changed 13 years ago by charles

  • Resolution set to invalid
  • Status changed from reopened to closed

Now that we announce to multiple trackers, each tracker returns back seed/leech counts. We have no way of knowing how many seeds and leeches overlap from tracker to tracker, so our counts don't mean much.

Note: See TracTickets for help on using tickets.