[Freevo-devel] crash traceback from latest CVS

2003-11-17 Thread Brian J. Murrell
I am getting the following crash/traceback from current CVS freevo: Traceback (most recent call last): File "./src/main.py", line 342, in main_func app.eventhandler(event) File "/usr/src/freevo/src/menu.py", line 573, in eventhandler action( arg=arg, menuw=self ) File "/usr/src/freev

[Freevo-devel] Updated french translation

2003-11-17 Thread David Sagnol
Find attached a new french version of freevo.po file. Should be ok against current freevo.pot in CVS. I also attached a small patch to add support for i18n during setup (freevo setup --help). David # French strings in freevo # Copyright (C) 2003 # David Sagnol <[EMAIL PROTECTED]>, 2003 # msgid

[Freevo-cvslog] freevo/src/helpers imdb.py,1.4,1.5

2003-11-17 Thread dischi
Update of /cvsroot/freevo/freevo/src/helpers In directory sc8-pr-cvs1:/tmp/cvs-serv18231 Modified Files: imdb.py Log Message: fix disc set support Index: imdb.py === RCS file: /cvsroot/freevo/freevo/src/helpers/imdb.py,v ret

[Freevo-cvslog] freevo/WIP/Dischi/src directory.py,1.5,1.6

2003-11-17 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Dischi/src In directory sc8-pr-cvs1:/tmp/cvs-serv14078/WIP/Dischi/src Modified Files: directory.py Log Message: do not scan when no dir is set Index: directory.py === RCS file: /cvsroot/f

[Freevo-devel] Directfb video option

2003-11-17 Thread Tony Murray
Why can't we set DISPLAY to directfb in freevo.conf? Many people I am sure would like to use directfb and don't have a mga, like those on using the VIA EPIA's CLE266 videocard :-) This is all I needed to get it going. Mplayer accepts directfb as a valid output option, and tvtime will set outp

[Freevo-devel] Re: [Freevo-users] Re: Can you make this a little easier for mainstream distros?

2003-11-17 Thread Wan Tat Chee
On Sun, 16 Nov 2003, Dirk Meyer wrote: > For the installer: if the user doesn't want to compile everything, the > installer should be able to install eveything needed. I also added a > gentoo detection to make the installer use the portage tree and not > the runtime. Aubin: zou could add some Deb

[Freevo-devel] [Plugin] Mailreader for imap (unfinished)

2003-11-17 Thread Viggo Fredriksen
Hi (again)! It seems that my time is scarce at the moment, therefore I submit this plugin to the mailinglist in hope that someone else will pick it up and rewrite, extend - whatever. I will perhaps find some time for it at a later stage, but I am currently pretty much occupied with school. I

[Freevo-devel] [PATCH] Playing .img and .iso files as dvd in videoitem.py

2003-11-17 Thread Viggo Fredriksen
Hi! This is a suggestion for a patch which I find usefull. It makes it possible to play images of DVD's as a dvd-device. This is possible by adding something like this in videoitem.py: mplayer_options += ' dvd://1 -dvd-device %s' % self.filename self.filename = '' self.mode = 'dvd' to th