manpage: document the new loadfile argument

I forgot about this.
This commit is contained in:
wm4 2014-02-24 23:59:51 +01:00
parent af6305b88a
commit 36bc6e04ea
1 changed files with 6 additions and 1 deletions

View File

@ -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``).