I'd like to sort my completed torrents by the seeders and peer column but no matter if I use ascending or descending it's always sorted by "date added"
Is there any hidden settings for this behavior?
I'm using Windows 7 and Deluge 1.2.1.
Thanks!
Attachments
sort by seeders broken.png (7.06 KiB) Viewed 8092 times
Well, all of your torrents have 0 seeds being reported from the tracker, so there is no data to sort on. It looks like you are connected to some seeds and peers, I'm guessing they were found through DHT. There is no way to sort by connected seeds or peers though at the moment.
All torrents in this example have zero connected seeders (since they are completed) but sorting should be done by total seeders, just like Vuze and µtorrent handles it.
I guess that the seeders column actually consists of two values, connected seeders and total seeders. Since the column is named seeders it would be more logical to sort by total seeders.
Vuze does sorting by handling it as a single string value like this (descending):
5 (10)
2 (66)
1 (20)
0 (55)
0 (49)
0 (30)
0 (9)
The reason for this request is that when removing torrents, I sort by seeders and remove the ones which has the most. I do not want to remove torrents with few seeders and risk killing them. This feature will actually keep torrents alive longer
fukt wrote:All torrents in this example have zero connected seeders (since they are completed) but sorting should be done by total seeders, just like Vuze and µtorrent handles it.
I guess that the seeders column actually consists of two values, connected seeders and total seeders. Since the column is named seeders it would be more logical to sort by total seeders.
Vuze does sorting by handling it as a single string value like this (descending):
5 (10)
2 (66)
1 (20)
0 (55)
0 (49)
0 (30)
0 (9)
The reason for this request is that when removing torrents, I sort by seeders and remove the ones which has the most. I do not want to remove torrents with few seeders and risk killing them. This feature will actually keep torrents alive longer
Yeah, sorry I was totally backwards on my explanation