Update of /cvsroot/freevo/freevo/src/video/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16813/src/video/plugins

Modified Files:
        mplayer.py xine.py 
Log Message:
dvd as .iso support

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** mplayer.py  13 Mar 2004 23:44:02 -0000      1.66
--- mplayer.py  2 May 2004 08:55:52 -0000       1.67
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.67  2004/05/02 08:55:52  dischi
+ # dvd as .iso support
+ #
  # Revision 1.66  2004/03/13 23:44:02  dischi
  # audio stream selection fixes
***************
*** 16,23 ****
  # bugfix
  #
- # Revision 1.64  2004/02/19 04:57:58  gsbarbieri
- # Support Web Interface i18n.
- # To use this, I need to get the gettext() translations in unicode, so some changes 
are required to files that use "print _('string')", need to make them "print 
String(_('string'))".
- #
  # Revision 1.63  2004/02/11 20:13:46  dischi
  # do not seek beyond file length
--- 19,22 ----
***************
*** 266,270 ****
                  additional_args += [ '-slang', config.DVD_SUBTITLE_PREF ]
  
!         if hasattr(item.media,'devicename'):
              additional_args += [ '-dvd-device', item.media.devicename ]
          elif mode == 'dvd':
--- 265,269 ----
                  additional_args += [ '-slang', config.DVD_SUBTITLE_PREF ]
  
!         if hasattr(item.media, 'devicename'):
              additional_args += [ '-dvd-device', item.media.devicename ]
          elif mode == 'dvd':

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** xine.py     19 Feb 2004 04:57:58 -0000      1.40
--- xine.py     2 May 2004 08:55:52 -0000       1.41
***************
*** 18,21 ****
--- 18,24 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.41  2004/05/02 08:55:52  dischi
+ # dvd as .iso support
+ #
  # Revision 1.40  2004/02/19 04:57:58  gsbarbieri
  # Support Web Interface i18n.
***************
*** 166,169 ****
--- 169,175 ----
          """
          if item.url.startswith('dvd://'):
+             if hasattr(item, 'filename') and item.filename and \
+                    item.filename.endswith('.iso'):
+                 return 0
              return 2
          if item.url.startswith('vcd://'):



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to