summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-23 00:20:53 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-07-24 21:15:55 +0200
commit2d8e26bb72d8b1645f98979f2715e1a12e9d1ab5 (patch)
tree6a731586bf18ea1832b63a5e64b2411c90850eb5 /DOCS
parent7ee275095f519119bd13c3af8f35f9158741b547 (diff)
downloadmpv-2d8e26bb72d8b1645f98979f2715e1a12e9d1ab5.tar.bz2
mpv-2d8e26bb72d8b1645f98979f2715e1a12e9d1ab5.tar.xz
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.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index befa41b709..2ba463a875 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>
Append the file to the playlist.
+ <append-play>
+ 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,..``.