summaryrefslogtreecommitdiffstats
path: root/DOCS/man/osc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/osc.rst')
-rw-r--r--DOCS/man/osc.rst35
1 files changed, 28 insertions, 7 deletions
diff --git a/DOCS/man/osc.rst b/DOCS/man/osc.rst
index eabc230253..c375c3075d 100644
--- a/DOCS/man/osc.rst
+++ b/DOCS/man/osc.rst
@@ -43,7 +43,8 @@ pl next
============= ================================================
title
- | Displays current media-title, filename, or custom title
+ | Displays current media-title, filename, custom title, or target chapter
+ name while hovering the seekbar.
============= ================================================
left-click show playlist position and length and full title
@@ -179,12 +180,12 @@ Configurable Options
``seekbarkeyframes``
Default: yes
- Controls the mode used to seek when dragging the seekbar (default: true). If
- set to true, default seeking mode is used (usually keyframes, but player
- defaults and heuristics can change it to exact). If set to false, exact
- seeking on mouse drags will be used instead. Keyframes are preferred, but
- exact seeks may be useful in cases where keyframes cannot be found. Note
- that using exact seeks can potentially make mouse dragging much slower.
+ Controls the mode used to seek when dragging the seekbar. If set to ``yes``,
+ default seeking mode is used (usually keyframes, but player defaults and
+ heuristics can change it to exact). If set to ``no``, exact seeking on
+ mouse drags will be used instead. Keyframes are preferred, but exact seeks
+ may be useful in cases where keyframes cannot be found. Note that using
+ exact seeks can potentially make mouse dragging much slower.
``seekrangestyle``
Default: inverted
@@ -375,6 +376,26 @@ Configurable Options
Set to ``yes`` to reduce festivity (i.e. disable santa hat in December.)
+``livemarkers``
+ Default: yes
+
+ Update chapter markers positions on duration changes, e.g. live streams.
+ The updates are unoptimized - consider disabling it on very low-end systems.
+
+``chapters_osd``, ``playlist_osd``
+ Default: yes
+
+ Whether to display the chapters/playlist at the OSD when left-clicking the
+ next/previous OSC buttons, respectively.
+
+``chapter_fmt``
+ Default: ``Chapter: %s``
+
+ Template for the chapter-name display when hovering the seekbar.
+ Use ``no`` to disable chapter display on hover. Otherwise it's a lua
+ ``string.format`` template and ``%s`` is replaced with the actual name.
+
+
Script Commands
~~~~~~~~~~~~~~~