diff options
author | wm4 <wm4@nowhere> | 2014-12-10 14:42:57 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-12-10 14:42:57 +0100 |
commit | c6dc0c6d99593a809803b1bf4bcc183b084f9b79 (patch) | |
tree | 1a5bac3b687a73e479a4b17bbdcd73de848db59d /DOCS | |
parent | 10a2f69347b3e2889435eeae7e427ab029555e31 (diff) |
command: add "idle" property
Yes, it's redundant with events.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/input.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index b3a27b50f7..fc0640553b 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -894,6 +894,10 @@ Property list ``pause`` (RW) Pause status. This is usually ``yes`` or ``no``. See ``--pause``. +``idle`` + Return ``yes`` if no file is loaded, but the player is staying around + because of the ``--idle`` option. + ``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 |