Opened 14 years ago
Closed 13 years ago
#1175 closed feature-request
Sort by seeders or peers
Reported by: | fukt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | GTK UI | Version: | 1.2.1 |
Keywords: | Cc: |
Description
When sorting torrents by seeders or peers, Deluge only counts connected seeders or peers. If you only have completed torrents the sorting will always be by "date added" instead of actual seeders/peers.
Suggestion is to handle the connected and total seeders/peers as a string value to sort like this (descending):
5 (10)
2 (66)
1 (20)
0 (55)
0 (49)
0 (30)
0 (9)
Forum thread http://forum.deluge-torrent.org/viewtopic.php?f=7&t=29815
Change History (5)
comment:1 Changed 14 years ago by s0undt3ch
comment:2 Changed 13 years ago by Cas
- Status changed from new to pending
comment:3 Changed 13 years ago by Cas
- Milestone set to 1.3.0
comment:4 Changed 13 years ago by s0undt3ch
- Component changed from other to gtkui
- Type changed from bug to feature-request
This is on current git trunk. Is that not what you want?
comment:5 Changed 13 years ago by trac-robot
- Status changed from pending to closed
This ticket was closed automatically by the system. It was previously set to a Pending status and hasn't been updated within 14 days.
This kind of sorting is now correctly done in current trunk and the values are still int's no need to convert them to strings, though, the info comes from connected users, not what's given from the tracker.
Please try the current git master and see if that suites your needs.