[MPlayer-cvslog] CVS: main/DOCS/tech slave.txt,1.40,1.41

Reimar Döffinger CVS syncmail at mplayerhq.hu
Mon Aug 15 10:30:45 CEST 2005


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var2/tmp/cvs-serv31559/DOCS/tech

Modified Files:
	slave.txt 
Log Message:
loadfile/loadlist can now also add files to the playlist


Index: slave.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/slave.txt,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- slave.txt	13 Jul 2005 00:34:37 -0000	1.40
+++ slave.txt	15 Aug 2005 08:30:43 -0000	1.41
@@ -173,11 +173,15 @@
     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.




More information about the MPlayer-cvslog mailing list