From 1e3e7bb7f4dd87d767c519c73a0ac6e26bd19c15 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 14 Apr 2014 22:03:43 +0200 Subject: 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. --- DOCS/man/en/input.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS') 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). -- cgit v1.2.3