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

Modified Files:
        mplayer.py 
Log Message:
remove dbdnav stuff, use xine for that

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** mplayer.py  23 Aug 2003 10:07:18 -0000      1.12
--- mplayer.py  23 Aug 2003 10:08:14 -0000      1.13
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.13  2003/08/23 10:08:14  dischi
+ # remove dbdnav stuff, use xine for that
+ #
  # Revision 1.12  2003/08/23 10:07:18  dischi
  # restore the context
***************
*** 202,208 ****
                  pass
  
-         elif mode == 'dvdnav':
-             additional_args = '-alang %s' % config.DVD_LANG_PREF
- 
          elif mode == 'vcd':
              # Filename is VCD title
--- 205,208 ----
***************
*** 343,352 ****
  
          if event == STOP:
!             if self.mode == 'dvdnav':
!                 self.thread.app.write('dvdnav 6\n')
!                 return TRUE
!             else:
!                 self.stop()
!                 return self.item.eventhandler(event)
  
          if event == 'AUDIO_ERROR_START_AGAIN':
--- 343,348 ----
  
          if event == STOP:
!             self.stop()
!             return self.item.eventhandler(event)
  
          if event == 'AUDIO_ERROR_START_AGAIN':
***************
*** 375,383 ****
                  self.thread.app.write('%s\n' % event.arg)
                  return TRUE
- 
-             if event == MENU:
-                 if self.mode == 'dvdnav':
-                     self.thread.app.write('dvdnav 5\n')
-                     return TRUE
  
              if event == TOGGLE_OSD:
--- 371,374 ----




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to