Re: [Freevo-devel] Freevo 1.4 roadmap

2003-10-20 Thread Rob Shortt
Dirk Meyer wrote: 1.4rc2: o fix 'delete recordings' bug in the menu -- Rob -Fixed. o find the strange childapp problem -- Aubin, since you are the only one having this problem -Fixed, right? :) o Bugfixes -- all -Ongoing, things are looking good. o Change some 'foo' to _('foo') for i18n --

Re: [Freevo-devel] Freevo 1.4 roadmap

2003-10-20 Thread Aubin Paul
On Mon, Oct 20, 2003 at 09:04:51AM -0300, Rob Shortt wrote: o find the strange childapp problem -- Aubin, since you are the only one having this problem -Fixed, right? :) I think so. But stability is WAY down since the new childapp code went in. I'm not able to use Freevo for long without

[Freevo-cvslog] freevo/src childapp.py,1.33,1.34

2003-10-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv32515 Modified Files: childapp.py Log Message: A small change to fix a frequent source of crashes. I don't know why, but it happens on occaison, so it's better to silently skip over than to crash horribly.

[Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.34,1.35

2003-10-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv30843/plugins Modified Files: mplayer.py Log Message: Remove double-quit Index: mplayer.py === RCS file:

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Aubin Paul
I fixed the problems I ran into. I was getting self.child doesn't exist a lot. Adding a hasattr check sufficed to fix it. The double-quit also caused some problems (that didn't exist before) with OSErrors. also fixed. The last problem was that a issue with a plugin crashing can bring down Freevo.

[Freevo-devel] Fwd: [MPlayer-dev-eng] [PATCH] vf_bmovl2 - rewrite of vf_bmovl - Extra Tasty Crispy version

2003-10-20 Thread Gustavo Sverzut Barbieri
--- Jason Tackaberry [EMAIL PROTECTED] escreveu: De: Jason Tackaberry [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Data: 20 Oct 2003 00:55:14 -0400 Assunto: [MPlayer-dev-eng] [PATCH] vf_bmovl2 - rewrite of vf_bmovl - Extra Tasty Crispy version I have been working with the bmovl

Re: [Freevo-devel] Freevo 1.4 roadmap

2003-10-20 Thread Michael Ruelle
On Mon, 2003-10-20 at 08:04, Rob Shortt wrote: Mike, can you give us a quick rundown of where the problem crops up (all unicode strings in communication - certain characters, etc) and any leads, ideas to fix, etc? find your local spanish channel (for those in the US) click on a show with

[Freevo-cvslog] freevo/src/audio/plugins cdbackup.py,1.21,1.22

2003-10-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv30430/audio/plugins Modified Files: cdbackup.py Log Message: No CDDB data is a warning at best; sometimes a CD is just not listed there. Convert the rest of the 'print' into _debug_ with errors

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Dirk Meyer
Aubin Paul wrote: On Mon, Oct 20, 2003 at 09:04:51AM -0300, Rob Shortt wrote: o find the strange childapp problem -- Aubin, since you are the only one having this problem -Fixed, right? :) I think so. But stability is WAY down since the new childapp code went in. I'm not able to use

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Aubin Paul
On Mon, Oct 20, 2003 at 07:28:14PM +0200, Dirk Meyer wrote: That's odd. This can oly happen if you a new child faster than the old one, e.g. you walk through the playlist very fast. Have you traced the bug any deeper? You may catch the bug now, but I still wonder why it happens. The bit of

[Freevo-cvslog] freevo/src/plugins mixer.py,1.9,1.10

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv10796 Modified Files: mixer.py Log Message: ioctl may fail Index: mixer.py === RCS file: /cvsroot/freevo/freevo/src/plugins/mixer.py,v

[Freevo-cvslog] freevo/src/plugins mixer.py,1.10,1.11

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv11033 Modified Files: mixer.py Log Message: better exception handling for ioctl Index: mixer.py === RCS file:

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Dirk Meyer
Aubin Paul wrote: Right; the problem arose when the Amazon plugin was contacting amazon. For some reason, Amazon returned a 404 on the query. (It worked again later) but something like that shouldn't crash Freevo. I modified the plugin to deal with the 404, but since many of the plugins rely

[Freevo-cvslog] freevo/src/audio/plugins mplayer.py,1.21,1.22

2003-10-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv30761 Modified Files: mplayer.py Log Message: Remove the double-quit Index: mplayer.py === RCS file:

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Dirk Meyer
Rob Shortt wrote: Dirk Meyer wrote: 1.4rc2: o fix 'delete recordings' bug in the menu -- Rob -Fixed. o find the strange childapp problem -- Aubin, since you are the only one having this problem -Fixed, right? :) I hope. Aubin, any problems with current CVS? o Change some 'foo' to

[Freevo-devel] On the way to 1.4rc2

2003-10-20 Thread Dirk Meyer
Hi, I don't see any showstoppers for 1.4rc2 anymore. So here is a small todo list: o Thomas, can you make a new mmpython release? o Rob: can you make a new runtime this time? o All: please update the Changelog for stuff you've done so I won't miss anything in the release notes. External

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Aubin Paul
Sounds good... Aubin On Mon, Oct 20, 2003 at 09:39:22PM +0200, Dirk Meyer wrote: Aubin Paul wrote: Right; the problem arose when the Amazon plugin was contacting amazon. For some reason, Amazon returned a 404 on the query. (It worked again later) but something like that shouldn't crash

[Freevo-devel] appletrailers-plugin status

2003-10-20 Thread Eirik Meland
As the author of the evil appletrailers-plugin, I have contacted a norwegian lawyer to check if Apple's Legal Information Notices apply to Norway. * If they don't (most probably), I will host the plugin on my site. I would then like someone to ask Apple for permission (I'm not very familiar

[Freevo-cvslog] freevo/src/gui PopupBox.py,1.35,1.36

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/src/gui In directory sc8-pr-cvs1:/tmp/cvs-serv9814 Modified Files: PopupBox.py Log Message: center popup box on screen as default Index: PopupBox.py === RCS file:

[Freevo-cvslog] freevo/src main.py,1.82,1.83

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv10052/src Modified Files: main.py Log Message: catch exception caused by eventhandlers Index: main.py === RCS file:

[Freevo-devel] Re: Freevo 1.4 roadmap

2003-10-20 Thread Dirk Meyer
Aubin Paul wrote: I fixed the problems I ran into. I was getting self.child doesn't exist a lot. Adding a hasattr check sufficed to fix it. That's odd. This can oly happen if you a new child faster than the old one, e.g. you walk through the playlist very fast. Have you traced the bug any

[Freevo-devel] showstopper?

2003-10-20 Thread Aubin Paul
I've got one showstopper for 1.4rc2; it's currently not possible to schedule a recording via Freevo's OSD. I sent the trackback earlier, but here it is again: -- tv.tvguide.TVGuide instance at 0x40a8852c Traceback (most recent call last): File /usr/local/freevo/src/tv/record_client.py, line

[Freevo-cvslog] freevo/src/plugins idlebar.py,1.45,1.46

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv26245 Modified Files: idlebar.py Log Message: wrong exception handled Index: idlebar.py === RCS file:

[Freevo-cvslog] freevo freevo_config.py,1.273,1.274

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv10052 Modified Files: freevo_config.py Log Message: catch exception caused by eventhandlers Index: freevo_config.py === RCS file:

[Freevo-devel] Another crash

2003-10-20 Thread Aubin Paul
I got another crash in childapp.py: File /usr/local/freevo/src/audio/plugins/mplayer.py, line 177, in stop self.thread.stop('quit\n') File /usr/local/freevo/src/childapp.py, line 381, in stop raise OSError This is this part: if not hasattr(self.app, 'child'):

[Freevo-cvslog] freevo/i18n freevo.pot,1.8,1.9

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv10154 Modified Files: freevo.pot Log Message: update Index: freevo.pot === RCS file: /cvsroot/freevo/freevo/i18n/freevo.pot,v retrieving revision

Re: [Freevo-devel] On the way to 1.4rc2

2003-10-20 Thread Eirik Meland
Dirk Meyer [EMAIL PROTECTED] writes: External plugins: We need a webspace for external plugins like the appletrailers. I will host the appletrailers as soon as I know I have my back covered. -- Eirik Meland Paranoid Android --- This

Re: [Freevo-devel] showstopper?

2003-10-20 Thread Rob Shortt
Aubin Paul wrote: I've got one showstopper for 1.4rc2; it's currently not possible to schedule a recording via Freevo's OSD. I sent the trackback earlier, but here it is again: -- tv.tvguide.TVGuide instance at 0x40a8852c Traceback (most recent call last): File

Re: [Freevo-devel] Re: tv guide bugs

2003-10-20 Thread Gustavo Sverzut Barbieri
Hi, Looking at those pictures (http://www.tzi.de/~dmeyer/freevo/tvguide.jpg and http://www.tzi.de/~dmeyer/freevo/webtv2.jpg) and looking at the code from http://www.tzi.de/~dmeyer/freevo/guide.rpy.html (I can't check TV.xml, since I don't have permission... could you paste the important lines ---

Re: [Freevo-devel] On the way to 1.4rc2

2003-10-20 Thread Esben Jensen
On Monday 20 October 2003 22:04, Dirk Meyer wrote: Translations: Please update the translations. You can get the current i18n directory from http://www.tzi.de/~dmeyer/freevo. There is a tgz freevo-i18n.tgz and appletrailers-i18n.tgz. Please update the po file for your language and send it to

Re: [Freevo-devel] showstopper?

2003-10-20 Thread Aubin Paul
On Mon, Oct 20, 2003 at 11:07:30PM -0300, Rob Shortt wrote: Aubin Paul wrote: I've got one showstopper for 1.4rc2; it's currently not possible to schedule a recording via Freevo's OSD. I sent the trackback earlier, but here it is again: I can't reproduce this. Is there something