summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 23:03:39 +0100
committerwm4 <wm4@nowhere>2014-12-29 23:03:39 +0100
commit97ab40290eaf5d5f2c97a7a7c6678cdee2283e79 (patch)
treef354cef7ce2a90f110c166e810b571dc679f9778 /DOCS/man/input.rst
parent8048374a5c1eb3af80aa057dcfd20deed39447c8 (diff)
downloadmpv-97ab40290eaf5d5f2c97a7a7c6678cdee2283e79.tar.bz2
mpv-97ab40290eaf5d5f2c97a7a7c6678cdee2283e79.tar.xz
command: add filtered-metadata property
Goes in hand with the previous commit; the main purpose is to easily show on OSD what is shown on terminal.
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index eee6beaf78..aed7251aca 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -903,6 +903,10 @@ Property list
MPV_FORMAT_NODE_MAP
(key and string value for each metadata entry)
+``filtered-metadata``
+ Like ``metadata``, but includes only fields listed in the ``--display-tags``
+ option. This is the same set of tags that is printed to the terminal.
+
``chapter-metadata``
Metadata of current chapter. Works similar to ``metadata`` property. It
also allows the same access methods (using sub-properties).