i've tested the new version extensivly and it does seem to work better than the last version.
the patch didn't work for me either, so i just fetched the lastest from svn On Sat, 8 Mar 2008, Duncan Webb wrote: > Elizabeth Dodd wrote: > > On Fri, 21 Dec 2007, Duncan Webb wrote: > >> Elizabeth Dodd wrote: > >>> On Fri, 21 Dec 2007, Duncan Webb wrote: > >>>> Elizabeth Dodd wrote: > >>>>> On Thu, 20 Dec 2007, Elizabeth Dodd wrote: > >>>>>> In Freevo 1.7-4 the mpd plugin crashes looking for OSD_OVERSCAN_LEFT > >>>>>> and OSD_OVERSCAN_RIGHT > >>>>>> > >>>>>> so my will-code-for-food assistant has sorted this out for me > >>>>>> > >>>>>> We haven't looked at svn to see if this is OK or not in svn > >>>>> > >>>>> <redface> > >>>>> don't trust the "paste as attachment" in kmail > >>>>> </redface> > >>>>> > >>>>> not a real diff, but close enough > >>>>> > >>>>>>>>>> mpd.py 204 <<<<<< > >>>>> > >>>>> # set the multiplier to be used in all screen drawing > >>>>> - self.xmult = float(osd.width - config.OSD_OVERSCAN_LEFT - > >>>>> OSD_OVERSCAN_RIGHT) / 800 > >>>>> - self.ymult = float(osd.height - config.OSD_OVERSCAN_TOP - > >>>>> OSD_OVERSCAN_BOTTOM) / 600 > >>>>> + self.xmult = float(osd.width - config.OSD_OVERSCAN_LEFT - > >>>>> config.OSD_OVERSCAN_RIGHT) / 800 > >>>>> + self.ymult = float(osd.height - config.OSD_OVERSCAN_TOP - > >>>>> config.OSD_OVERSCAN_BOTTOM) / 600 > >>>>> > >>>>> > >>>>> now it has the line wrap problem I was trying to be smart and avoid > >>>> > >>>> Thanks for this, silly bug. > >>> > >>> The whole system isn't actually operational yet; there may be more > >>> little bugs and sometime over the silly season the report will be ready > >>> for the wiki. There may be more bugs to find yet. > >> > >> I like people to use the tracker to report bugs, this way there is a > >> history and they will be reported in the ChangeLog and you can attach a > >> unified diff to the report. If you're not sure what I'm talking about > >> see: > >> http://doc.freevo.org/Contributing?action=show#head-9ec333e919eefa9afe3b > >>19d 417596d388a209b6d > >> > >> To submit a new one, follow this link: > >> https://sourceforge.net/tracker/?func=add&group_id=46652&atid=446895 > >> > >> Duncan > > > > Replacement MPD plugin has been coded (for about 2 weeks food). > > It is on the tracker as graham put it there last night. > > Can you test the attached patch, it changes the thread handling. This is > based on the page http://www.thescripts.com/forum/thread45247.html > > I patch has been applied to svn, so hopefully it is working. The reason > is that kaa is a bit picky about threads not terminating. > > Thanks > Duncan -- Always be sincere, even when you don't mean it. -Irene Peter ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
