summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-12-28 10:16:42 -0600
committerDudemanguy <random342@airmail.cc>2024-01-13 03:26:06 +0000
commit2ad96079e99b33e24c912f9b2f5129c1309abede (patch)
treedd297b38b4b967122e56b29869e22fd55b1d5e4d /DOCS/interface-changes.rst
parent871f7a152a3f0b3561a627d21f7417d10ac9c25c (diff)
downloadmpv-2ad96079e99b33e24c912f9b2f5129c1309abede.tar.bz2
mpv-2ad96079e99b33e24c912f9b2f5129c1309abede.tar.xz
player: add forced choice to subs-with-matching-audio
fe875083b3d30b06ef77745f40570e8f63afec2 confused things a bit and made --no-subs-with-matching-audio actually mean what it says: no subtitles if the languages match. However, the option actually meant no non-forced subtitles not no subtitles at all. This isn't really intuitive so instead of changing the behavior back to the old way (we already have a release since then), add a third option "forced" which is equivalent to the old meaning of --no-subs-with-matching audio. Fixes #13151.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index d3a48804fe..3ee6d4c2e1 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -37,6 +37,7 @@ Interface changes
- rename key `MP_KEY_BACK` to `MP_KEY_GO_BACK`
- add `--sub-filter-sdh-enclosures` option
- added the `mp.input` scripting API to query the user for textual input
+ - add `forced` choice to `subs-with-matching-audio`
--- mpv 0.37.0 ---
- `--save-position-on-quit` and its associated commands now store state files
in %LOCALAPPDATA% instead of %APPDATA% directory by default on Windows.