SV: [Freevo-devel] Tentative lizard skin

2003-12-18 Thread Peter Svensson
Egads! That's strange. I had some problems installing it, but that was because I had an old out-of-date local_conf.py in the directory I was standing, but this doesn't look like that at all. I don't understand that /tmp thing at all. Sorry. And it doesn't matter that it works for me :) since it

[Freevo-devel] [PATCH] VideoItem, fxdhandler and mplayer patches

2003-12-18 Thread Matthieu Weber
Here is a patch which makes the playing of FXD movies more friendly: when the movie is composed of several different media or files, it wont display an error if at least one of the media/files is available. That allows to easily play movies that are split into 2 CDs, and you have only one CD

[Freevo-devel] [PATCH] Support of zipped ROMS in Games

2003-12-18 Thread Matthieu Weber
Here is a patch for supporting Genesis and SNES zipped roms in the games module. It simply unzips the ROM to /tmp and passes the uncompressed file to snesitem and genesisitem for title detection. zipped_rom.py is a new file, used by this patch. Matthieu -- (~._.~)Matthieu Weber -

[Freevo-devel] Re: Freevo still does a hardkill on my mplayer...

2003-12-18 Thread Dirk Meyer
Richard van Paasen wrote: A zombie process is already dead and exit'ed. You cannot kill it again. The zombie process is waiting in the process list until the parent (freevo in this case) has checked its return status. You can get rid of the zombie by catching SIGCHLD or by calling the wait()

[Freevo-devel] Re: Tentative lizard skin

2003-12-18 Thread Dirk Meyer
Peter Svensson wrote: Egads! That's strange. I had some problems installing it, but that was because I had an old out-of-date local_conf.py in the directory I was standing, but this doesn't look like that at all. I don't understand that /tmp thing at all. Sorry. And it doesn't matter that it

SV: [Freevo-devel] Re: Tentative lizard skin

2003-12-18 Thread Peter Svensson
OK! Thanks! I'll chmod and re-up the skin. /PS -Ursprungligt meddelande- Från: Dirk Meyer [mailto:[EMAIL PROTECTED] Skickat: den 18 december 2003 11:31 Till: [EMAIL PROTECTED] Ämne: [Freevo-devel] Re: Tentative lizard skin Peter Svensson wrote: Egads! That's strange. I had some

[Freevo-devel] Tentative lizard skin (now possible to install! yay!)

2003-12-18 Thread Peter Svensson
I hope it should work now; http://217.215.28.210:/freevo/lizard.tar.gz /PS --- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn

Re: [Freevo-devel] Re: Freevo still does a hardkill on my mplayer...

2003-12-18 Thread Rob Shortt
Dirk Meyer wrote: Richard van Paasen wrote: A zombie process is already dead and exit'ed. You cannot kill it again. The zombie process is waiting in the process list until the parent (freevo in this case) has checked its return status. You can get rid of the zombie by catching SIGCHLD or by

[Freevo-devel] Re: Freevo still does a hardkill on my mplayer...

2003-12-18 Thread Dirk Meyer
Rob Shortt wrote: Dirk Meyer wrote: Richard van Paasen wrote: A zombie process is already dead and exit'ed. You cannot kill it again. The zombie process is waiting in the process list until the parent (freevo in this case) has checked its return status. You can get rid of the zombie by catching

[Freevo-devel] Re: Playlists still very broken

2003-12-18 Thread Dirk Meyer
Aubin Paul wrote: Having looked into this a little for the past couple of days, and without knowing the authors original intent, I can't fix it. A flat playlist (like an m3u) is made of a list of strings, but trying to browse it in the menu structure always checks to see if it has Item

[Freevo-devel] Re: Playlists still very broken

2003-12-18 Thread Aubin Paul
Ok, I'll work on it... I just didn't know we were making the objects only at browse/playtime. I've fixed it so it doesn't add the broken up path string ('/','v','a'...) The browse and play functions are being called, but aren't working because after running the loop, the entries are still of

[Freevo-cvslog] freevo/src playlist.py,1.43,1.44

2003-12-18 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv20814 Modified Files: playlist.py Log Message: Two bugfixes for the previously broken playlist stuff: * Don't iterate over the playlist if it is a string, since it just splits the string into characters *

[Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-18 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv4786 Modified Files: playlist.py Log Message: If we're using a playlist file, make sure the object has that attribute so we can use fileops on it later. Index: playlist.py

Re: [Freevo-devel] Re: Freevo still does a hardkill on my mplayer...

2003-12-18 Thread den_RDC
Thx for the tip, cvs resolved the issue... Let's hope the bug is actually dead (u never know with zombies) Mvg den_RDC On Wednesday 17 December 2003 16:41, Torben Janssen wrote: Hi, Maybe it's a dfbmga problem, or you could try freevo cvs. The whole childapp stuff is moved out of a

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

2003-12-18 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 62.127.14.162: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage

Re: [Freevo-devel] Restoring fbdev after running mplayer on dfbmga (PVR250 output now usable)

2003-12-18 Thread Jesper Skov
On Wed, 2003-12-17 at 19:18, Aubin Paul wrote: On Wed, Dec 17, 2003 at 07:00:30PM +0100, Jesper Skov wrote: However, to get it to work, I need Freevo to issue a fbset command after mplayer quits. There's already the OSD_SDL_EXEC_AFTER_STARTUP option, but it's only executed after Freevo

Re: [Freevo-devel] Restoring fbdev after running mplayer on dfbmga (PVR250 output now usable)

2003-12-18 Thread Aubin Paul
That's a bug :) The autocolor plugin should run at any point when the Freevo OSD is hidden, so if it's not showing at a certain point, it's broken :) The mplayer TV plugin hasn't been updated to use the new childapp stuff in CVS yet, so that might be the problem. I know it's probably not that

[Freevo-cvslog] freevo/src/audio audiodiskitem.py,1.25,1.26

2003-12-18 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv10335 Modified Files: audiodiskitem.py Log Message: Crash Fix: The self. variable didn't exist, but the config one did. It would crash when I put in a CD. Index: audiodiskitem.py