[Toxine-cvs] CVS: toxine/misc dvdplayer.sh.in,1.1,1.2
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2004-07-06 09:55:13
|
Update of /cvsroot/toxine/toxine/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30715 Modified Files: dvdplayer.sh.in Log Message: @@update Index: dvdplayer.sh.in =================================================================== RCS file: /cvsroot/toxine/toxine/misc/dvdplayer.sh.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dvdplayer.sh.in 1 Sep 2002 12:22:01 -0000 1.1 +++ dvdplayer.sh.in 6 Jul 2004 09:55:03 -0000 1.2 @@ -2,14 +2,12 @@ VERSION="0.2.0" VIDEO_DRIVER="xv" -AUDIO_DRIVER="alsa09" +AUDIO_DRIVER="alsa" ## ## this commands select french language, then start playback in MI2 ;-) ## -#COMMANDS="set interactive off; xine_init; xine_usec_sleep 500000; mmk add mrl dvd://; set audio volume 90; play; waitfor status PLAY; set video fullscreen; xine_usec_sleep 20000000; right; down; select; xine_usec_sleep 6000000; right; select; down; select; xine_usec_sleep 6000000; select" -# -COMMANDS="set interactive off; xine_init; xine_usec_sleep 500000; mmk add mrl dvd://; set audio volume 90; play; waitfor status PLAY; set video fullscreen" +COMMANDS="set interactive off; xine_init; xine_stream_new; mmk add mrl dvd://; set audio volume 90; play; set video fullscreen" start() { echo " + Using video driver '$VIDEO_DRIVER'" @@ -32,7 +30,7 @@ banner() { echo - echo "Toxine's DVD player script - v$VERSION - (c) 2002 Daniel Caujolle-Bert." + echo "Toxine's DVD player script - v$VERSION - (c) 2002-2004 Daniel Caujolle-Bert." echo } @@ -71,7 +69,3 @@ done main - - - - |