Re: [Freevo-devel] using nonstandard norm in freevo

2007-03-29 Thread John Molohan
Koval Valery wrote: > Hi! > > In my country (and in other exUSSR-countries) TV operators use two > standards: SECAM and PAL. > In current freevo configuration I can select only one standard for all > channels. > > My patch add feature in freevo for using second TV standard for the > list of sele

Re: [Freevo-devel] help , reencode by slice

2007-03-29 Thread Duncan Webb
A Mennucc wrote: > Duncan Webb ha scritto: >> A Mennucc wrote: >>> hi >>> >>> I am (trying to) adding a new feature in the reencoding server : the >>> ability to specify a slice of the original program to be reencoded (by >>> specifying start and end , using bookmarks) > > now it works; I attach t

Re: [Freevo-devel] Freevo2.0: tv/favorite plugin

2007-03-29 Thread Jose
Dischi, I saw the changes you did. It is quite interesting. As I'm new into python, I can learn from it. :) However the thing about kaa.notifier I do not understand yet. How is the >@kaa.notifier.yield_execution() >def remove(self, id): linked to the >@ipc.eventhandler('home-theatre.favorite.lis

Re: [Freevo-devel] new kaa pre-releases

2007-03-29 Thread Jason Tackaberry
On 03/29/2007 03:23 PM, Pascal Schirrmann wrote: > I had to look into setup.py, do the import by hand to actually > understand the source of the trouble. > Yeah, this isn't the first time users (and developers :)) have been bitten by this type of thing. Maybe we should wrap import xml.sax in

Re: [Freevo-devel] new kaa pre-releases

2007-03-29 Thread Pascal Schirrmann
Dirk Meyer a écrit : > Both. It is current svn to check a) if svn is ok and b) if the > packages are ok. An answer if svn is working is also a good sign. > > Ok, in this case : Using the latest svn version of both kaa and freevo 1.7 (I only installed kaa.base, metadata and imlib2), everything

Re: [Freevo-devel] lirc support with freevo2

2007-03-29 Thread Dirk Meyer
ord wrote: > tok 1 hour to find out my pylirc installation got broken. > so far so good it seems everything I need is working with freevo2. > only the reporting for the failing "import pylirc" is bad :-) > . just out of curiosity : should it be a print statement og should it > use the logger ? lo

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-29 Thread Dirk Meyer
Mathias Weber wrote: > ok here is the patch for the games plugin that it works again, there > where some imports missing. > +# kaa imports > +import kaa.utils You mean kaa.notifier here, utils is not used. > # Freevo imports > from freevo.ui.menu import ActionItem, Menu, Action > from freevo.u

Re: [Freevo-devel] Freevo 2.0 Games Plugin

2007-03-29 Thread Mathias Weber
ok here is the patch for the games plugin that it works again, there where some imports missing. I took a look at the code and you added a comment about yielding in the scummvm part. You are right it would be better if i don't have to wait for the scummvm but how to yield here? since i need to

Re: [Freevo-devel] Non-Daylight Savings

2007-03-29 Thread Justin Wetherell
The date on the Freevo was correct and the date on the XMLTV was correct but when I looked at the listing through Freevo everything was off an hour. It came down to the /etc/localtime file. On 3/29/07, Duncan Webb <[EMAIL PROTECTED]> wrote: > I think I'm having a problem but I can't seem to tra

Re: [Freevo-devel] Freevo2.0: tv/favorite plugin

2007-03-29 Thread Dirk Meyer
Jose wrote: > I am aware of one problem. When you remove an favorite the removed > favorite is still in the list. I have applied the same mechanisme as in > removing scheduled recordings, but some how it doesn't work. > Maybe you can have a quick look, Dischi? Fixed and it svn Dischi -- There

[Freevo-devel] using xvmc with mplayer

2007-03-29 Thread Koval Valery
Some patches for using xvmc with mplayer as option in addition menu if mpeg{1|2} stream. Index: src/video/plugins/mplayer.py === --- src/video/plugins/mplayer.py(revision 9367) +++ src/video/plugins/mplayer.py(working copy)