PCJones / UmlautAdaptarr

A tool to work around Sonarr, Radarr, Lidarr and Readarrs problems with foreign languages
42 stars 3 forks source link

Feature: Option to always do a text-search #21

Open PCJones opened 3 months ago

PCJones commented 3 months ago

Currently Radarr/Sonarr is searching for the TVDB/TMDB ID first, and ONLY if there are no results it will do a text search. This can be problematic as some indexers often don't correctly link all uploads to the correct IDs.

This is basically already implemented in SearchController.cs, but as Radarr is not implemented yet it does not work there. Also FORCE_TEXT_SEARCH_GERMAN_TITLE should be used too. This should be configurable on a per-indexer basis.

CurlyFlow commented 2 months ago

nice idea!