From 9b9475e21809fbb4736b4290c2648900d9c49e2e Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 28 Aug 2023 20:15:49 -0500 Subject: 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. --- DOCS/interface-changes.rst | 1 + DOCS/man/options.rst | 2 +- DOCS/mplayer-changes.rst | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'DOCS') 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=`` +``--sub-forced-events-only=`` 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) -- cgit v1.2.3