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

Modified Files:
        mplayer.py xine.py 
Log Message:
send PLAY_START event

Index: mplayer.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/mplayer.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** mplayer.py  30 Aug 2003 17:05:42 -0000      1.16
--- mplayer.py  1 Sep 2003 16:41:37 -0000       1.17
***************
*** 21,24 ****
--- 21,27 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.17  2003/09/01 16:41:37  dischi
+ # send PLAY_START event
+ #
  # Revision 1.16  2003/08/30 17:05:42  dischi
  # remove bookmark support, add support for ItemPlugin eventhandler
***************
*** 275,278 ****
--- 278,282 ----
          self.thread.command = command
          self.thread.mode_flag.set()
+         print command
          return None
      
***************
*** 521,524 ****
--- 525,530 ----
                      osd.stopdisplay()                 
                 
+                 rc.post_event(Event(PLAY_START, arg=self.item))
+ 
                  if DEBUG:
                      print 'MPlayer_Thread.run(): Started, cmd=%s' % self.command

Index: xine.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/video/plugins/xine.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** xine.py     30 Aug 2003 18:52:53 -0000      1.13
--- xine.py     1 Sep 2003 16:41:37 -0000       1.14
***************
*** 29,32 ****
--- 29,35 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.14  2003/09/01 16:41:37  dischi
+ # send PLAY_START event
+ #
  # Revision 1.13  2003/08/30 18:52:53  dischi
  # Aubin, don't do that :-)
***************
*** 392,395 ****
--- 395,400 ----
                  if config.STOP_OSD_WHEN_PLAYING:
                      osd.stopdisplay()                 
+ 
+                 rc.post_event(Event(PLAY_START, arg=self.item))
  
                  if DEBUG:




-------------------------------------------------------
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