Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d562a9

Browse files
author
nadeko
committed
CI autodeploy
1 parent cdecf22 commit 5d562a9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

‎manual/master/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11339,7 +11339,7 @@ <h2>List of Input Commands</h2>
1133911339
Don'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 &lt;target&gt; [&lt;flags&gt;]</tt></dt>
@@ -15328,7 +15328,7 @@ <h1>STATS</h1>
1532815328
<p>This builtin script displays information and statistics for the currently
1532915329
played file. It is enabled by default if mpv was compiled with Lua support.
1533015330
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">
1533215332
<h2>Usage</h2>
1533315333
<p>The following key bindings are active by default unless something else is
1533415334
already 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>
1542415424
placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
1542515425
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">
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>
1574115741
placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
1574215742
option. 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
1574415744
documentation.</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
1676016760
as reference on differences and availability of APIs, but otherwise you should
1676116761
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">
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 &quot;proper&quot; commands (as listed by <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>)
1720617206
support 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
1721117211
extra commands can also be used as part of the protocol:</p>

‎manual/stable/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14924,7 +14924,7 @@ <h1>STATS</h1>
1492414924
<p>This builtin script displays information and statistics for the currently
1492514925
played file. It is enabled by default if mpv was compiled with Lua support.
1492614926
It can be disabled entirely using the <tt class="docutils literal"><span class="pre">--load-stats-overlay=no</span></tt> option.</p>
14927-
<div class="section" id="id1">
14927+
<div class="section" id="usage-1">
1492814928
<h2>Usage</h2>
1492914929
<p>The following key bindings are active by default unless something else is
1493014930
already bound to them:</p>
@@ -14989,12 +14989,12 @@ <h2>Usage</h2>
1498914989
<p>Page 4 also binds <tt class="docutils literal">/</tt> to search for input bindings by typing part of a binding
1499014990
or command.</p>
1499114991
</div>
14992-
<div class="section" id="id2">
14992+
<div class="section" id="configuration-1">
1499314993
<h2>Configuration</h2>
1499414994
<p>This script can be customized through a config file <tt class="docutils literal"><span class="pre">script-opts/stats.conf</span></tt>
1499514995
placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
1499614996
option. The configuration syntax is described in <a class="reference internal" href="#mp-options-functions">mp.options functions</a>.</p>
14997-
<div class="section" id="id3">
14997+
<div class="section" id="configurable-options-1">
1499814998
<h3>Configurable Options</h3>
1499914999
<dl class="docutils">
1500015000
<dt><tt class="docutils literal">key_page_1</tt></dt>
@@ -15301,14 +15301,14 @@ <h2>Known issues</h2>
1530115301
<li>The cursor keys move between Unicode code-points, not grapheme clusters</li>
1530215302
</ul>
1530315303
</div>
15304-
<div class="section" id="id4">
15304+
<div class="section" id="configuration-2">
1530515305
<h2>Configuration</h2>
1530615306
<p>This script can be customized through a config file <tt class="docutils literal"><span class="pre">script-opts/console.conf</span></tt>
1530715307
placed in mpv's user directory and through the <tt class="docutils literal"><span class="pre">--script-opts</span></tt> command-line
1530815308
option. The configuration syntax is described in <a class="reference internal" href="#mp-options-functions">mp.options functions</a>.</p>
1530915309
<p>Key bindings can be changed in a standard way, see for example stats.lua
1531015310
documentation.</p>
15311-
<div class="section" id="id5">
15311+
<div class="section" id="configurable-options-2">
1531215312
<h3>Configurable Options</h3>
1531315313
<dl class="docutils">
1531415314
<dt><tt class="docutils literal">font</tt></dt>
@@ -16282,7 +16282,7 @@ <h1>JAVASCRIPT</h1>
1628216282
<p>JavaScript support in mpv is near identical to its Lua support. Use this section
1628316283
as reference on differences and availability of APIs, but otherwise you should
1628416284
refer to the Lua documentation for API details and general scripting in mpv.</p>
16285-
<div class="section" id="id6">
16285+
<div class="section" id="example-1">
1628616286
<h2>Example</h2>
1628716287
<p>JavaScript code which leaves fullscreen mode when the player is paused:</p>
1628816288
<pre class="literal-block">
@@ -16730,7 +16730,7 @@ <h2>Commands with named arguments</h2>
1673016730
<p>Currently, only &quot;proper&quot; commands (as listed by <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>)
1673116731
support named arguments.</p>
1673216732
</div>
16733-
<div class="section" id="id7">
16733+
<div class="section" id="commands-1">
1673416734
<h2>Commands</h2>
1673516735
<p>In addition to the commands described in <a class="reference internal" href="#list-of-input-commands">List of Input Commands</a>, a few
1673616736
extra commands can also be used as part of the protocol:</p>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /