summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-14 22:03:43 +0200
committerwm4 <wm4@nowhere>2014-04-14 22:08:33 +0200
commit1e3e7bb7f4dd87d767c519c73a0ac6e26bd19c15 (patch)
treebce7f08b6d5e768aa8b20720bde6de71c16a39f1 /DOCS/man/en/input.rst
parente1f1b0c275401c96c5ce776d74aff144359e6495 (diff)
downloadmpv-1e3e7bb7f4dd87d767c519c73a0ac6e26bd19c15.tar.bz2
mpv-1e3e7bb7f4dd87d767c519c73a0ac6e26bd19c15.tar.xz
command: add a property to indicate core pause state
Currently this is (probably) equivalent to "paused-for-cache", but the latter is a bit special, while this new property is a bit more general. One case where they might actually be different is dvdnav menus, but I haven't checked. Also add property change notifications for these two properties.
Diffstat (limited to 'DOCS/man/en/input.rst')
-rw-r--r--DOCS/man/en/input.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index d6e3affcad..6b3caa1ec0 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -754,6 +754,11 @@ Property list
``pause`` (RW)
Pause status. This is usually ``yes`` or ``no``. See ``--pause``.
+``core-idle``
+ Return ``yes`` if the playback core is paused, otherwise ``no``. This can
+ be different ``pause`` in special situations, such as when the player
+ pauses itself due to low network cache.
+
``cache``
Network cache fill state (0-100).