From 58cc0f637f13d2eeeeb3c24aed4b72fc02a4cbc7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 18 May 2013 12:56:22 +0200 Subject: 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. --- DOCS/man/en/input.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'DOCS') 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?) -- cgit v1.2.3