@@ -11339,7 +11339,7 @@ <h2>List of Input Commands</h2>
1133911339Don't add those to the actual command. Optional arguments are enclosed in
1134011340<tt class="docutils literal">[</tt> / <tt class="docutils literal">]</tt>. If you don't pass them, they will be set to a default value.</p>
1134111341<p>Remember to quote string arguments in input.conf (see <a class="reference internal" href="#flat-command-syntax">Flat command syntax</a>).</p>
11342- <div class="section" id="id1 ">
11342+ <div class="section" id="playback-control-1 ">
1134311343<h3>Playback Control</h3>
1134411344<dl class="docutils">
1134511345<dt><tt class="docutils literal">seek <target> [<flags>]</tt></dt>
@@ -15328,7 +15328,7 @@ <h1>STATS</h1>
1532815328<p>This builtin script displays information and statistics for the currently
1532915329played file. It is enabled by default if mpv was compiled with Lua support.
1533015330It can be disabled entirely using the <tt class="docutils literal"><span class="pre">--load-stats-overlay=no</span></tt> option.</p>
15331- <div class="section" id="id2 ">
15331+ <div class="section" id="usage-1 ">
1533215332<h2>Usage</h2>
1533315333<p>The following key bindings are active by default unless something else is
1533415334already bound to them:</p>
@@ -15418,12 +15418,12 @@ <h2>Usage</h2>
1541815418</tbody>
1541915419</table>
1542015420</div>
15421- <div class="section" id="id3 ">
15421+ <div class="section" id="configuration-1 ">
1542215422<h2>Configuration</h2>
1542315423<p>This script can be customized through a config file <tt class="docutils literal"><span class="pre">script-opts/stats.conf</span></tt>
1542415424placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
1542515425option. The configuration syntax is described in <a class="reference internal" href="#mp-options-functions">mp.options functions</a>.</p>
15426- <div class="section" id="id4 ">
15426+ <div class="section" id="configurable-options-1 ">
1542715427<h3>Configurable Options</h3>
1542815428<dl class="docutils">
1542915429<dt><tt class="docutils literal">key_page_1</tt></dt>
@@ -15735,14 +15735,14 @@ <h2>Known issues</h2>
1573515735<li>The cursor keys move between Unicode code-points, not grapheme clusters</li>
1573615736</ul>
1573715737</div>
15738- <div class="section" id="id5 ">
15738+ <div class="section" id="configuration-2 ">
1573915739<h2>Configuration</h2>
1574015740<p>This script can be customized through a config file <tt class="docutils literal"><span class="pre">script-opts/console.conf</span></tt>
1574115741placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
1574215742option. The configuration syntax is described in <a class="reference internal" href="#mp-options-functions">mp.options functions</a>.</p>
1574315743<p>Key bindings can be changed in a standard way, see for example stats.lua
1574415744documentation.</p>
15745- <div class="section" id="id6 ">
15745+ <div class="section" id="configurable-options-2 ">
1574615746<h3>Configurable Options</h3>
1574715747<dl class="docutils">
1574815748<dt><tt class="docutils literal">font</tt></dt>
@@ -16759,7 +16759,7 @@ <h1>JAVASCRIPT</h1>
1675916759<p>JavaScript support in mpv is near identical to its Lua support. Use this section
1676016760as reference on differences and availability of APIs, but otherwise you should
1676116761refer to the Lua documentation for API details and general scripting in mpv.</p>
16762- <div class="section" id="id7 ">
16762+ <div class="section" id="example-1 ">
1676316763<h2>Example</h2>
1676416764<p>JavaScript code which leaves fullscreen mode when the player is paused:</p>
1676516765<pre class="literal-block">
@@ -17205,7 +17205,7 @@ <h2>Commands with named arguments</h2>
1720517205<p>Currently, only "proper" commands (as listed by <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>)
1720617206support named arguments.</p>
1720717207</div>
17208- <div class="section" id="id8 ">
17208+ <div class="section" id="commands-1 ">
1720917209<h2>Commands</h2>
1721017210<p>In addition to the commands described in <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>, a few
1721117211extra commands can also be used as part of the protocol:</p>
0 commit comments