summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-11 02:24:13 +0200
committerwm4 <wm4@nowhere>2012-10-12 10:13:43 +0200
commit32fe890cc1f9c90699fb9cd9eb5f42e597d9665a (patch)
tree4e6ee9cc47cb8d42f41579809db10d520208561f /DOCS/man
parentc9df2c8bd83b31375a79ab2bc4f854a53ff019c1 (diff)
downloadmpv-32fe890cc1f9c90699fb9cd9eb5f42e597d9665a.tar.bz2
mpv-32fe890cc1f9c90699fb9cd9eb5f42e597d9665a.tar.xz
commands: add print_text input command to print text on the terminal
In theory, this could take over the role of the get_property slave command, and is more general.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 9a4e4dcc93..db16697bd7 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -160,6 +160,10 @@ osd [<level>]
Toggle OSD level. If <level> is specified, set the OSD mode
(see ``--osd-level`` for valid values).
+print_text "<string>"
+ Print text to stdout. The string can contain properties, which are expanded
+ like in ``--playing-msg``.
+
show_text "<string>" [<duration>] [<level>]
Show text on the OSD. The string can contain properties, which are expanded
like in ``--playing-msg``. This can be used to show playback time, filename,