Sonarr version (exact version): 4.0.14.2939
Mono version (if Sonarr is not running on Windows): Docker from linuxserver
OS: CentOS with Podman
Debug logs: Non applicable
Description of issue:
Hello,
I wanted first to say thank you for all your work here.
I really like Sonarr, and it’s really helpful, thx for that!
I have already checked the issues on GitHub, and I know that this is a well-known issue and is already referenced for the upcoming 5.0 Milestone (TVDB Data in other Languages · Issue #269 · Sonarr/Sonarr · GitHub). So my message here is not another one asking when it will be done or not but rather to ask: what are the actual viable options?
To be honest, I have tried with Medusa/SickChill/SickBear, and none of them were working with the torrent tracker that I currently use with Sonarr. (Some of them are well-known to work with a different TV show title language), but it seems that the current torrent integration is broken.
So, I wanted to go a bit deeper, and as Sonarr uses an SQLite database, I was able to update the title directly in the database (it was just a test). With this change, Sonarr sent the correct French TV title to Prowlarr, and I finally got the expected result.
But at this point, Sonarr refused to grab the show for the following reason : “Unknown Series.” That seems to come from this code:
Without spending hours on it, I guess it’s because Sonarr tries to detect the title, season, and episode from the filename and then checks in its TVDB cache if there is a matching TVDB ID.
What I’m wondering right now is: is there a way, without altering the code, to make this test successful?
I know it’s a very short-term fix, but as I have to download a daily episode manually, if it can do the trick in the meantime, it could help a lot!
(Just out of curiosity, I have checked the release date for the V4 (23/12/2023) but I can find the release date for Sonarr 3… , I see only 9 issues closed in the 5.0 milestones so I guess that a release is not planned soon right ? )
Thx a lot !