From 36bc6e04ea395a9859e35dbd3f915eea33a67aa2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 24 Feb 2014 23:59:51 +0100 Subject: manpage: document the new loadfile argument I forgot about this. --- DOCS/man/en/input.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'DOCS') 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 "" [replace|append]`` +``loadfile "" [replace|append [options]]`` Load the given file and play it. Second argument: @@ -182,6 +182,11 @@ List of Input Commands 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 "" [replace|append]`` Load the given playlist file (like ``--playlist``). -- cgit v1.2.3