Opened 15 years ago
Closed 15 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 by , 15 years ago
comment:2 by , 15 years ago
Status: | new → pending |
---|
comment:3 by , 15 years ago
Milestone: | → 1.3.0 |
---|
comment:4 by , 15 years ago
Component: | other → gtkui |
---|---|
Type: | bug → feature-request |
This is on current git trunk. Is that not what you want?
comment:5 by , 15 years ago
Status: | pending → 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.