summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-08 00:13:27 +0200
committerwm4 <wm4@nowhere>2014-08-08 00:16:20 +0200
commitfa682af6ee1f545eaee2127096121848dd20abbf (patch)
tree5fa0531b27529ee5810756d9bd94d61bd0577087 /DOCS
parent5f042864f5f0a0d0b785bbede81f4628ba478c87 (diff)
downloadmpv-fa682af6ee1f545eaee2127096121848dd20abbf.tar.bz2
mpv-fa682af6ee1f545eaee2127096121848dd20abbf.tar.xz
command: add a "seeking" property
The client API exports this state via events already, but maybe it's better to explicitly provide this property in order to facilitate use on OSD and similar cases.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index dd20d825fc..c33537c115 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -830,6 +830,12 @@ Property list
or enter idle mode), and in these cases the ``eof-reached`` property will
logically be cleared immediately after it's set.
+``seeking``
+ Returns ``yes`` if the player is currently seeking, or otherwise trying
+ to restart playback. (It's possible that it returns ``yes`` while a file
+ is loaded, or when switching ordered chapter segments. This is because
+ the same underlying code is used for seeking and resyncing.)
+
``pts-association-mode`` (RW)
See ``--pts-association-mode``.