summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-07 22:07:07 +0200
committerwm4 <wm4@nowhere>2014-10-07 22:13:36 +0200
commit3cbd79b35b6c17ea35f23ae8820a22778e507b71 (patch)
tree6e8e9506ef64eb2a4044f4e44b5104db9572ea7f /DOCS
parent5feec17ca8ef7c0959b8a0cc17b7937c44a29378 (diff)
downloadmpv-3cbd79b35b6c17ea35f23ae8820a22778e507b71.tar.bz2
mpv-3cbd79b35b6c17ea35f23ae8820a22778e507b71.tar.xz
command: add cache-buffering-state property
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 89be9dcaec..301d779850 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -869,6 +869,10 @@ Property list
``paused-for-cache``
Returns ``yes`` when playback is paused because of waiting for the cache.
+``cache-buffering-state``
+ Return the percentage (0-100) of the cache fill status until the player
+ will unpause (related to ``paused-for-cache``).
+
``eof-reached``
Returns ``yes`` if end of playback was reached, ``no`` otherwise. Note
that this is usually interesting only if ``--keep-open`` is enabled,