summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2016-10-23 22:20:08 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2016-10-24 19:03:07 +0100
commitc8e3ee494cc5ca73f54d5ae24bbf03fc3e42d15d (patch)
treea035a18fb6b98b73bd959fa5478edd8de669fd9d /DOCS
parent363982c77445e02a169d4fcbd013e2814bab90d6 (diff)
downloadmpv-c8e3ee494cc5ca73f54d5ae24bbf03fc3e42d15d.tar.bz2
mpv-c8e3ee494cc5ca73f54d5ae24bbf03fc3e42d15d.tar.xz
osc: add script message handlers for chapter/track/playlists
These can be used in input.conf for pretty formatting of lists as with shift+clicking the OSC buttons. Ex: z script-message osc-playlist Z script-message osc-chapterlist x script-message osc-tracklist
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/osc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index ce6471d014..f4e4b5b670 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -260,3 +260,7 @@ to set auto mode (the default) with ``b``::
a script-message osc-visibility never
b script-message osc-visibility auto
+``osc-playlist``, ``osc-chapterlist``, ``osc-tracklist``
+ Shows a limited view of the respective type of list using the OSC. First
+ argument is duration in seconds.
+