mirror of https://github.com/mpv-player/mpv
Clarify loadfile/loadlist description.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16251 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
937a5d6993
commit
0b090ca4e0
|
@ -174,14 +174,12 @@ panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute>
|
|||
absolute range.
|
||||
|
||||
loadfile <file|url> <append>
|
||||
Load the given file/URL.
|
||||
If <append> is 0 or not given playback of the current file will be stopped
|
||||
and the playlist replaced. Otherwise it will only be added to the playlist.
|
||||
Load the given file/URL, stopping playback of the current file/URL.
|
||||
If <append> is nonzero it will be appended to the playlist instead.
|
||||
|
||||
loadlist <file> <append>
|
||||
Load the given playlist file.
|
||||
If <append> is 0 or not given playback of the current file will be stopped
|
||||
and the playlist replaced. Otherwise it will only be added to the playlist.
|
||||
Load the given playlist file, stopping playback of the current file.
|
||||
If <append> is nonzero it will be appended to the playlist instead.
|
||||
|
||||
change_rectangle <val1> <val2>
|
||||
Change the position of the rectangle filter rectangle.
|
||||
|
|
Loading…
Reference in New Issue