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

Modified Files:
        xine.py 
Log Message:
support for AUDIOCD plugin type

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/xine.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** xine.py     8 Nov 2003 10:00:59 -0000       1.7
--- xine.py     8 Nov 2003 13:20:26 -0000       1.8
***************
*** 13,16 ****
--- 13,19 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.8  2003/11/08 13:20:26  dischi
+ # support for AUDIOCD plugin type
+ #
  # Revision 1.7  2003/11/08 10:00:59  dischi
  # fix cd playback
***************
*** 71,74 ****
--- 74,79 ----
      """
      Xine plugin for the video player.
+ 
+     Set AUDIO_XINE_AUDIOCD_ONLY to activate this plugin only for audio cds
      """
      def __init__(self):
***************
*** 110,114 ****
  
          # register it as the object to play
!         plugin.register(xine, plugin.AUDIO_PLAYER)
  
  
--- 115,122 ----
  
          # register it as the object to play
!         if not (hasattr(config, 'AUDIO_XINE_AUDIOCD_ONLY') and \
!                 config.AUDIO_XINE_AUDIOCD_ONLY):
!             plugin.register(xine, plugin.AUDIO_PLAYER)
!         plugin.register(xine, plugin.AUDIOCD_PLAYER)
  
  




-------------------------------------------------------
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