[Freevo-devel] FXD handler bugfixes

2003-12-08 Thread Matthieu Weber
Here is a patch that fixes the fxdhandler, videoitem and __init__ of the video subsystem. Unless the DTD for video fxd files has changed, the fxdhandler implementation does not respect the DTD (and none of my fxd work anymore). Moreover, the videoitem patch provides a dirty fix for the following

[Freevo-devel] Playlist quickfix

2003-12-08 Thread Matthieu Weber
When playing a movie ends, the eventhandler of DirItem tries to stop the background_playlist, but for some reason there is no such attribute in the object. Here is a quickfix that checks if such attribute exists before trying to access it. This bug might be the sign of some other bug somewhere

SV: [Freevo-devel] Playlist quickfix

2003-12-08 Thread Peter Svensson
On a related note, I keep seeing a lot of cwd attributes which doesn't exist on diverse objects. Both when I try to download a cover from amazon, and intermittently when quitting from a game. /PS -Ursprungligt meddelande- Från: Matthieu Weber [mailto:[EMAIL PROTECTED] Skickat: den 8

[Freevo-cvslog] freevo/WIP/RobShortt tv_grab_multiple,NONE,1.1

2003-12-08 Thread rshortt
Update of /cvsroot/freevo/freevo/WIP/RobShortt In directory sc8-pr-cvs1:/tmp/cvs-serv27478 Added Files: tv_grab_multiple Log Message: A script to use as your XMLTV_GRABBER in local_conf.py for combining listings from multiple providers. You must have xmltv config files for each

[Freevo-cvslog] freevo/src/games __init__.py,1.13,1.14

2003-12-08 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1:/tmp/cvs-serv31806 Modified Files: __init__.py Log Message: change cwd to get Index: __init__.py === RCS file:

[Freevo-cvslog] freevo/src/image __init__.py,1.8,1.9

2003-12-08 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv32017 Modified Files: __init__.py Log Message: change cwd to get Index: __init__.py === RCS file:

[Freevo-cvslog] freevo/src/audio __init__.py,1.13,1.14

2003-12-08 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv32153 Modified Files: __init__.py Log Message: change cwd to get Index: __init__.py === RCS file:

[Freevo-cvslog] freevo/src playlist.py,1.38,1.39

2003-12-08 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv3127 Modified Files: playlist.py Log Message: getting a lot of crashes. quickfix Index: playlist.py === RCS file:

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/RobShortt tv_grab_multiple,NONE,1.1

2003-12-08 Thread Rob Shortt
Also, last night I got VideoGroup switching working in the mplayer tv plugin (not committed yet). What does this mean? Well this means you can have various Freevo channels configured to use different devices, or inputs on a device. For example, I have a webcam connected to my Freevo box. I

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/RobShortt tv_grab_multiple,NONE,1.1

2003-12-08 Thread Rob Shortt
Rob Shortt wrote: So, I can start Freevo, go to my tvguide, select channel 3, and view the output of my webcam. BTW I also added MPLAYER_ARGS['webcam'] for that. If I want to change the channel (channel up for example), Freevo knows that the next channel belongs to a different VideoGroup. If

Re: SV: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/RobShortt tv_gr ab_multiple,NONE,1.1

2003-12-08 Thread Rob Shortt
Peter Svensson wrote: Yes! This sounds great! THis might bea stupid question, but how hard would it be to use the tv-guide to 'choose' internet/lan-based URL's for specific programs? Well at first this will map individual channels to a URL. If there is eventually some videolan-freevo

[Freevo-devel] Re: FXD handler bugfixes

2003-12-08 Thread Dirk Meyer
Matthieu Weber wrote: Here is a patch that fixes the fxdhandler, videoitem and __init__ of the video subsystem. Unless the DTD for video fxd files has changed, the fxdhandler implementation does not respect the DTD (and none of my fxd work anymore). Sorry. In the beginning I didn't even want

[Freevo-devel] Re: Playlist quickfix

2003-12-08 Thread Dirk Meyer
Matthieu Weber wrote: When playing a movie ends, the eventhandler of DirItem tries to stop the background_playlist, but for some reason there is no such attribute in the object. Here is a quickfix that checks if such attribute exists before trying to access it. This bug might be the sign of

[Freevo-cvslog] freevo/src/image __init__.py,1.9,1.10

2003-12-08 Thread dischi
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv24051/src/image Modified Files: __init__.py Log Message: merged Playlist and RandomPlaylist into one class Index: __init__.py === RCS file:

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

2003-12-08 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv24051/src/audio Modified Files: audiodiskitem.py Log Message: merged Playlist and RandomPlaylist into one class Index: audiodiskitem.py ===

[Freevo-cvslog] freevo/src playlist.py,1.39,1.40 directory.py,1.73,1.74

2003-12-08 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv24051/src Modified Files: playlist.py directory.py Log Message: merged Playlist and RandomPlaylist into one class Index: playlist.py === RCS file:

[Freevo-cvslog] freevo/src playlist.py,1.40,1.41

2003-12-08 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv25044/src Modified Files: playlist.py Log Message: add doc Index: playlist.py === RCS file: /cvsroot/freevo/freevo/src/playlist.py,v retrieving

SV: [Freevo-devel] Re: FXD handler bugfixes

2003-12-08 Thread Peter Svensson
Perhaps someone could add this to games as well ?? Please? /PS -Ursprungligt meddelande- Från: Dirk Meyer Till: [EMAIL PROTECTED] Skickat: 2003-12-08 19:26 Ämne: [Freevo-devel] Re: FXD handler bugfixes Matthieu Weber wrote: Here is a patch that fixes the fxdhandler, videoitem and