summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-19 16:32:54 +0100
committerwm4 <wm4@nowhere>2014-02-19 16:32:54 +0100
commitf6ed2468264931869d46f6905beaeb92ce9cf7e8 (patch)
treedb89ff64b34a0a341a35499c75597d1ec7f0f73b /DOCS
parentbda0e7da1376d5d190e972af794dd76bf83e56fe (diff)
downloadmpv-f6ed2468264931869d46f6905beaeb92ce9cf7e8.tar.bz2
mpv-f6ed2468264931869d46f6905beaeb92ce9cf7e8.tar.xz
manpage: input: clarify chapter-metadata property
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index a004333a58..dc31ea081e 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -671,8 +671,14 @@ an option at runtime.
welcome how exactly this property should work.
``chapter-metadata``
- Metadata of current chapter. Works similar to ``metadata`` property. This
- also allows referring to a key directly.
+ Metadata of current chapter. Works similar to ``metadata`` property. IT
+ also allows the same access methods (using sub-properties).
+
+ Per-chapter metadata is very rare. Usually, only the chapter name
+ (``title``) is set.
+
+ For accessing other information, like chapter start, see the
+ ``chapter-list`` property.
``pause`` (RW)
Pause status. This is usually ``yes`` or ``no``. See ``--pause``.