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>Note: where applicable with JSON-IPC, <tt class="docutils literal">%n%</tt> is the length in UTF-8 bytes,
356
+
after decoding the JSON data.</p>
355
357
<p>Suboptions passed to the client API are also subject to escaping. Using
356
358
<tt class="docutils literal">mpv_set_option_string()</tt> is exactly like passing <tt class="docutils literal"><span class="pre">--name=data</span></tt> to the
357
359
command line (but without shell processing of the string). Some options
@@ -516,7 +518,7 @@ <h3>String list and path list options</h3>
516
518
</thead>
517
519
<tbody valign="top">
518
520
<tr><td>-set</td>
519
-
<td>Set a list of items (using the list separator, interprets escapes)</td>
521
+
<td>Set a list of items (using the list separator, escaped with backslash)</td>
520
522
</tr>
521
523
<tr><td>-append</td>
522
524
<td>Append single item (does not interpret escapes)</td>
0 commit comments