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

2007-03-13 Thread Duncan Webb
On Wed, 14 March, 2007 12:10 am, Lucian Muresan wrote: > Duncan Webb wrote: > >> On Mon, 12 March, 2007 9:54 am, Dirk Meyer wrote: >> >>> "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 r

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Chandan Pitta
Doing movie.get_position() always returns 0.0. This patch should fix it. Index: canvas/src/movie.py === --- canvas/src/movie.py (revision 2559) +++ canvas/src/movie.py (working copy) @@ -350,7 +350,7 @@ def get_position(self):

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Chandan Pitta
Thanks Jason! Everything works fine with xine. On 3/13/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Tue, 2007-03-13 at 08:55 -0700, Chandan Pitta wrote: > > Oh. Seems like mplayer does not support CAP_CANVAS. Output of python > > -c 'import kaa.popcorn; print > > kaa.popcorn.backends.mpla

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

2007-03-13 Thread Lucian Muresan
Duncan Webb wrote: > On Mon, 12 March, 2007 9:54 am, Dirk Meyer wrote: >> "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 k

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Jason Tackaberry
On Tue, 2007-03-13 at 08:55 -0700, Chandan Pitta wrote: > Oh. Seems like mplayer does not support CAP_CANVAS. Output of python > -c 'import kaa.popcorn; print > kaa.popcorn.backends.mplayer.get_capabilities()' > > ({'CAP_CANVAS': False, 'CAP_DVD_MENUS': 2, 'CAP_VISUALIZATION': False, > 'CAP_DEINTE

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Chandan Pitta
On 3/13/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Mon, 2007-03-12 at 21:09 -0700, Chandan Pitta wrote: > > One more question. I was trying to use Movie() but I am unable to get > > it to play the video over the canvas. The problem is that the video > > does not show when in attached mode

Re: [Freevo-devel] imporved genre-plugin for freevo2

2007-03-13 Thread Dirk Meyer
Tanja wrote: > I created a patch for the genre plugin to make use of the category AND > the genre info that is in the epgdata.com data. Nice. > The plugin checks if there is category data (maybe this can be done in > a more clever way?) and creates a menu from this. Without looking at your code:

Re: [Freevo-devel] kaa.canvas questions

2007-03-13 Thread Jason Tackaberry
On Mon, 2007-03-12 at 21:09 -0700, Chandan Pitta wrote: > One more question. I was trying to use Movie() but I am unable to get > it to play the video over the canvas. The problem is that the video > does not show when in attached mode, but the player is playing (I can > hear audio). In detached mo

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-13 Thread Dirk Meyer
Mathias Weber wrote: > Dirk Meyer wrote: >> Please send the code as tgz of the games directory + a patch of all >> non games files. > > ok here is the games directory as tar.gz and the patch for the rest. Thanks. I'm very busy at work this week (last week vacation and CeBIT is starting this week).