summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorAndrey Morozov <morozov.andrey.vmk@gmail.com>2014-07-02 02:14:30 +0400
committerwm4 <wm4@nowhere>2014-07-02 01:28:11 +0200
commitb1969c0ebabac517ec2b428cd5374186e461ff10 (patch)
treeede602f321aa94f5a738e1777a748427471e4190 /DOCS/man/input.rst
parent9fee8fd3b3b319908861d8f41c4342d746aecc04 (diff)
downloadmpv-b1969c0ebabac517ec2b428cd5374186e461ff10.tar.bz2
mpv-b1969c0ebabac517ec2b428cd5374186e461ff10.tar.xz
command: change cache perentage to float, add cache-free and cache-used
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index cfc05e6e68..2e0f06c252 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -794,7 +794,7 @@ Property list
pauses itself due to low network cache.
``cache``
- Network cache fill state (0-100).
+ Network cache fill state (0-100.0).
``cache-size`` (RW)
Total network cache size in KB. This is similar to ``--cache``. This allows
@@ -808,6 +808,12 @@ Property list
Don't use this when playing DVD or Bluray.
+``cache-free`` (R)
+ Total free cache size in KB.
+
+``cache-used`` (R)
+ Total used cache size in KB.
+
``paused-for-cache``
Returns ``yes`` when playback is paused because of waiting for the cache.