summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-08-28 20:15:49 -0500
committerDudemanguy <random342@airmail.cc>2023-08-29 16:39:00 +0000
commit9b9475e21809fbb4736b4290c2648900d9c49e2e (patch)
treebd9e81023fdaae695e3b56db6e2a9112f5ed95ff /DOCS
parent4009e99b9c8a875e244c908b1f5721bf255966ea (diff)
downloadmpv-9b9475e21809fbb4736b4290c2648900d9c49e2e.tar.bz2
mpv-9b9475e21809fbb4736b4290c2648900d9c49e2e.tar.xz
player: rename --sub-forced-only to --sub-forced-events-only
The old name is pretty bad and users mistakenly think it has something to do with selecting forced subtitles (that would be --subs-fallback-forced). Instead of giving it such a generic name, make it clearer that this has to do specifically with forced sub events which is only relevant for a small minority of subtitles.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst2
-rw-r--r--DOCS/mplayer-changes.rst2
3 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 0fa85796a7..6b00329bc2 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -49,6 +49,7 @@ Interface changes
- add `always` option to `--subs-fallback-forced`
- remove `auto` choice from `--sub-forced-only`
- remove `auto-forced-only` property
+ - rename `--sub-forced-only` to `--sub-forced-events-only`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index de9e92a778..3e3437a394 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2621,7 +2621,7 @@ Subtitles
subtitles (if the difference is smaller than 210 ms, the gap or overlap
is removed).
-``--sub-forced-only=<yes|no>``
+``--sub-forced-events-only=<yes|no>``
Enabling this displays only forced events within subtitle streams. Only
some bitmap subtitle formats (such as DVD or PGS) are capable of having a
mixture of forced and unforced events within the stream. Enabling this on
diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst
index ad5211a07f..f681ca4729 100644
--- a/DOCS/mplayer-changes.rst
+++ b/DOCS/mplayer-changes.rst
@@ -229,7 +229,7 @@ Command Line Switches
``-endpos`` ``--length``
``-fixed-vo`` (removed; always the default)
``-font`` ``--osd-font``
- ``-forcedsubsonly`` ``--sub-forced-only``
+ ``-forcedsubsonly`` ``--sub-forced-events-only``
``-forceidx`` ``--index``
``-format`` ``--audio-format``
``-fsmode-dontuse`` (removed)