From 843f5f47233956cfc03ea656c85771323bc7a1a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Jul 2014 00:20:53 +0200 Subject: command: add append-play loadfile mode "loadfile filename append-play" will now always append the file to the playlist, and if nothing is playing yet, start playback. I don't want to change the semantics of "append" mode, so a new mode is needed. Probably fixes issue #950. --- DOCS/man/input.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index b2ca61a516..cc92eaf843 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -193,6 +193,8 @@ List of Input Commands Stop playback of the current file, and play the new file immediately. Append the file to the playlist. + + Append the file, and if nothing is currently playing, start playback. 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