[Freevo-devel] Re: INotify API in beacon

2006-03-30 Thread Dirk Meyer
Jason Tackaberry wrote: > On Mon, 2006-03-27 at 11:24 +0200, Dirk Meyer wrote: >> Nice work. I see that INotify doesn't work in subdirs. So I guess the >> logic for beacon will be the following: > > Right. Actually there was talk about making something like that > possible but it may be another me

Re: [Freevo-devel] Re: INotify API in beacon

2006-03-27 Thread Jason Tackaberry
On Mon, 2006-03-27 at 11:24 +0200, Dirk Meyer wrote: > Nice work. I see that INotify doesn't work in subdirs. So I guess the > logic for beacon will be the following: Right. Actually there was talk about making something like that possible but it may be another mechanism than notify. But inotify

[Freevo-devel] Re: INotify API in beacon

2006-03-27 Thread Dirk Meyer
Jason Tackaberry wrote: > i = INotify() > dir = os.path.expanduser("~") > i.watch(dir).connect(cb) > print "Now monitoring", dir > kaa.main() Nice work. I see that INotify doesn't work in subdirs. So I guess the logic for beacon will be the following: start crawler for dir x. When a subdir is che