summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/input.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en/input.rst')
-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``.