summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-08-25 23:38:57 -0500
committerDudemanguy <random342@airmail.cc>2023-08-28 18:43:46 +0000
commit165f9e061f79e95a6297cf79e8cf5f2d42b71b4c (patch)
tree9e9e34d22b2913a8861eef1dccb565a57d828f74 /DOCS/man/options.rst
parent58ec0630f545705f0300805a43ee24aa0dcb59d6 (diff)
downloadmpv-165f9e061f79e95a6297cf79e8cf5f2d42b71b4c.tar.bz2
mpv-165f9e061f79e95a6297cf79e8cf5f2d42b71b4c.tar.xz
player: add always to --subs-fallback-forced
In general, forced tracks should only be shown if they match the language of the audio. However some people do want them no matter what, so add an always option to this so such tracks are always selected.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b4e9a2b8d3..cf0dcdc5ee 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -150,9 +150,11 @@ Track Selection
select a full track even if it doesn't match your preferred subtitle language (default: default).
Setting this to `default` means that only streams flagged as `default` will be selected.
-``--subs-fallback-forced=<yes|no>``
+``--subs-fallback-forced=<yes|no|always>``
When autoselecting a subtitle track, if no tracks match your preferred languages,
select a forced track that matches the language of the selected audio track (default: yes).
+ `always` will always select a forced track if possible, regardles if the language matches the
+ selected audio track or not.
Playback Control