manpage: clarify loadfile append-play mode

Documents the behavior introduced with the previous commit.
This commit is contained in:
wm4 2014-10-28 10:18:46 +01:00
parent 650e889752
commit 0f70d0e927
1 changed files with 3 additions and 1 deletions

View File

@ -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,..``.