You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>String lists are separated by <tt class="docutils literal">,</tt>. The strings are not parsed or interpreted
520
-
by the option system itself. However, most</p>
521
-
<p>Path or file list options use <tt class="docutils literal">:</tt> (Unix) or <tt class="docutils literal">;</tt> (Windows) as separator,
522
-
instead of <tt class="docutils literal">,</tt>.</p>
520
+
by the option system itself. However, most path or file list options use <tt class="docutils literal">:</tt>
521
+
(Unix) or <tt class="docutils literal">;</tt> (Windows) as separator, instead of <tt class="docutils literal">,</tt>.</p>
523
522
<p>They support the following operations:</p>
524
523
<table border="1" class="docutils">
525
524
<colgroup>
@@ -595,7 +594,7 @@ <h3>Key/value list options</h3>
595
594
<p>Keys are unique within the list. If an already present key is set, the existing
596
595
key is removed before the new value is appended.</p>
597
596
<p>If you want to pass a value without interpreting it for escapes or <tt class="docutils literal">,</tt>, it is
598
-
recommended to use the <tt class="docutils literal"><span class="pre">-add</span></tt> variant. When using libmpv, prefer using
597
+
recommended to use the <tt class="docutils literal"><span class="pre">-append</span></tt> variant. When using libmpv, prefer using
599
598
<tt class="docutils literal">MPV_FORMAT_NODE_MAP</tt>; when using a scripting backend or the JSON IPC, use an
600
599
appropriate structured data type.</p>
601
600
<p>Prior to mpv 0.33, <tt class="docutils literal">:</tt> was also recognized as separator by <tt class="docutils literal"><span class="pre">-set</span></tt>.</p>
@@ -2086,9 +2085,6 @@ <h2>Program Behavior</h2>
2086
2085
mpv will reset the value of these options on playback start to the initial
2087
2086
value. The initial value is either the default value, or as set by the
2088
2087
config file or command line.</p>
2089
-
<p>In some cases, this might not work as expected. For example, <tt class="docutils literal"><span class="pre">--volume</span></tt>
2090
-
will only be reset if it is explicitly set in the config file or the
2091
-
command line.</p>
2092
2088
<p>The special name <tt class="docutils literal">all</tt> resets as many options as possible.</p>
2093
2089
<p>This is a string list option. See <a class="reference internal" href="#list-options">List Options</a> for details.</p>
0 commit comments