Skip to content

v1.9.12

Latest

Choose a tag to compare

@MrRobotoGit MrRobotoGit released this 07 Jul 11:55

Features

  • 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