summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorGuido Cella <guido@guidocella.xyz>2021-06-26 17:36:06 +0200
committerDudemanguy <random342@airmail.cc>2021-07-06 15:46:45 +0000
commitb3fccf080369730e1b4d6a3435c90124a74566f7 (patch)
treed6aad65f1695fdd54f4e5e323326712e8ed6d81f /DOCS
parentd2dd4cacb804f8f95f648c6dc4b0b9481ffa9410 (diff)
downloadmpv-b3fccf080369730e1b4d6a3435c90124a74566f7.tar.bz2
mpv-b3fccf080369730e1b4d6a3435c90124a74566f7.tar.xz
player: add append-play flag to loadlist
Closes #5664.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index fcb65b7f66..6aacdb7304 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -450,6 +450,10 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
Stop playback and replace the internal playlist with the new one.
<append>
Append the new playlist at the end of the current internal playlist.
+ <append-play>
+ Append the new playlist, and if nothing is currently playing, start
+ playback. (Always starts with the new playlist, even if the internal
+ playlist was not empty before running this command.)
``playlist-clear``
Clear the playlist, except the currently played file.