summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-21 13:32:30 +0200
committerwm4 <wm4@nowhere>2014-10-21 13:38:41 +0200
commit0fa9e2bff0a40e077bc05dd3be70ce12ddaf6317 (patch)
tree9792434b9c01c02ab63b71408bde892a22042262 /DOCS/man/input.rst
parentcdbc865ad09531f733e95eb3e6a18b273910e0e7 (diff)
downloadmpv-0fa9e2bff0a40e077bc05dd3be70ce12ddaf6317.tar.bz2
mpv-0fa9e2bff0a40e077bc05dd3be70ce12ddaf6317.tar.xz
command: add playback-abort property
Now this is obscure.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 074c98abea..fdad8e29a2 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1334,6 +1334,11 @@ Property list
``seekable``
Return whether it's generally possible to seek in the current file.
+``playback-abort``
+ Return whether playback is stopped or is to be stopped. (Useful in obscure
+ situations like during ``on_load`` hook processing, when the user can
+ stop playback, but the script has to explicitly end processing.)
+
``osd-sym-cc``
Inserts the current OSD symbol as opaque OSD control code (cc). This makes
sense only with the ``show_text`` command or options which set OSD messages.