mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
manpage: document the new loadfile argument
I forgot about this.
This commit is contained in:
parent
af6305b88a
commit
36bc6e04ea
@ -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``).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user