darkalfx / requestrr

Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.
MIT License
876 stars 102 forks source link

Interfaces with Overseer by TVDB ID but only TMDB is supported #147

Open mchangrh opened 2 years ago

mchangrh commented 2 years ago

Requestrr allows searching by TVdb ID but Overseer only support TMdb IDs

Requestrr sending TVdb ID https://github.com/darkalfx/requestrr/blob/85d096ca34755eaa5fe4abc5b49973573a0962bc/Requestrr.WebApi/RequestrrBot/DownloadClients/Overseerr/OverseerrClient.cs#L448

Reference for Overseer only supporting TMdb https://github.com/sct/overseerr/discussions/1135