From 0f70d0e927e7361120a4f2b6d612c53380cd911f Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 28 Oct 2014 10:18:46 +0100 Subject: manpage: clarify loadfile append-play mode Documents the behavior introduced with the previous commit. --- DOCS/man/input.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DOCS/man') 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 "" [replace|append [options]]`` +``loadfile "" [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 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,..``. -- cgit v1.2.3