Skip to content

Commit 38a6b16

Browse files
author
nadeko
committed
CI autodeploy
1 parent 791403c commit 38a6b16

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

manual/master/index.html

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3370,9 +3370,9 @@ <h2>Audio</h2>
33703370
decoder is used. Finally, it tries all other decoders that are not
33713371
explicitly selected or rejected by the option.</p>
33723372
<p><tt class="docutils literal">-</tt> at the end of the list suppresses fallback on other available
3373-
decoders not on the <tt class="docutils literal"><span class="pre">--ad</span></tt> list. <tt class="docutils literal">+</tt> in front of an entry forces the
3374-
decoder. Both of these should not normally be used, because they break
3375-
normal decoder auto-selection! Both of these methods are deprecated.</p>
3373+
decoders not on the <tt class="docutils literal"><span class="pre">--ad</span></tt> list. This should not normally be used,
3374+
because they break normal decoder auto-selection! The <tt class="docutils literal">-</tt> mode is
3375+
deprecated.</p>
33763376
<div class="admonition admonition-examples">
33773377
<p class="first admonition-title">Examples</p>
33783378
<dl class="last docutils">
@@ -15303,6 +15303,11 @@ <h3>Configurable Options</h3>
1530315303
<dd><p class="first">Default: auto (auto hide/show on mouse move)</p>
1530415304
<p class="last">Also supports <tt class="docutils literal">never</tt> and <tt class="docutils literal">always</tt></p>
1530515305
</dd>
15306+
<dt><tt class="docutils literal">visibility_modes</tt></dt>
15307+
<dd><p class="first">Default: never_auto_always</p>
15308+
<p class="last">The list of visibility modes to cycle through when calling the
15309+
osc-visibility cycle script message. Modes are separated by <tt class="docutils literal">_</tt>.</p>
15310+
</dd>
1530615311
<dt><tt class="docutils literal">boxmaxchars</tt></dt>
1530715312
<dd><p class="first">Default: 80</p>
1530815313
<p class="last">Max chars for the osc title at the box layout. mpv does not measure the
@@ -15490,7 +15495,8 @@ <h3>Script Commands</h3>
1549015495
<dl class="docutils">
1549115496
<dt><tt class="docutils literal"><span class="pre">osc-visibility</span></tt></dt>
1549215497
<dd>Controls visibility mode <tt class="docutils literal">never</tt> / <tt class="docutils literal">auto</tt> (on mouse move) / <tt class="docutils literal">always</tt>
15493-
and also <tt class="docutils literal">cycle</tt> to cycle between the modes.</dd>
15498+
and also <tt class="docutils literal">cycle</tt> to cycle between the modes. If a second argument is
15499+
passed (any value), then the output on the OSD will be silenced.</dd>
1549415500
<dt><tt class="docutils literal"><span class="pre">osc-show</span></tt></dt>
1549515501
<dd>Triggers the OSC to show up, just as if user moved mouse.</dd>
1549615502
<dt><tt class="docutils literal"><span class="pre">osc-hide</span></tt></dt>
@@ -15506,7 +15512,8 @@ <h3>Script Commands</h3>
1550615512
<dl class="docutils">
1550715513
<dt><tt class="docutils literal"><span class="pre">osc-idlescreen</span></tt></dt>
1550815514
<dd>Controls the visibility of the mpv logo on idle. Valid arguments are <tt class="docutils literal">yes</tt>,
15509-
<tt class="docutils literal">no</tt>, and <tt class="docutils literal">cycle</tt> to toggle between yes and no.</dd>
15515+
<tt class="docutils literal">no</tt>, and <tt class="docutils literal">cycle</tt> to toggle between yes and no. If a second argument is
15516+
passed (any value), then the output on the OSD will be silenced.</dd>
1551015517
</dl>
1551115518
</div>
1551215519
</div>

0 commit comments

Comments
 (0)