summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-18 12:56:22 +0200
committerwm4 <wm4@nowhere>2013-05-18 17:45:55 +0200
commit58cc0f637f13d2eeeeb3c24aed4b72fc02a4cbc7 (patch)
treebd7d8844a73d647902b72b5a1c2fd5a998e9617d /DOCS
parent3e6ec6dfa551740c4d52ede83a0cacba3ab59532 (diff)
downloadmpv-58cc0f637f13d2eeeeb3c24aed4b72fc02a4cbc7.tar.bz2
mpv-58cc0f637f13d2eeeeb3c24aed4b72fc02a4cbc7.tar.xz
input: do property expansion for all input command string arguments
Also add a "raw" prefix for commands, which prevents property expansion. The idea is that if the commands are generated by a program, it doesn't have to know whether the command expands properties or not.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 4acba49169..671e05bf05 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -289,10 +289,14 @@ osd-msg
value as text.
osd-msg-bar
Combine osd-bar and osd-msg.
+raw
+ Don't expand properties in string arguments. (Like ``"${property-name}"``.)
+expand-properties (default)
+ All string arguments are expanded like in ``--playing-msg``.
-
-All of these are still overridden by the global ``--osd-level`` settings.
+All of the osd prefixes are still overridden by the global ``--osd-level``
+settings.
Undocumented prefixes: pausing, pausing_keep, pausing_toggle,
pausing_keep_force. (Should these be made official?)