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-9ec333e919eefa9afe3b19d417596d388a209b6d To submit a new one, follow this link: https://sourceforge.net/tracker/?func=add&group_id=46652&atid=446895 Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
