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

Modified Files:
        event.py 
Log Message:
add dvd events

Index: event.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/event.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** event.py    12 Jul 2003 19:56:18 -0000      1.14
--- event.py    27 Jul 2003 19:12:21 -0000      1.15
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.15  2003/07/27 19:12:21  dischi
+ # add dvd events
+ #
  # Revision 1.14  2003/07/12 19:56:18  rshortt
  # Fix for when event arg is 0, like with INPUT_0.
***************
*** 183,189 ****
--- 186,200 ----
  VIDEO_SEND_MPLAYER_CMD = Event('VIDEO_SEND_MPLAYER_CMD')
  VIDEO_MANUAL_SEEK      = Event('VIDEO_MANUAL_SEEK')
+ VIDEO_NEXT_AUDIOLANG   = Event('VIDEO_NEXT_AUDIOLANG')
  STORE_BOOKMARK         = Event('STORE_BOOKMARK')
  MENU                   = Event('MENU')
  
+ DVDNAV_LEFT            = Event('DVDNAV_LEFT')
+ DVDNAV_RIGHT           = Event('DVDNAV_RIGHT')
+ DVDNAV_UP              = Event('DVDNAV_UP')
+ DVDNAV_DOWN            = Event('DVDNAV_DOWN')
+ DVDNAV_SELECT          = Event('DVDNAV_SELECT')
+ DVDNAV_TITLEMENU       = Event('DVDNAV_TITLEMENU')
+ DVDNAV_MENU            = Event('DVDNAV_MENU')
  
  #
***************
*** 341,348 ****
      'REC'       : STORE_BOOKMARK,
      '0'         : VIDEO_MANUAL_SEEK,
!     'UP'        : PLAYLIST_PREV,
!     'DOWN'      : PLAYLIST_NEXT,
!     'CH+'       : PLAYLIST_PREV,
!     'CH-'       : PLAYLIST_NEXT,
      'VOL+'      : MIXER_VOLUP,
      'VOL-'      : MIXER_VOLDOWN,
--- 352,374 ----
      'REC'       : STORE_BOOKMARK,
      '0'         : VIDEO_MANUAL_SEEK,
!     'VOL+'      : MIXER_VOLUP,
!     'VOL-'      : MIXER_VOLDOWN,
!     'MUTE'      : MIXER_MUTE
!     }
! 
! DVD_EVENTS = {
!     'PLAY'      : PLAY,
!     'PAUSE'     : PAUSE,
!     'STOP'      : STOP,
!     'EXIT'      : STOP,
!     'UP'        : DVDNAV_UP,
!     'DOWN'      : DVDNAV_DOWN,
!     'LEFT'      : DVDNAV_LEFT,
!     'RIGHT'     : DVDNAV_RIGHT,
!     'ENTER'     : DVDNAV_SELECT,
!     'SELECT'    : DVDNAV_SELECT,
!     'REW'       : Event(SEEK, arg=-10),
!     'FFWD'      : Event(SEEK, arg=10),
!     'MENU'      : DVDNAV_TITLEMENU,
      'VOL+'      : MIXER_VOLUP,
      'VOL-'      : MIXER_VOLDOWN,




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to