summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-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``).