core: allow renaming & merging of trackers with config (part 1 #8355) (#8608)
* rename site field to id in yaml indexers
* add id field in c# indexers
* use id field instead of class name in c#
HDCity queries are sensitive to character accents:
Radarr currently doesn't find the movie called "Alita: Ángel De Combate" because all releases on HDCity are called "Alita Angel De Combate".
Interestingly testing with Jackett I found out that searching for "Alita ngel De Combate" "Alita ng l De C mbate" or any version of replacing characters with spaces still returns all the results.
That being the case, my suggestion is simply to replace any non-alphanumeric character with spaces to avoid missing results. This still allows to retrieve titles with accents like "El Sangriento Imperio Romano Calígula" as the query for "El Sangriento Imperio Romano Cal gula" works exactly the same way
Change TV Shows search format for Spanish style, change encoding in HDCity to ISO-8859-1, now accented characters works perfects and add [spanish] for detected Spanish language in Sonarr/Radarr