diff --git a/config.example.toml b/config.example.toml index d762a1e..3f44315 100644 --- a/config.example.toml +++ b/config.example.toml @@ -86,13 +86,6 @@ 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] @@ -179,5 +172,13 @@ rule_names = ["prefer_h265", "avoid_cam", "reject_non_freeleech"] [metadata.tmdb] tmdb_relay_url = "https://metadata-relay.dorninger.co/tmdb" +# If a show/movie original language is in this list, metadata will be fetched in that language +# Otherwise, the default_language will be used as fallback +# Format: ISO 639-1 codes (2 letters) +# Examples: "en" (English), "no" (Norwegian), "ru" (Russian), "es" (Spanish), "fr" (French), "de" (German) +# Full list: https://www.w3schools.com/tags/ref_language_codes.asp#:~:text=ISO%20639%2D1%20Language%20Codes +primary_languages = [""] +default_language = "en" + [metadata.tvdb] tvdb_relay_url = "https://metadata-relay.dorninger.co/tvdb" \ No newline at end of file