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

Modified Files:
        xine.py 
Log Message:
Support for Chapter-by-chapter navigation in DVDs using the CH+ and CH- keys.


Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** xine.py     23 Aug 2003 12:51:43 -0000      1.11
--- xine.py     28 Aug 2003 03:46:13 -0000      1.12
***************
*** 29,32 ****
--- 29,35 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.12  2003/08/28 03:46:13  outlyer
+ # Support for Chapter-by-chapter navigation in DVDs using the CH+ and CH- keys.
+ #
  # Revision 1.11  2003/08/23 12:51:43  dischi
  # removed some old CVS log messages
***************
*** 182,186 ****
  
          command = self.command
!         
          if DEBUG:
              print 'Xine.play(): Starting thread, cmd=%s' % command
--- 185,189 ----
  
          command = self.command
!         os.system('/usr/sbin/matroxcolor')    
          if DEBUG:
              print 'Xine.play(): Starting thread, cmd=%s' % command
***************
*** 218,221 ****
--- 221,225 ----
          self.thread.item = None
          rc.app(None)
+         os.system('/usr/sbin/undomatroxcolor')
          while self.thread.mode == 'stop':
              time.sleep(0.3)
***************
*** 293,296 ****
--- 297,308 ----
          if event == DVDNAV_MENU:
              self.thread.app.write('Menu\n')
+             return TRUE
+ 
+         if event == NEXT:
+             self.thread.app.write('EventNext\n')
+             return TRUE
+ 
+         if event == PREV:
+             self.thread.app.write('EventPrior\n')
              return TRUE
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to