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

Modified Files:
        player.py 
Log Message:
add AUDIOCD as plugin type

Index: player.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/player.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** player.py   12 Oct 2003 11:01:19 -0000      1.8
--- player.py   8 Nov 2003 13:19:06 -0000       1.9
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.9  2003/11/08 13:19:06  dischi
+ # add AUDIOCD as plugin type
+ #
  # Revision 1.8  2003/10/12 11:01:19  dischi
  # Don't show black screen between selecting and playing an audio file
***************
*** 77,82 ****
--- 80,88 ----
          self.menuw = menuw
          self.item = item
+ 
          if item.type == 'radio':
              self.player = plugin.getbyname(plugin.RADIO_PLAYER)
+         elif item.filename.startswith('cdda:/'):
+             self.player = plugin.getbyname(plugin.AUDIOCD_PLAYER)
          else:
              self.player = plugin.getbyname(plugin.AUDIO_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