@@ -7993,9 +7993,7 @@ <h1>AUDIO OUTPUT DRIVERS</h1>
7993
7993
values are better for lower CPU usage. Default: 8192.</dd>
7994
7994
<dt><tt class="docutils literal"><span class="pre">--openal-direct-channels=<yes|no></span></tt></dt>
7995
7995
<dd>Enable OpenAL Soft's direct channel extension when available to avoid
7996
- tinting the sound with ambisonics or HRTF.
7997
- Channels are dropped when when they are not available as downmixing
7998
- will be disabled. Default: no.</dd>
7996
+ tinting the sound with ambisonics or HRTF. Default: yes.</dd>
7999
7997
</dl>
8000
7998
</dd>
8001
7999
<dt><tt class="docutils literal">pulse</tt></dt>
@@ -13474,6 +13472,17 @@ <h3>Configurable Options</h3>
13474
13472
<p class="last">Update chapter markers positions on duration changes, e.g. live streams.
13475
13473
The updates are unoptimized - consider disabling it on very low-end systems.</p>
13476
13474
</dd>
13475
+ <dt><tt class="docutils literal">chapters_osd</tt>, <tt class="docutils literal">playlist_osd</tt></dt>
13476
+ <dd><p class="first">Default: yes</p>
13477
+ <p class="last">Whether to display the chapters/playlist at the OSD when left-clicking the
13478
+ next/previous OSC buttons, respectively.</p>
13479
+ </dd>
13480
+ <dt><tt class="docutils literal">chapter_fmt</tt></dt>
13481
+ <dd><p class="first">Default: <tt class="docutils literal">Chapter: %s</tt></p>
13482
+ <p class="last">Template for the chapter-name display when hovering the seekbar.
13483
+ Use <tt class="docutils literal">no</tt> to disable chapter display on hover. Otherwise it's a lua
13484
+ <tt class="docutils literal">string.format</tt> template and <tt class="docutils literal">%s</tt> is replaced with the actual name.</p>
13485
+ </dd>
13477
13486
</dl>
13478
13487
</div>
13479
13488
<div class="section" id="script-commands">
0 commit comments