Bug 111133

Summary: Add "Seeds" column to torrent list
Product: [Applications] ktorrent Reporter: Frank Osterfeld <osterfeld>
Component: generalAssignee: Joris Guisson <joris.guisson>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Adds columns 'seeders' and 'leechers'

Description Frank Osterfeld 2005-08-20 08:47:11 UTC
Instead of displaying only the number of peers, KTorrent could also list the 
number of seeds. Maybe combined in one column in the form "Seeds/Peers", e.g. 
"20/5". Well, that would break sorting. 
 
Btw, great work! The speed my bugs got fixed and my feature requests got 
implemented is really impressive =) Thanks!
Comment 1 Jason Carter 2005-08-20 10:26:58 UTC
http://bugs.kde.org/show_bug.cgi?id=111051
Comment 2 Frank Osterfeld 2005-08-20 10:38:10 UTC

*** This bug has been marked as a duplicate of 111051 ***
Comment 3 Sebastian Goth 2007-05-06 14:25:11 UTC
Was this really a duplicate to 111051?
Since there only the basic ability to view seeders and leechers have been discussed - not the implementation as columns in the lists.

Tried to implement that in the attached patch which is pretty small since all used information is already pulled into TorrentStats.
Comment 4 Sebastian Goth 2007-05-06 14:27:36 UTC
Created attachment 20497 [details]
Adds columns 'seeders' and 'leechers'

The values are displayed kinda 'azureus-like': "4 (5)" meaning "connected to 4
of 5 available"
Comment 5 Joris Guisson 2007-05-06 19:37:19 UTC
Lets reopen to examine this patch
Comment 6 Joris Guisson 2007-05-06 19:40:26 UTC
OK, I see Ivan already committed this patch, so lets close the bug