boramalper / magnetico

Autonomous (self-hosted) BitTorrent DHT search engine suite.
http://labs.boramalper.org/magnetico/
GNU Affero General Public License v3.0
3.06k stars 344 forks source link

Add a way to sort by number of seeds #277

Open UntaggedLady opened 2 years ago

UntaggedLady commented 2 years ago

Please add a way to sort by the number of seeds a torrent has. It's generally a great metric for finding high-quality torrents, but this tool doesn't appear to support that currently. Is there a limitation that prevents sorting by the number of seeds?

centralhardware commented 2 years ago

https://github.com/boramalper/magnetico/blob/9c2183b91b5b37560607d1ebf98cfd1b542cfc27/cmd/magneticow/api.go#L337

rest api already support, but web ui don't implement it