summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-25 23:36:01 +0200
committerwm4 <wm4@nowhere>2013-07-26 00:19:15 +0200
commitd1d6db25c0e68338b79735016e6079335ffea12b (patch)
treee079dda71df21e5237c71e9d58d5413a5f959585 /DOCS
parentad1641c0dab6cdd7bac52d261bcc03d81d14cc21 (diff)
downloadmpv-d1d6db25c0e68338b79735016e6079335ffea12b.tar.bz2
mpv-d1d6db25c0e68338b79735016e6079335ffea12b.tar.xz
command: add pseudo-property that allows you to read global options
The "options" pseudo-property allows reading global like this: show_text ${options/name} Where "name" maps to the option "--name". This allows retrieving option values that are not properties. Write-access is not possible: this is reserved for normal properties. Note: it is possible that we'll change this again, and don't require the "options/" prefix to access options.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 804d37d976..9a7c9fc4a1 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -469,6 +469,7 @@ Name W Comment
``track-list`` list of audio/video/sub tracks, cur. entr. marked
``chapter-list`` list of chapters, current entry marked
``quvi-format`` x see ``--quvi-format``
+``options/name`` read-only access to value of option ``--name``
=============================== = ==================================================
Property Expansion