diff options
author | wm4 <wm4@nowhere> | 2014-02-15 16:55:40 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-16 03:51:02 +0100 |
commit | 98349fa910be0d9b4f36d53566dbcc93dd73cfce (patch) | |
tree | 500b0d07770bba264221280dc434800c1e31aa33 /DOCS | |
parent | e41d27c7dbc05d4df3107cdea3186e480a473210 (diff) | |
download | mpv-98349fa910be0d9b4f36d53566dbcc93dd73cfce.tar.bz2 mpv-98349fa910be0d9b4f36d53566dbcc93dd73cfce.tar.xz |
command: export chapter list as properties
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/input.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index e705763d85..43cea2fcd9 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -925,6 +925,18 @@ an option at runtime. List of chapters, current entry marked. Currently, the raw property value is useless. + This has a number of sub-properties. Replace ``N`` with the 0-based chapter + index. + + ``chapter-list/count`` + Number of chapters. + + ``chapter-list/N/title`` + Chapter title as stored in the file. Not always available. + + ``chapter-list/N/time`` + Chapter start time in seconds as float. + ``quvi-format`` (RW) See ``--quvi-format``. Cycling this property (``cycle``) will attempt to cycle through known format, although currently this feature doesn't work |