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 572844d

Browse files
author
nadeko
committed
travis autodeploy cf0faf1f49052636e0d633371ab72e92f7a974f2...f34afa4d91e3ed6691876478855b806a260463af
1 parent 70442c6 commit 572844d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎manual/master/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,8 @@ <h2>Escaping spaces and other special characters</h2>
352352
<p>Or in a script:</p>
353353
<p class="last"><tt class="docutils literal">mpv <span class="pre">--vf=foo:option1=%`expr</span> length <span class="pre">&quot;$NAME&quot;`%&quot;$NAME&quot;</span> test.avi</tt></p>
354354
</div>
355+
<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>
355357
<p>Suboptions passed to the client API are also subject to escaping. Using
356358
<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
357359
command line (but without shell processing of the string). Some options
@@ -516,7 +518,7 @@ <h3>String list and path list options</h3>
516518
</thead>
517519
<tbody valign="top">
518520
<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>
520522
</tr>
521523
<tr><td>-append</td>
522524
<td>Append single item (does not interpret escapes)</td>

0 commit comments

Comments
(0)

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