Update of /cvsroot/freevo/freevo/src/audio/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv30451

Modified Files:
        mplayer.py 
Log Message:
cache less for urls to save time

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** mplayer.py  29 Jun 2003 02:36:01 -0000      1.10
--- mplayer.py  17 Aug 2003 17:16:44 -0000      1.11
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.11  2003/08/17 17:16:44  dischi
+ # cache less for urls to save time
+ #
  # Revision 1.10  2003/06/29 02:36:01  rshortt
  # Now works with mplayer's new audio (string) format.  The way I did this
***************
*** 165,169 ****
          command = '%s -vo null -ao %s %s %s "%s"' % (mpl, config.MPLAYER_AO_DEV,
                                                       demux, extra_opts, filename)
!                 
          if plugin.getbyname('MIXER'):
              plugin.getbyname('MIXER').reset()
--- 168,175 ----
          command = '%s -vo null -ao %s %s %s "%s"' % (mpl, config.MPLAYER_AO_DEV,
                                                       demux, extra_opts, filename)
! 
!         if network_play:
!             command = '%s -cache 100' % command
!             
          if plugin.getbyname('MIXER'):
              plugin.getbyname('MIXER').reset()




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to