@@ -1130,7 +1130,7 @@ <h1>RESUMING PLAYBACK</h1>
1130
1130
course mpv is terminated abruptly and doesn't have the time to save (e.g. with
1131
1131
the KILL Unix signal).</p>
1132
1132
<p>mpv also stores options other than the playback position when they have been
1133
- modified after playback began, for example the volume and the fullscreen state ,
1133
+ modified after playback began, for example the volume and selected audio/subtitles ,
1134
1134
and restores their values the next time the file is played. Which options are
1135
1135
saved can be configured with the <tt class="docutils literal"><span class="pre">--watch-later-options</span></tt> option.</p>
1136
1136
<p>When playing multiple playlist entries, mpv checks if one them has a resume
@@ -2307,17 +2307,20 @@ <h2>Watch Later</h2>
2307
2307
<p>When removing options, existing watch later data won't be modified and will
2308
2308
still be applied fully, but new watch later data won't contain these
2309
2309
options.</p>
2310
+ <p>See <tt class="docutils literal"><span class="pre">--help=watch-later-options</span></tt> for the list of the properties that are
2311
+ restored by default.</p>
2310
2312
<p>This is a string list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
2311
2313
<div class="admonition admonition-examples last">
2312
2314
<p class="first admonition-title">Examples</p>
2313
2315
<ul class="last simple">
2314
- <li><tt class="docutils literal"><span class="pre">--watch-later-options-remove=fullscreen </span></tt>
2315
- The fullscreen state won't be saved to watch later files .</li>
2316
+ <li><tt class="docutils literal"><span class="pre">--watch-later-options-remove=sid </span></tt>
2317
+ The subtitle track selection will not be restored .</li>
2316
2318
<li><tt class="docutils literal"><span class="pre">--watch-later-options-remove=volume</span></tt>
2317
2319
<tt class="docutils literal"><span class="pre">--watch-later-options-remove=mute</span></tt>
2318
2320
The volume and mute state won't be saved to watch later files.</li>
2319
- <li><tt class="docutils literal"><span class="pre">--watch-later-options-clr</span></tt>
2320
- No option will be saved to watch later files.</li>
2321
+ <li><tt class="docutils literal"><span class="pre">--watch-later-options=start</span></tt>
2322
+ No option will be saved to watch later files, except the playback
2323
+ position.</li>
2321
2324
</ul>
2322
2325
</div>
2323
2326
</dd>
@@ -5351,14 +5354,7 @@ <h2>OSD</h2>
5351
5354
<dt><tt class="docutils literal"><span class="pre">--osd-italic=<yes|no></span></tt></dt>
5352
5355
<dd>Format text on italic.</dd>
5353
5356
<dt><tt class="docutils literal"><span class="pre">--osd-border-color=<color></span></tt></dt>
5354
- <dd><p class="first">See <tt class="docutils literal"><span class="pre">--sub-color</span></tt>. Color used for the OSD font border.</p>
5355
- <div class="admonition note last">
5356
- <p class="first admonition-title">Note</p>
5357
- <p class="last">ignored when <tt class="docutils literal"><span class="pre">--osd-back-color</span></tt> is
5358
- specified (or more exactly: when that option is not set to completely
5359
- transparent).</p>
5360
- </div>
5361
- </dd>
5357
+ <dd>See <tt class="docutils literal"><span class="pre">--sub-color</span></tt>. Color used for the OSD font border.</dd>
5362
5358
<dt><tt class="docutils literal"><span class="pre">--osd-border-size=<size></span></tt></dt>
5363
5359
<dd><p class="first">Size of the OSD font border in scaled pixels (see <tt class="docutils literal"><span class="pre">--sub-font-size</span></tt>
5364
5360
for details). A value of 0 disables borders.</p>
@@ -5414,7 +5410,13 @@ <h2>OSD</h2>
5414
5410
are always in actual pixels. The effect is that changing the window size
5415
5411
won't change the OSD font size.</dd>
5416
5412
<dt><tt class="docutils literal"><span class="pre">--osd-shadow-color=<color></span></tt></dt>
5417
- <dd>See <tt class="docutils literal"><span class="pre">--sub-color</span></tt>. Color used for OSD shadow.</dd>
5413
+ <dd><p class="first">See <tt class="docutils literal"><span class="pre">--sub-color</span></tt>. Color used for OSD shadow.</p>
5414
+ <div class="admonition note last">
5415
+ <p class="first admonition-title">Note</p>
5416
+ <p class="last">ignored when <tt class="docutils literal"><span class="pre">--osd-back-color</span></tt> is specified (or more exactly: when
5417
+ that option is not set to completely transparent).</p>
5418
+ </div>
5419
+ </dd>
5418
5420
<dt><tt class="docutils literal"><span class="pre">--osd-shadow-offset=<size></span></tt></dt>
5419
5421
<dd><p class="first">Displacement of the OSD shadow in scaled pixels (see
5420
5422
<tt class="docutils literal"><span class="pre">--sub-font-size</span></tt> for details). A value of 0 disables shadows.</p>
0 commit comments