mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 21:54:00 +02:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user