summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-28 10:18:46 +0100
committerwm4 <wm4@nowhere>2014-10-28 10:18:46 +0100
commit0f70d0e927e7361120a4f2b6d612c53380cd911f (patch)
treed48732ed2fa28d58ed9d2cc0182c11ce22c4b4ae
parent650e88975227f3c6dc17692857c52ad9bb955bb0 (diff)
downloadmpv-0f70d0e927e7361120a4f2b6d612c53380cd911f.tar.bz2
mpv-0f70d0e927e7361120a4f2b6d612c53380cd911f.tar.xz
manpage: clarify loadfile append-play mode
Documents the behavior introduced with the previous commit.
-rw-r--r--DOCS/man/input.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index b335339590..df4bf94566 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -193,7 +193,7 @@ List of Input Commands
force
Terminate playback if the first file is being played.
-``loadfile "<file>" [replace|append [options]]``
+``loadfile "<file>" [replace|append|append-play [options]]``
Load the given file and play it.
Second argument:
@@ -204,6 +204,8 @@ List of Input Commands
Append the file to the playlist.
<append-play>
Append the file, and if nothing is currently playing, start playback.
+ (Always starts with the added file, even if the playlist was not empty
+ before running this command.)
The third argument is a list of options and values which should be set
while the file is playing. It is of the form ``opt1=value1,opt2=value2,..``.