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

Modified Files:
        mplayer.py radioplayer.py 
Log Message:
AUDIO_PLAY_END is not needed anymore

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/mplayer.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** mplayer.py  10 Dec 2003 19:02:38 -0000      1.28
--- mplayer.py  10 Dec 2003 19:10:35 -0000      1.29
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.29  2003/12/10 19:10:35  dischi
+ # AUDIO_PLAY_END is not needed anymore
+ #
  # Revision 1.28  2003/12/10 19:02:38  dischi
  # move to new ChildApp2 and remove the internal thread
***************
*** 210,219 ****
          """
  
!         if event == AUDIO_PLAY_END:
!             if event.arg:
!                 self.stop()
!                 if self.playerGUI.try_next_player():
!                     return True
!             event = PLAY_END
              
          if event == AUDIO_SEND_MPLAYER_CMD:
--- 213,220 ----
          """
  
!         if event == PLAY_END and event.arg:
!             self.stop()
!             if self.playerGUI.try_next_player():
!                 return True
              
          if event == AUDIO_SEND_MPLAYER_CMD:

Index: radioplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/audio/plugins/radioplayer.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** radioplayer.py      22 Sep 2003 20:36:18 -0000      1.4
--- radioplayer.py      10 Dec 2003 19:10:35 -0000      1.5
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.5  2003/12/10 19:10:35  dischi
+ # AUDIO_PLAY_END is not needed anymore
+ #
  # Revision 1.4  2003/09/22 20:36:18  mikeruelle
  # more web interface help descriptions
***************
*** 118,125 ****
          """
          print 'Radio Player event handler %s' % event
- 
-         if event == AUDIO_PLAY_END or event == MENU_BACK_ONE_MENU:
-             event = PLAY_END
- 
          if event in ( STOP, PLAY_END, USER_END ):
              self.playerGUI.stop()
--- 121,124 ----




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to