Re: [Freevo-devel] Re: EPG changes

2006-03-17 Thread Jason Tackaberry
On Fri, 2006-03-17 at 17:01 +0100, Dirk Meyer wrote: > Maybe stuff like that should be part of kaa.ipc in general. But IIRC > there is a callback somewhere for lost connections. Yes, IPCServer has a "client_closed" signal, and IPCClient has a "closed" signal. Jason. ---

Re: [Freevo-devel] Re: EPG changes

2006-03-17 Thread Jason Tackaberry
On Fri, 2006-03-17 at 11:39 -0400, Rob Shortt wrote: > I would prefer something more like 2, but I don't think mbus is suitable > for EPG data is it? I really like the behaviour of kaa.ipc right now, > the only problem we have right now is security. I don't think we should kaa.ipc does support a

Re: [Freevo-devel] Re: EPG changes

2006-03-17 Thread Rob Shortt
Dirk Meyer wrote: > Rob Shortt wrote: > >>>What is the name if not the channel id? >> >>The name is the actual channel name like "ZDF" or "PRO 7". The idea >>here is to keep things as simple as possible. I don't think it is worth >>using the XMLTV ID internally, it is only something needed by th

[Freevo-devel] Re: EPG changes

2006-03-17 Thread Dirk Meyer
Rob Shortt wrote: >> What is the name if not the channel id? > > The name is the actual channel name like "ZDF" or "PRO 7". The idea > here is to keep things as simple as possible. I don't think it is worth > using the XMLTV ID internally, it is only something needed by the XMLTV > data structure

Re: [Freevo-devel] Re: EPG changes

2006-03-17 Thread Rob Shortt
Dirk Meyer wrote: > Rob Shortt wrote: >>In an effort to simplify thing's a bit I've removed the old channel_id >>from the EPG. Instead, a channel will be uniquely identified by its >>name only. > > > What is the name if not the channel id? The name is the actual channel name like "ZDF" or "PR

[Freevo-devel] kaa.canvas integration

2006-03-17 Thread Dirk Meyer
Hi, now that Tack is back I guess it is time (again) to think about how to integrate kaa.canvas into Freevo. If I understand it corrctly, kaa.canvas is finished at the python level and is ready for integration. Freevo will need some sort of theming like the current fxd files with the tag. Kaa.c

[Freevo-devel] Re: small weakref patch

2006-03-17 Thread Dirk Meyer
"Chris Lack" wrote: > Hi, > > I found that I needed to make these small changes to keep the current > freevo 2 cvs from crashing on my system when trying to access > directories. Thanks. Looks like my code movement in kaa.base broke some things. > Is anyone working on the games system at the mom