Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Duncan Webb
Dirk Meyer wrote: > Duncan Webb wrote: >> OT: A big assumption that broadcasters transmit on time, there is nearly >> always a couple of minutes betweens shows, but when they do then 15 secs >> lead-in is better than missing the beginning. >> >> You don't have to follow my syntax could do it like:

Re: [Freevo-devel] freevo 1.7.4 translation : question

2007-10-23 Thread Duncan Webb
Pascal Schirrmann wrote: > Hi Duncan, > > Just to be sure : > > To translate the short coming 1.7.4 version, I need to do a svn freevo-1-7 > That's correct ? Yes this is correct, rel-1 or rel-1-7 branches will do, I copied the po's rel-1-7 to rel-1 today, I won't do another python setup.py i18n

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Dirk Meyer
Duncan Webb wrote: > OT: A big assumption that broadcasters transmit on time, there is nearly > always a couple of minutes betweens shows, but when they do then 15 secs > lead-in is better than missing the beginning. > > You don't have to follow my syntax could do it like: > | t = CronTimer(callbac

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Duncan Webb
Dirk Meyer wrote: > Jason Tackaberry wrote: >> On 2007-10-23 07:34, Duncan Webb wrote: >>> Does kaa.notifier.Timer have an 'at' function so that something can be >>> run at a specific interval? The recordserver runs its loop at the top of >>> the minute so a function like Timer(handler).at('*:00')

[Freevo-devel] freevo 1.7.4 translation : question

2007-10-23 Thread Pascal Schirrmann
Hi Duncan, Just to be sure : To translate the short coming 1.7.4 version, I need to do a svn freevo-1-7 That's correct ? For now, I did a translation from freevo svn 10024, but this is not good ? Thanks, Pascal - This SF.ne

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Dirk Meyer
Jason Tackaberry wrote: > On 2007-10-23 07:34, Duncan Webb wrote: >> Does kaa.notifier.Timer have an 'at' function so that something can be >> run at a specific interval? The recordserver runs its loop at the top of >> the minute so a function like Timer(handler).at('*:00') would be very >> useful.

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Duncan Webb
Jason Tackaberry wrote: > On 2007-10-23 01:46, Duncan Webb wrote: >> I have a little bit of a problem with the recordserver not getting >> events from it's plug-ins. The problem is that kaa.notifier.loop() and >> app.run() don't return so I can't have both in a program, can I? > > Ideally app.run(

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Jason Tackaberry
On 2007-10-23 07:34, Duncan Webb wrote: > Does kaa.notifier.Timer have an 'at' function so that something can be > run at a specific interval? The recordserver runs its loop at the top of > the minute so a function like Timer(handler).at('*:00') would be very > useful. This could be extended to run

[Freevo-devel] convert config

2007-10-23 Thread don locke
I've added config changes to the webconfig, I want to add a convert_config button to the page if the config file is out dated. How can I call the convert_config from python ? don. - This SF.net email is sponsored by: Splunk

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Jason Tackaberry
On 2007-10-23 01:46, Duncan Webb wrote: > I have a little bit of a problem with the recordserver not getting > events from it's plug-ins. The problem is that kaa.notifier.loop() and > app.run() don't return so I can't have both in a program, can I? Ideally app.run() just calls something like app.s

Re: [Freevo-devel] kaa.notifier between processes

2007-10-23 Thread Duncan Webb
Duncan Webb wrote: > Duncan Webb wrote: >> Dirk Meyer wrote: >>> Duncan Webb wrote: > The recordserver doesn't work. >>> What does not work? Well, yes, the recordserver uses the twisted >>> mainloop and Freevo uses kaa.notifier. That sounds like a problem. But >>> don't you want to get rid of