summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-31 04:25:39 +0200
committerwm4 <wm4@nowhere>2014-07-31 04:25:39 +0200
commitc1b64cc6937327ab12fcd128bcc6b64d43572c8a (patch)
tree69b156c472440073e35701878fafa32c45f92367 /DOCS
parentb4f24544bbfdd2bec765db08f5d745fadeb4d111 (diff)
downloadmpv-c1b64cc6937327ab12fcd128bcc6b64d43572c8a.tar.bz2
mpv-c1b64cc6937327ab12fcd128bcc6b64d43572c8a.tar.xz
command: add cache-idle property
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index cc92eaf843..749f615b81 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -806,10 +806,14 @@ Property list
Don't use this when playing DVD or Bluray.
``cache-free`` (R)
- Total free cache size in KB.
+ Total free cache size in KB.
``cache-used`` (R)
- Total used cache size in KB.
+ Total used cache size in KB.
+
+``cache-idle`` (R)
+ Returns ``yes`` if the cache is idle, which means the cache is filled as
+ much as possible, and is currently not reading more data.
``paused-for-cache``
Returns ``yes`` when playback is paused because of waiting for the cache.