summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-23 00:20:53 +0200
committerwm4 <wm4@nowhere>2014-07-23 00:20:53 +0200
commit843f5f47233956cfc03ea656c85771323bc7a1a2 (patch)
treeda64a5bd0013eb97a45c0341faebfbec0addcbd7 /DOCS
parent10debffc06d3a4ce923ac1062931f0afdf729824 (diff)
downloadmpv-843f5f47233956cfc03ea656c85771323bc7a1a2.tar.bz2
mpv-843f5f47233956cfc03ea656c85771323bc7a1a2.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 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>
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,..``.