I tried your suggestion with no success either. I found a quick fix for my problem : I set up the prefered player to xine and just set the xine suffixes to []. So xine is only used for dvd again and mplayer for everything else.
----- Message de [EMAIL PROTECTED] ----- > Justin Wetherell wrote: >> I had to apply the patch manually but it didn't seem to make a >> difference. Did I miss something, I have both xine and mplater in my >> freevo.conf and I have mpeg in both _SUFFIX lists in the local_conf. > > I must admit that I really don't know, as it very much depends on the > url of the item. > > Anyway I've added some debug statements to all the rate functions so > that you can see the rating for each player in the log. > > The preferred player stuff is a bit poor. May be the MPlayer and Xine > suffixes should have the rating in. > > Duncan > >> On 10/23/07, *Duncan Webb* <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> Justin Wetherell wrote: >> > I've also notice (I don't know at which point this happened) but the >> > "Play with alternate player" sub-menu item is missing now. Maybe these >> > two issues are related. >> > >> > On 10/23/07, *Stéphane VAXELAIRE* <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED] <mailto:[EMAIL >> PROTECTED]>>> >> > wrote: >> > >> > Hello, >> > >> > I regularly update kaa and freevo 1.x from svn. >> > I couldn't say when things went wrong (a few week ago at >> maximum) but >> > I used to have VIDEO_PREFERED_PLAYER set to mplayer but for >> DVD xine >> > was used. >> > I don't know how but this is exactly what I wanted. >> > >> > Now, either both use mplayer or both use xine depending which >> one I >> > set up as the VIDEO_PREFERED_PLAYER. >> > >> > Is there something I can do to get the same behaviour back ? Using >> > mplayer for movies and xine for DVDs ? >> >> Modified: branches/rel-1/freevo/src/video/videoitem.py >> >> ============================================================================== >> >> --- branches/rel-1/freevo/src/video/videoitem.py (original) >> +++ branches/rel-1/freevo/src/video/videoitem.py Sun Oct 14 >> 05:32:51 2007 >> @@ -633,7 +633,6 @@ >> i.info.mmdata = self.info.mmdata ['tracks'][titlenum] >> i.info.set_variables(self.info.get_variables()) >> i.info_type = 'track' >> - i.possible_player = [] >> i.files = None >> i.name <http://i.name> = Unicode(_('Play >> Title %d') % (titlenum+1)) >> items.append(i) >> >> Will you try something add the line back i.possible_player and see it >> makes a difference. It is the most likely candidate for this error. And >> then report back if it now works. >> >> Duncan >> >> >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> Freevo-users mailing list >> [email protected] >> <mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/freevo-users >> >> >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Freevo-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/freevo-users > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Freevo-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freevo-users > > ------------------------------------------------------------------------ This message was sent using MIMP, the Mobile Internet Messaging Program. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
