From fa682af6ee1f545eaee2127096121848dd20abbf Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Aug 2014 00:13:27 +0200 Subject: 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. --- DOCS/man/input.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') 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``. -- cgit v1.2.3