summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2017-03-26 20:29:10 +0300
committerwm4 <wm4@nowhere>2017-03-26 19:58:51 +0200
commitafbd657bb8e955accf8022c96e867973c1fb0a41 (patch)
tree5a69d480206715caf730263a384916fac5367582 /DOCS
parent6573b73462e336da0daca845ba4df02782afc2b6 (diff)
downloadmpv-afbd657bb8e955accf8022c96e867973c1fb0a41.tar.bz2
mpv-afbd657bb8e955accf8022c96e867973c1fb0a41.tar.xz
command: add expand-text command to property-expand a string
Diffstat (limited to 'DOCS')
-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 984b8db7d6..7dded1cca1 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -357,6 +357,11 @@ List of Input Commands
<level>
The minimum OSD level to show the text at (see ``--osd-level``).
+``expand-text "<string>"``
+ Property-expand the argument and return the expanded string. This can be
+ used only through the client API or from a script using
+ ``mp.command_native``. (see `Property Expansion`_).
+
``show-progress``
Show the progress bar, the elapsed time and the total duration of the file
on the OSD.