mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 00:13:43 +01:00
Adds the ability to fetch regional translation titles from TMDb and use them in indexer searches. This addresses requests for supporting regional language variants like French Canadian (fr-CA) which have different movie titles than the base language (fr). Changes: - Add config settings: FetchRegionalTranslations, RegionalTranslationVariants, and RegionalTranslationRateLimit in Media Management - Add UI settings in Media Management page for configuring regional variants - Extend TranslationResource to parse TMDb API format (iso_639_1, iso_3166_1) - Implement FetchRegionalTranslationsFromTMDb in SkyHookProxy - Fix MovieTranslationService to use DistinctBy(CleanTitle) instead of DistinctBy(Language) allowing multiple translations for the same language with different titles (e.g., fr 'À nous quatre' and fr-CA 'L'attrape-parents') Closes #10482 Related: #7788, #4612, #2644 |
||
|---|---|---|
| .. | ||
| .vscode | ||
| build | ||
| src | ||
| typings | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .prettierignore | ||
| .prettierrc.json | ||
| .stylelintrc | ||
| .tern-project | ||
| babel.config.js | ||
| jsconfig.json | ||
| postcss.config.js | ||
| tsconfig.json | ||