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 wi

[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. Index:

[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: /cvsroot/freevo/freevo/src/vi

[Freevo-cvslog] freevo/src/audio/plugins coversearch.py,1.19,1.20

2003-10-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv7155/src/audio/plugins Modified Files: coversearch.py Log Message: Tolerate 404 errors from Amazon without crashing. Sorry this is so ugly, this whole algorithm needs to be cleaned up. Index: covers

[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 th

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 wi

[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 gettin

[Freevo-cvslog] freevo/src directory.py,1.51,1.52

2003-10-20 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv30837/src Modified Files: directory.py Log Message: Also move print into _debug_ Index: directory.py === RCS file: /cvsroot/freevo/freevo/src/direct

[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 a

[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 o

[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 retrie

[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: /cvsroot/freevo/freevo/src/plug

[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 rel

[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: /cvsroot/freevo/freevo/src/audio/

[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

[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 plug

[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 cr

[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 familia

[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: /cvsroot/freevo/freevo/src/g

[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: /cvsroot/freevo/freevo/src/main.p

[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 d

[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: -- Traceback (most recent call last): File "/usr/local/freevo/src/tv/record_client.py", line 102, in scheduleRecording (status,

[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: /cvsroot/freevo/freevo/src/plugins/idle

[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: /cvsroot/freevo/freevo/

[Freevo-cvslog] freevo/src osd.py,1.98,1.99

2003-10-20 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv8952 Modified Files: osd.py Log Message: show more than one newline as free space Index: osd.py === RCS file: /cvsroot/freevo/freevo/src/osd.py,v ret

[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 1.

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 --- Th

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: -- Traceback (most recent call last): File "/usr/local/freevo/src/tv/record_client.py", line 102, in scheduleRecord

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

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 somethin

Re: [Freevo-devel] Freevo 1.4 roadmap

2003-10-20 Thread James Oakley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On October 20, 2003 01:01 pm, Michael Ruelle wrote: > obscuring it and allowing it to pass through. I have found many posts on > the internet claiming that xmlrpc for python does not handle nonascii > characters and that there is no way to change the