summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-08-28 20:45:38 -0500
committerDudemanguy <random342@airmail.cc>2023-08-29 16:39:00 +0000
commita062f115a1027c34c46633e1ea9f0a0951380cdd (patch)
tree5efbfedf71a11743b3e785675f190dc9e6ddc2ee /DOCS
parent9b9475e21809fbb4736b4290c2648900d9c49e2e (diff)
downloadmpv-a062f115a1027c34c46633e1ea9f0a0951380cdd.tar.bz2
mpv-a062f115a1027c34c46633e1ea9f0a0951380cdd.tar.xz
command: remove sub-forced-only-cur property
Since we no longer have the auto choice, this is always exactly equal to the value of the option (sub-forced-events-only). Remove the property and alias it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/input.rst3
2 files changed, 1 insertions, 3 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 6b00329bc2..d5d350ee86 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -50,6 +50,7 @@ Interface changes
- remove `auto` choice from `--sub-forced-only`
- remove `auto-forced-only` property
- rename `--sub-forced-only` to `--sub-forced-events-only`
+ - remove `sub-forced-only-cur` property (`--sub-forced-events-only` is a replacement)
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 07beb67717..d909066ace 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2720,9 +2720,6 @@ Property list
``secondary-sub-end``
Same as ``sub-end``, but for the secondary subtitles.
-``sub-forced-only-cur``
- Read-only - whether the current subtitle track is being shown in forced-only mode.
-
``playlist-pos`` (RW)
Current position on playlist. The first entry is on position 0. Writing to
this property may start playback at the new position.