Re: [Freevo-devel] Re: Support for Hardware Media Center Extenders.

2006-04-30 Thread mike lewis
On 4/30/06, Dirk Meyer <[EMAIL PROTECTED]> wrote: Jared Kells wrote: > I am writing to see if anyone knows of any work done on an open source > implementation of Microsoft's MCX protocol. Not that I know of. > For those that don't know Media Center Extenders are network devices > that plug into

Re: [Freevo-devel] Re: kaa.ipc and step() problems

2006-04-30 Thread Jason Tackaberry
On Sun, 2006-04-30 at 17:43 +0200, Dirk Meyer wrote: > > I'm not sure either. AFAIK ipc doesn't make any circular refs. But if > > we can find out where, I can try to fix ipc to use weakrefs in the > > appropriate places. > > I now use weakref to connect, maybe it is gone. The strange part is >

Re: [Freevo-devel] Re: kaa.metadata length always int

2006-04-30 Thread Jason Tackaberry
On Sun, 2006-04-30 at 17:36 +0200, Dirk Meyer wrote: > I don't remeber, I guess I did not want to see a length of 6547.003246 > seconds in Freevo. IMHO a length in seconds is what we need. Ok, but shouldn't freevo do that? kaa.metadata should provide as much info as it can. It should be up to th

[Freevo-devel] Re: kaa.ipc and step() problems

2006-04-30 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sat, 2006-04-29 at 19:01 +0200, Dirk Meyer wrote: >> | # Update timestamp on timer before calling the callback to >> | # prevent infinite recursion in case the callback calls >> | # step(). >> | __timers[ i ] = ( interval, notifie

[Freevo-devel] Re: beacon and excessive stating

2006-04-30 Thread Dirk Meyer
Jason Tackaberry wrote: > On Wed, 2006-04-26 at 10:41 +0200, Dirk Meyer wrote: >> > stat the directory and not all the regular files underneath it. It only >> > needs to stat all the regular files if the mtime on the dir has changed. >> >> No > > Right, right. Please ignore the man behind the cu

[Freevo-devel] Re: kaa.metadata length always int

2006-04-30 Thread Dirk Meyer
Jason Tackaberry wrote: > In kaa.metadata: > > def correct_data(self): > """ > correct length to be an int > """ > MediaInfo.correct_data(self) > if not self['length'] and len(self.video) and self.video[0]['length']: > self['length'] = self.vi

[Freevo-devel] Re: Support for Hardware Media Center Extenders.

2006-04-30 Thread Dirk Meyer
Jared Kells wrote: > I am writing to see if anyone knows of any work done on an open source > implementation of Microsoft's MCX protocol. Not that I know of. > For those that don't know Media Center Extenders are network devices > that plug into your TV and extend Windows Media Center Edition ove