feat: Add multi-language metadata support

- Add primary_languages config setting (ISO 639-1 codes)
- Fetch metadata in original language when in primary_languages
- Display original titles in search results for configured languages
- Download language-specific posters when available
This commit is contained in:
aasmoe
2025-12-09 10:29:05 +00:00
parent 53091e7204
commit 266d81688c
4 changed files with 115 additions and 23 deletions

View File

@@ -86,6 +86,13 @@ enabled = false
api_key = ""
user = ""
[metadata]
# Primary languages for metadata fetching (ISO 639-1 codes)
# When a TV show or movie's original language matches one of these languages,
# MediaManager will display the original title and fetch metadata in that language.
# Examples: ["en", "no", "da"]
primary_languages = ["en"]
[torrents]
# qBittorrent settings
[torrents.qbittorrent]