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

2003-06-06 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv18564 Modified Files: rom_drives.py Log Message: Treat Mixed (CD Audio + Data Track) as CD Audio too since the ioctl returns a different value. It would be nice to have the data track mounted as well. Look

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

[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/WIP/Dischi/mediainfo compile,NONE,1.1 dvd.py,NONE,1.1 ifomodule.c,1.1,1.2 test.py,1.1,1.2

2003-06-06 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Dischi/mediainfo In directory sc8-pr-cvs1:/tmp/cvs-serv18936 Modified Files: ifomodule.c test.py Added Files: compile dvd.py Log Message: dvd parsing done, run ./compile && python test.py to test --- NEW FILE: compile --- python ./setup.py in

[Freevo-cvslog] freevo/src/audio __init__.py,1.2,1.3

2003-06-06 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv27015 Modified Files: __init__.py Log Message: Set AUDIO_CACHE_VERSION to 2 to audio-rebuild the cache if the audio cache is from older versions to avoid crash and manual removal of the cache files Index: _

[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 /dev

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

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

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 wa

RE: [Freevo-devel] Sub-project mediainfo

2003-06-06 Thread Thomas Schüppel
Hi, I'm tired of using mplayer to parse the DVD to get the number of titles, etc. Someone else posted a pack of files to get audio info (and avi, too?) some time ago. I'm thinking of a new (sub) project: mediainfo. Just put a file or a device in it, and you can get all the info with one interfa

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 timeshift

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

2003-06-06 Thread Thomas Schüppel
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aubin Paul Sent: Donnerstag, 5. Juni 2003 23:00 To: [EMAIL PROTECTED] Subject: [Freevo-devel] Next runtime... Rob, I'm thinking the next runtime should probably include this stuff for mplayer * A recent

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 mplay

[Freevo-cvslog] freevo/runtime/src mplayer_freevobanner.diff,1.4,1.5

2003-06-06 Thread rshortt
Update of /cvsroot/freevo/freevo/runtime/src In directory sc8-pr-cvs1:/tmp/cvs-serv28898 Modified Files: mplayer_freevobanner.diff Log Message: Updating for mplayer cvs 20030605. Index: mplayer_freevobanner.diff === RCS fil

[Freevo-cvslog] freevo/runtime/src mplayer_dvdprot.diff,1.3,1.4

2003-06-06 Thread rshortt
Update of /cvsroot/freevo/freevo/runtime/src In directory sc8-pr-cvs1:/tmp/cvs-serv25489 Modified Files: mplayer_dvdprot.diff Log Message: Updating to mplayer cvs 20030605. Index: mplayer_dvdprot.diff === RCS file: /cvsroot

[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] Re: Next runtime...

2003-06-06 Thread Rob Shortt
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 what that patch was

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

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

2003-06-06 Thread Rob Shortt
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/ but that's for mpeg4, not specual .nuv files. -Rob --- This SF.ne

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:

[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

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

2003-06-06 Thread Rob Shortt
Aubin Paul wrote: Well, I still have some things to update in the runtime. Most of it is not too much of a problem but adding directfb support for SDL is a pain and need to come up with a new way of inclidung the drivers. Patch SDL with the directfb patch; build Directfb as static (--enable-

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

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

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

2003-06-06 Thread Rob Shortt
Rob Shortt wrote: * A recent snapshot with the patch to revert the audio behaviour (the one I sent earlier this week) Or we could support both types of output. I haven't compiled the latest mplayer cvs, but maybe that's the better solution. It would save me from having to patch mplayer for thi

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 versi

Re: [Freevo-devel] MPlayer elapsed time patch

2003-06-06 Thread Aubin Paul
Thanks, I've committed it; On Fri, Jun 06, 2003 at 07:35:31AM +0300, Urmet J?nes wrote: > Hi! > > Freevo wasn't able to display more than 999 seconds (16:38) of elapsed > audio playing time. The reason was the parser expected a space before > the elapsed seconds output, but this disappeared wh

[Freevo-cvslog] freevo/src/audio/plugins mplayer.py,1.8,1.9

2003-06-06 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv11362 Modified Files: mplayer.py Log Message: Patch for audiofiles with length > 1000sec from Urmet... I made a similar fix for video awhile back, don't know why I forgot audio. Index: mplayer.py ==

[Freevo-devel] Next runtime...

2003-06-06 Thread Aubin Paul
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 versions of mplayer c

[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

[Freevo-wikilog] [Freevo Wiki] Update of "DevelopersPage/WebSite"

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/DevelopersPage_2fWebSite

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

2003-06-06 Thread Rob Shortt
Dirk Meyer wrote: * A recent snapshot with the patch to revert the audio behaviour (the one I sent earlier this week) Or we could support both types of output. I haven't compiled the latest mplayer cvs, but maybe that's the better solution. It would save me from having to patch mplayer for this

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

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

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

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

2003-06-06 Thread Dirk Meyer
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) Or we could support both types of output. I haven't compiled the latest mplayer cv