Re: [Freevo-devel] Gentoo overlay - freevo-1.7.0.ebuild

2007-03-11 Thread Lucian Muresan
Duncan Webb wrote: [...] > > There are some dependencies that could be a problem, Python-2.5 and > Twisted-2.5.0. For Python-2.5 to work it will require, the soon to be > released kaa-imlib2-0.2.1.tar.gz package. Also kaa-metadata-0.6.1.tar.gz > and kaa-base-0.1.3.tar.gz will be released too. Twis

Re: [Freevo-devel] Gentoo overlay - freevo-1.7.0.ebuild

2007-03-11 Thread Duncan Webb
On Mon, 12 March, 2007 1:27 am, Lucian Muresan wrote: > Hi there, > > > Dischi, as briefly talked last night on IRC, I'm sending in an ebuild > for freevo-1.7.0 for the SVN overlay. I just modified an 1.6.* ebuild, in > which I changed the following: - replaced dependency to mmpython with > depende

[Freevo-devel] Gentoo overlay - freevo-1.7.0.ebuild

2007-03-11 Thread Lucian Muresan
Hi there, Dischi, as briefly talked last night on IRC, I'm sending in an ebuild for freevo-1.7.0 for the SVN overlay. I just modified an 1.6.* ebuild, in which I changed the following: - replaced dependency to mmpython with dependency to at least kaa-metadata-0.6.0 and kaa-imlib2-0.2.0 which depe

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-11 Thread Dirk Meyer
Mathias Weber wrote: > I got a first version of the games plugin working. Maybe someone with > more knowledge about Freevo 2.0 takes a look at it and tels me what i > should improve. Please send the code as tgz of the games directory + a patch of all non games files. > I didn't write it as a Medi

Re: [Freevo-devel] Kaa r2542 - trunk/epg/src

2007-03-11 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2007-03-11 at 17:07 +0100, Dirk Meyer wrote: >> +def add_program_wait(self): >> +""" >> +Wait until add_program is finished. This function can only be called >> +from a thread. >> +""" >> +if kaa.notifier.is_mainthread():

Re: [Freevo-devel] [Freevo-cvslog] Kaa r2542 - trunk/epg/src

2007-03-11 Thread Jason Tackaberry
On Sun, 2007-03-11 at 17:07 +0100, Dirk Meyer wrote: > +def add_program_wait(self): > +""" > +Wait until add_program is finished. This function can only be called > +from a thread. > +""" > +if kaa.notifier.is_mainthread(): > +raise RuntimeErr

Re: [Freevo-devel] Freevo1.7.0: audio items without (id3) tags are displayed as "unknown"

2007-03-11 Thread Duncan Webb
Matthias Reichl wrote: > On Sun, Mar 11, 2007 at 05:25:05PM +0100, Duncan Webb wrote: >> Thanks very much Matthias. It would be very nice of you to raise a bug >> report for this. > > I just wrote the bug report (more or less identical to my email), > the number is 1678392 Many thanks, now in svn

Re: [Freevo-devel] Freevo1.7.0: audio items without (id3) tags are displayed as "unknown"

2007-03-11 Thread Matthias Reichl
On Sun, Mar 11, 2007 at 05:25:05PM +0100, Duncan Webb wrote: > Thanks very much Matthias. It would be very nice of you to raise a bug > report for this. I just wrote the bug report (more or less identical to my email), the number is 1678392 so long, Hias

Re: [Freevo-devel] libxml2 sucks

2007-03-11 Thread Jason Tackaberry
On Sun, 2007-03-11 at 17:39 +0100, Dirk Meyer wrote: > Done. Both add_program and add_channel are now thread safe. The > interface is the same, so all parser should still work. I reworked the > epgdata.com parser to use SAX in the thread and it looks good. > > The basic logic is in server.py so ch

Re: [Freevo-devel] libxml2 sucks

2007-03-11 Thread Dirk Meyer
Back to an old thread Jason Tackaberry wrote: > On Tue, 2007-02-27 at 17:34 +0100, Dirk Meyer wrote: >> To avoid blocking we use a thread. But sqlite is not thread save >> and we need to run add_program in the main loop. So we have several >> choices: >> >> 1. Parse the while file and add lat

Re: [Freevo-devel] Freevo1.7.0: audio items without (id3) tags are displayed as "unknown"

2007-03-11 Thread Duncan Webb
Matthias Reichl wrote: > Since 1.7.0 (versions up to 1.7.0-rc2 worked almost fine) audio items > without song information (eg id3 tags) are displayed as "unknown" in > the directory listing. > > Furthermore, disabling the use of mediaid tags didn't make a difference. > Files with tags were always

Re: [Freevo-devel] [Freevo-cvslog] Kaa r2538 - trunk/popcorn/src/backends/mplayer

2007-03-11 Thread Jason Tackaberry
On Sun, 2007-03-11 at 10:03 +0100, Dirk Meyer wrote: > +# The expand filter has some strange side-effect on 4:3 content > +# on a 16:9 screen. With software scaling instead of black bars > +# on both sides you see garbage, without sws and xv output > mplayer > +

[Freevo-devel] Freevo1.7.0: audio items without (id3) tags are displayed as "unknown"

2007-03-11 Thread Matthias Reichl
Since 1.7.0 (versions up to 1.7.0-rc2 worked almost fine) audio items without song information (eg id3 tags) are displayed as "unknown" in the directory listing. Furthermore, disabling the use of mediaid tags didn't make a difference. Files with tags were always shown with the tag info, files with

[Freevo-devel] Freevo 2.0 Games Plugin

2007-03-11 Thread Mathias Weber
Hi I got a first version of the games plugin working. Maybe someone with more knowledge about Freevo 2.0 takes a look at it and tels me what i should improve. I didn't write it as a MediaItem since i saw know way this would fit. There are two different game plugins at the moment the emulator p