You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Preferred/excluded audio language matching is now configurable via config.json (language.preferred_terms, language.preferred_flags, language.excluded_flags) instead of hardcoded in source — closes #18
New Languages box in the Control Panel (:9080/control) with a flag picker (ISO country codes, generated to emoji with no lookup table) to add/remove preferred and excluded languages without editing config.json by hand
Existing installs keep their current behavior automatically (defaults applied when the language key is absent from config.json) — no migration needed
Fixes
TV sync engine's "ita" language term matched as a substring (e.g. inside "capitale"), unlike the Movie engine which already required a word boundary — both engines now share the same matching logic and this false-positive is fixed