Update of /cvsroot/toxine/toxine
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12749
Modified Files:
README
Log Message:
fix script example
Index: README
===================================================================
RCS file: /cvsroot/toxine/toxine/README,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- README 6 May 2004 19:18:25 -0000 1.2
+++ README 17 May 2004 22:01:27 -0000 1.3
@@ -2,18 +2,20 @@
##
## You need to use xine-lib >= 1rc3b
##
-## A small script exemple:
+## A small script example:
-set video driver xv; set audio driver alsa09
+set video driver xv; set audio driver alsa
xine_init
+xine_stream_new
xine_play mrl /media/AVI/Everclear\ -\ When\ It\ All\ Goes\ Wrong\ Again.avi time 10
-waitfor PLAYBACK_FINISHED
+waitfor UI_PLAYBACK_FINISHED
xine_play mrl /media/MPEG-I/enigma_push_the_limits.mpg
waitfor status PLAY
+xine_usec_sleep 900000
seek +20
-waitfor MOUSE_BUTTON
+waitfor INPUT_MOUSE_BUTTON
pause
-waitfor MOUSE_BUTTON
+waitfor INPUT_MOUSE_BUTTON
pause
jump 20
xine_usec_sleep 9000000
|