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

Modified Files:
        xine.py 
Log Message:
fix mimetype = cue

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** xine.py     2 Jan 2004 11:17:35 -0000       1.34
--- xine.py     10 Jan 2004 13:22:54 -0000      1.35
***************
*** 18,21 ****
--- 18,24 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.35  2004/01/10 13:22:54  dischi
+ # fix mimetype = cue
+ #
  # Revision 1.34  2004/01/02 11:17:35  dischi
  # cleanup
***************
*** 202,206 ****
              command.append('vcd://%s' % item.media.devicename)
  
!         elif item.mime_type == 'cue':
              command.append('vcd://%s' % item.filename)
              self.app_mode = 'vcd'
--- 205,209 ----
              command.append('vcd://%s' % item.media.devicename)
  
!         elif item.mimetype == 'cue':
              command.append('vcd://%s' % item.filename)
              self.app_mode = 'vcd'




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to