Update of /cvsroot/freevo/freevo/src/audio
In directory sc8-pr-cvs1:/tmp/cvs-serv21809/src/audio
Modified Files:
audiodiskitem.py
Log Message:
moved mplayer options to freevo_config.py
Index: audiodiskitem.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/audiodiskitem.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** audiodiskitem.py 6 Mar 2003 21:33:26 -0000 1.9
--- audiodiskitem.py 6 Mar 2003 21:38:35 -0000 1.10
***************
*** 146,151 ****
item = AudioItem('cdda://%d' % (i+1), self, None, title)
item.set_info('', self.name, title, i+1, self.disc_id[1], '')
! item.mplayer_options = '-cdda speed=1 -cache 1000 -cdrom-device %s' % \
! self.devicename
if self.devicename:
item.mplayer_options += ' -cdrom-device %s' % self.devicename
--- 146,150 ----
item = AudioItem('cdda://%d' % (i+1), self, None, title)
item.set_info('', self.name, title, i+1, self.disc_id[1], '')
! item.mplayer_options = config.MPLAYER_ARGS_AUDIOCD
if self.devicename:
item.mplayer_options += ' -cdrom-device %s' % self.devicename
-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger
for complex code. Debugging C/C++ programs can leave you feeling lost and
disoriented. TotalView can help you find your way. Available on major UNIX
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog