@@ -11339,7 +11339,7 @@ <h2>List of Input Commands</h2>
11339
11339
Don't add those to the actual command. Optional arguments are enclosed in
11340
11340
<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>
11341
11341
<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 ">
11343
11343
<h3>Playback Control</h3>
11344
11344
<dl class="docutils">
11345
11345
<dt><tt class="docutils literal">seek <target> [<flags>]</tt></dt>
@@ -15328,7 +15328,7 @@ <h1>STATS</h1>
15328
15328
<p>This builtin script displays information and statistics for the currently
15329
15329
played file. It is enabled by default if mpv was compiled with Lua support.
15330
15330
It 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 ">
15332
15332
<h2>Usage</h2>
15333
15333
<p>The following key bindings are active by default unless something else is
15334
15334
already bound to them:</p>
@@ -15418,12 +15418,12 @@ <h2>Usage</h2>
15418
15418
</tbody>
15419
15419
</table>
15420
15420
</div>
15421
- <div class="section" id="id3 ">
15421
+ <div class="section" id="configuration-1 ">
15422
15422
<h2>Configuration</h2>
15423
15423
<p>This script can be customized through a config file <tt class="docutils literal"><span class="pre">script-opts/stats.conf</span></tt>
15424
15424
placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
15425
15425
option. 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 ">
15427
15427
<h3>Configurable Options</h3>
15428
15428
<dl class="docutils">
15429
15429
<dt><tt class="docutils literal">key_page_1</tt></dt>
@@ -15735,14 +15735,14 @@ <h2>Known issues</h2>
15735
15735
<li>The cursor keys move between Unicode code-points, not grapheme clusters</li>
15736
15736
</ul>
15737
15737
</div>
15738
- <div class="section" id="id5 ">
15738
+ <div class="section" id="configuration-2 ">
15739
15739
<h2>Configuration</h2>
15740
15740
<p>This script can be customized through a config file <tt class="docutils literal"><span class="pre">script-opts/console.conf</span></tt>
15741
15741
placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
15742
15742
option. The configuration syntax is described in <a class="reference internal" href="#mp-options-functions">mp.options functions</a>.</p>
15743
15743
<p>Key bindings can be changed in a standard way, see for example stats.lua
15744
15744
documentation.</p>
15745
- <div class="section" id="id6 ">
15745
+ <div class="section" id="configurable-options-2 ">
15746
15746
<h3>Configurable Options</h3>
15747
15747
<dl class="docutils">
15748
15748
<dt><tt class="docutils literal">font</tt></dt>
@@ -16759,7 +16759,7 @@ <h1>JAVASCRIPT</h1>
16759
16759
<p>JavaScript support in mpv is near identical to its Lua support. Use this section
16760
16760
as reference on differences and availability of APIs, but otherwise you should
16761
16761
refer 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 ">
16763
16763
<h2>Example</h2>
16764
16764
<p>JavaScript code which leaves fullscreen mode when the player is paused:</p>
16765
16765
<pre class="literal-block">
@@ -17205,7 +17205,7 @@ <h2>Commands with named arguments</h2>
17205
17205
<p>Currently, only "proper" commands (as listed by <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>)
17206
17206
support named arguments.</p>
17207
17207
</div>
17208
- <div class="section" id="id8 ">
17208
+ <div class="section" id="commands-1 ">
17209
17209
<h2>Commands</h2>
17210
17210
<p>In addition to the commands described in <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>, a few
17211
17211
extra commands can also be used as part of the protocol:</p>
0 commit comments