Alex D'Elia wrote:
2005-07-20 11:31:20,156 ERROR    [  root] childapp.py 94: child already
running
2005-07-20 11:31:34,834 ERROR    [  root] childapp.py 94: child already
running
2005-07-20 11:31:34,892 ERROR    [  root] childapp.py 94: child already
running


so it seems as if freevo would recognize xine still to be running when
is not. Then we cant select another movie to see.
The problem seems to be only with xine as with mplayer we dont get that.

Yes, I've noticed this myself with xine as well. Can someone confirm that this is not a problem with mplayer?

Please try the following patch:

Index: src/application/childapp.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/application/childapp.py,v
retrieving revision 1.4
diff -u -r1.4 childapp.py
--- src/application/childapp.py 30 Jun 2005 02:35:45 -0000      1.4
+++ src/application/childapp.py 20 Jul 2005 16:35:02 -0000
@@ -84,6 +84,7 @@
         """
         if event == PLAY_END and hasattr(self, 'item') and self.item and \
                event.arg == self.item:
+            self.child_stop()
             base.Application.stop(self)


The mplayer application classes in freevo differ slightly (ie: there are some, outside of the plugins) from xine. Maybe xine should have some classes in src/application as well? Dischi, what do you think? Is this patch just a workaround for an implimentation that needs updating or is it ok?

-Rob

--
-------------------------------------------------------
Rob Shortt        | http://tvcentric.com | Freevo
[EMAIL PROTECTED] | http://freevo.sf.net | Free your TV


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to