summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-24 23:59:51 +0100
committerwm4 <wm4@nowhere>2014-02-25 00:00:46 +0100
commit36bc6e04ea395a9859e35dbd3f915eea33a67aa2 (patch)
treed613490ad987e11bebf2e27fc91fc63894b51b3d
parentaf6305b88a7a79ae221cae810b3547d463789135 (diff)
downloadmpv-36bc6e04ea395a9859e35dbd3f915eea33a67aa2.tar.bz2
mpv-36bc6e04ea395a9859e35dbd3f915eea33a67aa2.tar.xz
manpage: document the new loadfile argument
I forgot about this.
-rw-r--r--DOCS/man/en/input.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index a98bc4a28a..62990af372 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -172,7 +172,7 @@ List of Input Commands
force
Terminate playback if the first file is being played.
-``loadfile "<file>" [replace|append]``
+``loadfile "<file>" [replace|append [options]]``
Load the given file and play it.
Second argument:
@@ -182,6 +182,11 @@ List of Input Commands
<append>
Append the file to the playlist.
+ 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,..``.
+ Not all options can be changed this way. Some options require a restart
+ of the player.
+
``loadlist "<playlist>" [replace|append]``
Load the given playlist file (like ``--playlist``).