From 60b900487257a3435df02c2b2ce54551c59e4311 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 14 Apr 2014 22:19:07 +0200 Subject: command: add property to indicate when pausing due to --keep-open This property is set to "yes" if playback was paused due to --keep-open. The change notification might not always be perfect; maybe that should be improved. --- DOCS/man/en/input.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man/en') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 6b3caa1ec0..d7af45cb61 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -777,6 +777,13 @@ Property list ``paused-for-cache`` Returns ``yes`` when playback is paused because of waiting for the cache. +``eof-reached`` + Returns ``yes`` if end of playback was reached, ``no`` otherwise. Note + that this is usually interesting only if ``--keep-open`` is enabled, + since otherwise the player will immediately play the next file (or exit + or enter idle mode), and in these cases the ``eof-reached`` property will + logically be cleared immediately after it's set. + ``pts-association-mode`` (RW) See ``--pts-association-mode``. -- cgit v1.2.3