diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-15 08:30:43 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-08-15 08:30:43 +0000 |
commit | 699e0cc67bf6a91419df945eb17015f95edcf2d2 (patch) | |
tree | d822178472e2eb62902980ccd3121559a527d57d /DOCS/tech | |
parent | a96150da8513c4536e3be1b9cc75c565bd482021 (diff) | |
download | mpv-699e0cc67bf6a91419df945eb17015f95edcf2d2.tar.bz2 mpv-699e0cc67bf6a91419df945eb17015f95edcf2d2.tar.xz |
loadfile/loadlist can now also add files to the playlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16228 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/slave.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/tech/slave.txt b/DOCS/tech/slave.txt index dda091a952..63d2e695eb 100644 --- a/DOCS/tech/slave.txt +++ b/DOCS/tech/slave.txt @@ -173,11 +173,15 @@ panscan <-1.0 - 1.0> | <0.0 - 1.0> <absolute> If <absolute> is != 0, then the pan-and scan range is interpreted as an absolute range. -loadfile <file|url> +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. -loadlist <file> +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. change_rectangle <val1> <val2> Change the position of the rectangle filter rectangle. |