[Freevo-devel] directory crash

2003-06-06 Thread Guido Bakker
Hi, I'm getting the following error: Crash! Traceback (most recent call last): File src/main.py, line 359, in ? main_func() File src/main.py, line 324, in main_func osd.focused_app.eventhandler(event) File src/menu.py, line 530, in eventhandler action( menuw=self ) File

Re: [Freevo-devel] directory crash

2003-06-06 Thread Aubin Paul
Remove your audioitem cache; it's usually in /var/cache/freevo/audio rm /var/cache/freevo/* It could also be in /tmp/freevo/cache/audio... Aubin On Thu, Jun 05, 2003 at 07:17:56PM +0200, Guido Bakker wrote: Hi, I'm getting the following error: Crash! Traceback (most recent call

[Freevo-cvslog] website content_hardware.html,NONE,1.1 content_install.html,1.8,1.9 gensite.py,1.4,1.5 template_main.html,1.4,1.5

2003-06-06 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv20207 Modified Files: content_install.html gensite.py template_main.html Added Files: content_hardware.html Log Message: Moved Hardware information onto a seperate page, and added a link to the PVR hardware

[Freevo-cvslog] website publish.sh,NONE,1.1

2003-06-06 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv29642 Added Files: publish.sh Log Message: --- NEW FILE: publish.sh --- #!/bin/sh # rsync --exclude=.cvsignore --cvs-exclude --exclude=gen*.py --exclude=content_*.html --exclude=template_main.html -av --compress

[Freevo-cvslog] website content_hardware.html,1.1,1.2

2003-06-06 Thread outlyer
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv7721 Modified Files: content_hardware.html Log Message: Added some elaboration to buy one, regarding remote recievers. It's now a link to Evation.com where I bought my irman and have had very good results. I don't

Re: [Freevo-devel] Next runtime...

2003-06-06 Thread Rob Shortt
Aubin Paul wrote: Rob, I'm thinking the next runtime should probably include this stuff for mplayer * A recent snapshot with the patch to revert the audio behaviour (the one I sent earlier this week) * MythTV file support * v4l2 patch I'm not sure which other things we need, but the latest

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage

2003-06-06 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 213.224.83.134: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage The comment on the change is: Too lazy to manually enter

[Freevo-wikilog] [Freevo Wiki] Update of WikiSandBox

2003-06-06 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 81.49.93.50: http://freevo.sourceforge.net/cgi-bin/moin.cgi/WikiSandBox

[Freevo-cvslog] freevo/WIP/Thomas/mplayer-patches libmpdemux_timeshift.patch,1.3,1.4

2003-06-06 Thread rshortt
Update of /cvsroot/freevo/freevo/WIP/Thomas/mplayer-patches In directory sc8-pr-cvs1:/tmp/cvs-serv14530 Modified Files: libmpdemux_timeshift.patch Log Message: Updating for mplayer cvs 20030605. Index: libmpdemux_timeshift.patch

Re: [Freevo-devel] Next runtime...

2003-06-06 Thread Rob Shortt
Rob Shortt wrote: Aubin Paul wrote: * MythTV file support * v4l2 patch Does anyone know where I can find these patches? I found a mythtv one here: http://dijkstra.csh.rit.edu:8088/~mdz/mythtv/ Actually, that is the correct mythtv patch. I still need V4L2. Anyone? :) So far I have (for

[Freevo-devel] Re: Next runtime...

2003-06-06 Thread Aubin Paul
On Fri, Jun 06, 2003 at 10:55:42AM +0200, Dirk Meyer wrote: Or we could support both types of output. I haven't compiled the latest mplayer cvs, but maybe that's the better solution. I'm not sure how easy it would be; because well, it looks like this: A: 1001.2 or A: 16:41.1 The

Re: [Freevo-devel] Re: Next runtime...

2003-06-06 Thread Aubin Paul
On Fri, Jun 06, 2003 at 09:06:07AM -0300, Rob Shortt wrote: It would save me from having to patch mplayer for this every time. :) I figured for this one release we do it, and then break it after :) MythTV uses a modified nuppelvideo format that mplayer can't play. Someone on the list asked

[Freevo-devel] Re: Next runtime...

2003-06-06 Thread Dirk Meyer
Aubin Paul wrote: On Fri, Jun 06, 2003 at 10:55:42AM +0200, Dirk Meyer wrote: Or we could support both types of output. I haven't compiled the latest mplayer cvs, but maybe that's the better solution. I'm not sure how easy it would be; because well, it looks like this: A: 1001.2 OK,

Re: [Freevo-devel] Re: Next runtime...

2003-06-06 Thread Aubin Paul
I would certainly hope so :) DirectFB advertises itself as a solution for embedded systems, so that would be important. Shared objects are convenient, but they invoke performance penalties compared to static libraries. On Fri, Jun 06, 2003 at 11:44:32AM -0300, Rob Shortt wrote: Aubin Paul wrote:

Re: [Freevo-devel] Next runtime...

2003-06-06 Thread Rob Shortt
Thomas Schüppel wrote: I would also like to change the timeshift plugin a little. l8r... Thomas Welcome back Thomas! I intend to have lengthy conversations with you on irc as I got things moving with ivtv support and have been doing some work on the timeshifting

RE: [Freevo-devel] vlc tv plugin

2003-06-06 Thread Thomas Schüppel
So are you planning on using VLC to collect the stream, and also to be the player, both on the client side? Unless you don't like mplayer and would rather use VLC as a player you really should only need something to collect the mpeg2. Yes, I'd prefer to use mplayer as the player, but if I

[Freevo-devel] Re: Next runtime...

2003-06-06 Thread Dirk Meyer
Rob Shortt wrote: Also regarding the new mplayer there is a patch in Freevo CVS, runtime/src/mplayer_cdda_seeking.diff, that no longer applies. Can someone test cd playing with freevo using the new mplayer and test if it will continue to the next song after the first is over? I think that's

[Freevo-devel] Re: Sub-project mediainfo

2003-06-06 Thread Dirk Meyer
Thomas Schüppel wrote: Tat's what I started mmpython for. See http://sf.net/projects/mmpython. Thank you. I know someone announced a project like this, but I couldn't remember who and what sf name (and the sf search engine sucks) If you prefer this as a freevo subproject, I have no

[Freevo-devel] Re: Sub-project mediainfo

2003-06-06 Thread Dirk Meyer
Dirk Meyer wrote: I would love to use that lib. I'm working on the DVD parser right now. But it depends on libdvdread, I can't think of a way without it. OK, done. Check out WIP/Dischi/mediainfo. After running ./compile you can run 'python test.py' to get all informations from the DVD in

[Freevo-wikilog] [Freevo Wiki] Update of FrequentlyAskedQuestions

2003-06-06 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on Freevo Wiki for change notification. The following page has been changed by 65.49.70.167: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

[Freevo-cvslog] freevo/src menu.py,1.48,1.49

2003-06-06 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv14360 Modified Files: menu.py Log Message: Prevent a crash. Index: menu.py === RCS file: /cvsroot/freevo/freevo/src/menu.py,v retrieving revision