summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-19 00:41:12 +0100
committerwm4 <wm4@nowhere>2014-02-19 00:42:05 +0100
commit283139607c8ba020b06bee6c06b438f8f1d13ba7 (patch)
treeed995ce3058e3a609505908c2a51307c31c9c250 /DOCS
parentdc0636102cf6eab6c7fe5b0fdc022244284de093 (diff)
downloadmpv-283139607c8ba020b06bee6c06b438f8f1d13ba7.tar.bz2
mpv-283139607c8ba020b06bee6c06b438f8f1d13ba7.tar.xz
command: export list of editions as properties
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 646bad711b..c23685848d 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -619,6 +619,28 @@ an option at runtime.
``editions``
Number of MKV editions.
+``edition-list``
+ List of editions, current entry marked. Currently, the raw property value
+ is useless.
+
+ This has a number of sub-properties. Replace ``N`` with the 0-based edition
+ index.
+
+ ``edition-list/count``
+ Number of editions. If there are no editions, this can be 0 or 1 (1
+ if there's a useless dummy edition).
+
+ ``edition-list/N/id``
+ Edition ID as integer. Use this to set the ``edition`` property.
+ Currently, this is the same as the edition index.
+
+ ``edition-list/N/default``
+ ``yes`` if this is the default edition, ``no`` otherwise.
+
+ ``edition-list/N/title``
+ Edition title as stored in the file. Not always available.
+
+
``angle`` (RW)
Current DVD angle.