From b1969c0ebabac517ec2b428cd5374186e461ff10 Mon Sep 17 00:00:00 2001 From: Andrey Morozov Date: Wed, 2 Jul 2014 02:14:30 +0400 Subject: command: change cache perentage to float, add cache-free and cache-used --- DOCS/man/input.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'DOCS/man/input.rst') 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. -- cgit v1.2.3