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

Modified Files:
        mplayer.py 
Log Message:
network m3u support, added AUDIOCD plugin register

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** mplayer.py  21 Oct 2003 21:17:41 -0000      1.23
--- mplayer.py  8 Nov 2003 13:21:18 -0000       1.24
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.24  2003/11/08 13:21:18  dischi
+ # network m3u support, added AUDIOCD plugin register
+ #
  # Revision 1.23  2003/10/21 21:17:41  gsbarbieri
  # Some more i18n improvements.
***************
*** 94,97 ****
--- 97,101 ----
          # register it as the object to play audio
          plugin.register(mplayer, plugin.AUDIO_PLAYER)
+         plugin.register(mplayer, plugin.AUDIOCD_PLAYER)
  
  
***************
*** 153,156 ****
--- 157,163 ----
  
          extra_opts = item.mplayer_options
+         if network_play and filename.endswith('m3u') and \
+                extra_opts.find('-playlist') == -1:
+             extra_opts += ' -playlist'
          command = '%s -vo null -ao %s %s %s "%s"' % (mpl, config.MPLAYER_AO_DEV,
                                                       demux, extra_opts, filename)




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to