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
2.06k stars 78 forks source link

Add additional Torznad query parameter and result attribute: tmdbid #165

Closed Send8213 closed 3 months ago

Send8213 commented 3 months ago

Is your feature request related to a problem? Please describe

Some TMDB entries do not have associated IMDb IDs in TMDB but they all have TMDB IDs. Some apps such as Radarr base their system on TMDB IDs and thus there are some things that may be properly classified in Bitmagnet and associated with a TMDB entry but might not be findable with only text or IMDb ID searches.

Describe the solution you'd like

Add to both tv-search and movie-search (and the associated backend) the Torznab query parameter tmdbid to allow searching by TMDB ID and the tmdbid attribute to the results to provide more metadata to Torznab clients.

Describe alternatives you've considered

Living with IMDb and text search.

Additional context

I believe Bitmagnet should already have the TMDB IDs needed for this.