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

ability to skip torrent whose name contain chines and japanese symbols #266

Open centralhardware opened 3 years ago

centralhardware commented 3 years ago

I think very few people need to search for Chinese or Japanese torrents,

kescherCode commented 3 years ago

I beg to differ.

Glandos commented 3 years ago

Maybe a generic filter, because it does not make sense to skip a whole class of characters just because you don't know their meaning (and I don't either ;) ).

centralhardware commented 3 years ago

Good idea, ability to skip a type of content that do not interested. Maybe regexp? But i dont know how wil it effect on performance

issuefiler commented 3 years ago

Maybe put the “things-to-ignore” filter in AddNewTorrent or just before the AddNewTorrent call?

issuefiler commented 3 years ago

And for your concern on the performance loss due to regex filtering, it’s nothing.