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!
http://bugs.kde.org/show_bug.cgi?id=111051
*** This bug has been marked as a duplicate of 111051 ***
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.
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"
Lets reopen to examine this patch
OK, I see Ivan already committed this patch, so lets close the bug