bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
1.96k stars 74 forks source link

Hash Search #230

Closed 8ullyMaguire closed 2 months ago

8ullyMaguire commented 2 months ago

Implement the ability to search torrents by their hash value. Sometimes I know exactly what I'm looking for, and using a title or file name search may return multiple results. By allowing users to search directly by the hash Bitmagnet can provide a way to quickly find a single, precise result.

Related

Aaron2550 commented 2 months ago

What does MD5 have to do with this? Neither V1 nor V2 InfoHashes use MD5, they use SHA-1 and SHA-256 respectively. MD5 does not have enough bits to represent all V1 InfoHashes.

8ullyMaguire commented 2 months ago

Yeah sorry I meant that.

mgdigital commented 2 months ago

Hi, search by info hash should already work