diff options
author | wm4 <wm4@nowhere> | 2013-06-28 22:16:29 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-29 22:58:12 +0200 |
commit | a6a1f4b8336c0d18c0588922da6b786b6408209f (patch) | |
tree | 1fd7bae3a83c98a090601c824ff35a933603c3ef /DOCS | |
parent | fd7dd83e287c96f8be026cdec2c1ec74aaaa823b (diff) | |
download | mpv-a6a1f4b8336c0d18c0588922da6b786b6408209f.tar.bz2 mpv-a6a1f4b8336c0d18c0588922da6b786b6408209f.tar.xz |
command: add properties for playlist position
playlist-pos can set/get the current playlist index. playlist-count
returns the number of entries in the playlist.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/input.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index bc20a5c42e..cb5e57e7a2 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -396,9 +396,11 @@ tv-brightness x tv-contrast x tv-saturation x tv-hue x +playlist-pos current position on playlist +playlist-count number of total playlist entries +playlist playlist, current entry marked track-list list of audio/video/sub tracks, cur. entr. marked chapter-list list of chapters, current entry marked -playlist playlist, current entry marked quvi-format x see ``--quvi-format`` =========================== = ================================================== |