summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-14 22:19:07 +0200
committerwm4 <wm4@nowhere>2014-04-14 22:19:07 +0200
commit60b900487257a3435df02c2b2ce54551c59e4311 (patch)
tree3e9975204ed1403e250604ea60bd5fc14b1b0abf /DOCS/man/en
parent1e3e7bb7f4dd87d767c519c73a0ac6e26bd19c15 (diff)
downloadmpv-60b900487257a3435df02c2b2ce54551c59e4311.tar.bz2
mpv-60b900487257a3435df02c2b2ce54551c59e4311.tar.xz
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.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/input.rst7
1 files changed, 7 insertions, 0 deletions
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``.