[Freevo-devel] Making ConfirmBox modal

2003-12-10 Thread Matthieu Weber
Is it possible to make the ConfirmBox (and AlertBox, and so on) modal? Meaning that the ConfirmBox.show() function doesn't return unless the user has chosen between OK or Cancel? My problem is the following: When playing some movies from FXD files (I have one directory containing FXD files for

Re: [Freevo-devel] Making ConfirmBox modal

2003-12-10 Thread Rob Shortt
Matthieu Weber wrote: Is it possible to make the ConfirmBox (and AlertBox, and so on) modal? Meaning that the ConfirmBox.show() function doesn't return unless the user has chosen between OK or Cancel? ... So it seems that the eventhandlers are messed up at some point... It would make my life sooo

Re: [Freevo-devel] Manual record displays third field of TV_CHANNELS as channel name.

2003-12-10 Thread Rob Shortt
Alex Polite wrote: The list of channels contain the third field of the TV_CHANNELS variable. I think that the second field would be more convenient for most human users. In North America it is quite common for people to think of a channel name as the tuner id. We'd say What's on channel 7

[Freevo-cvslog] freevo/src directory.py,1.74,1.75

2003-12-10 Thread rshortt
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv1691 Modified Files: directory.py Log Message: Fix a typo. Index: directory.py === RCS file: /cvsroot/freevo/freevo/src/directory.py,v retrieving

Re: [Freevo-devel] Making ConfirmBox modal

2003-12-10 Thread Matthieu Weber
On Wed 10.12.2003 at 08:42:39AM -0400, Rob Shortt wrote: I think with some work it should be possible to get Freevo dialoge boxes to behave this way. Perhaps we could have the show() method wait for an apropriate event. In any case, the way it is now you must use a callback function to

Please integrate this patch (was: [Freevo-devel] Manual record displays third field of TV_CHANNELS as channel name.)

2003-12-10 Thread Alex Polite
On Wed, Dec 10, 2003 at 12:22:40AM +0100, Alex Polite wrote: I can't use xmltv for recordings cause tv_grab_sn is broken. (I know this has nothing to do with you guys.) So I choose manually record in the web interface. The list of channels contain the third field of the TV_CHANNELS

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

2003-12-10 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 206.246.146.67: http://freevo.sourceforge.net/cgi-bin/moin.cgi/AptGet

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

2003-12-10 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 206.246.146.67: http://freevo.sourceforge.net/cgi-bin/moin.cgi/AptGet

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

2003-12-10 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.252.0.5: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FreevoRoadmap

[Freevo-cvslog] freevo/WIP/Dischi TODO,1.31,1.32

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Dischi In directory sc8-pr-cvs1:/tmp/cvs-serv7228 Modified Files: TODO Log Message: Index: TODO === RCS file: /cvsroot/freevo/freevo/WIP/Dischi/TODO,v retrieving revision 1.31

[Freevo-devel] Re: plugin data

2003-12-10 Thread Dirk Meyer
Robert Rozman wrote: Hi, I'm curious what are ways of sharing non-permanent data. For instance I get data with plugin that listens to tcp port and would like to have that data in idlebar plugin for instance. How can I do that ? Each plugin is an object from your class. So you can save

[Freevo-devel] Re: plugin data

2003-12-10 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Dec 09, 2003 at 08:48:47PM +0100, Dirk Meyer wrote: 1. Create a file for each directory to store that data. This is more or less duplicate work since mmpython does that. I think this would be necessary, simply because mmpython is a seperate program now. Agreed.

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

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv6291 Modified Files: childapp.py Log Message: Added ChildApp2 which is a ChildApp including the code in ChildThread to avoid threads when they are not needed to prevert crashes because of bad thread timing. ALL

[Freevo-cvslog] freevo/src main.py,1.98,1.99

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv7206 Modified Files: main.py Log Message: changes to the new Event.handler and Childapp2 Index: main.py === RCS file:

[Freevo-cvslog] freevo/src event.py,1.31,1.32

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv7099 Modified Files: event.py Log Message: add handler for events who know the needed eventhandler Index: event.py === RCS file:

[Freevo-devel] Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Viggo Fredriksen
Hi! I'm working on implementing an audio detach bar (with modified a detach.py). From detach.py I call plugin.activate() for my DaemonPlugin. This works as expected. I also have a draw() function in this plugin, and I need to have a reasonably high poll_interval for the time

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

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv8156 Modified Files: detach.py Log Message: no need for the eventhandler anymore Index: detach.py === RCS file:

[Freevo-devel] Steaming fresh cvs bug :-)

2003-12-10 Thread Peter Svensson
I was going to gointo a directory containingmp3's. No such luck :-)= Spoiler; AttributeError: Playlist instance has no attribute 'filename' --- Freevo start at Wed Dec 10 19:23:26 2003

[Freevo-cvslog] freevo/src/audio/plugins mplayer.py,1.28,1.29 radioplayer.py,1.4,1.5

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv8649/src/audio/plugins Modified Files: mplayer.py radioplayer.py Log Message: AUDIO_PLAY_END is not needed anymore Index: mplayer.py

[Freevo-cvslog] freevo/src event.py,1.32,1.33

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv8649/src Modified Files: event.py Log Message: AUDIO_PLAY_END is not needed anymore Index: event.py === RCS file:

[Freevo-cvslog] freevo/src/util popen3.py,1.7,1.8

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv14801 Modified Files: popen3.py Log Message: add function to get the stdout of a command call Index: popen3.py === RCS file:

[Freevo-cvslog] freevo/src/util misc.py,1.6,1.7

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv14932 Modified Files: misc.py Log Message: remove unneeded imports Index: misc.py === RCS file: /cvsroot/freevo/freevo/src/util/misc.py,v

[Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.49,1.50 xine.py,1.31,1.32

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv15040/video/plugins Modified Files: mplayer.py xine.py Log Message: make it possible to bypass version checking Index: mplayer.py ===

[Freevo-cvslog] freevo/src/audio/plugins xine.py,1.10,1.11

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv15040/audio/plugins Modified Files: xine.py Log Message: make it possible to bypass version checking Index: xine.py === RCS file:

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

2003-12-10 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv15756 Modified Files: playlist.py Log Message: make playlist files work again Index: playlist.py === RCS file:

[Freevo-devel] Re: Steaming fresh cvs bug :-)

2003-12-10 Thread Dirk Meyer
Peter Svensson wrote: I was going to gointo a directory containingmp3's. No such luck :-)= Spoiler; AttributeError: Playlist instance has no attribute 'filename' Oops, copy'paste error. Fixed in cvs. You can fix it for your copy by replacing all self.filename with playlist. Dischi -- To

[Freevo-devel] Re: Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Dirk Meyer
Viggo Fredriksen wrote: Hi! I'm working on implementing an audio detach bar (with modified a detach.py). From detach.py I call plugin.activate() for my DaemonPlugin. This works as expected. I also have a draw() function in this plugin, and I need to have a reasonably high poll_interval for

AW: [Freevo-devel] Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Jan Grewe
Audio detach bar? Is that an idlebar plugin which display the status of the currently playing track, like name and time? That would be great!!! ...if it's not something like that, anyone who would write one? ;) /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL

Re: AW: [Freevo-devel] Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Viggo Fredriksen
That's what I am working on :) I'll se if I can get it skinable, but for now it would only be the basic info. Everything seems to be working except the described problem. On Wednesday 10 December 2003 21:02, Jan Grewe wrote: Audio detach bar? Is that an idlebar plugin which display the status

SV: [Freevo-devel] Re: Steaming fresh cvs bug :-)

2003-12-10 Thread Peter Svensson
Well, thanks, but I'm an all-out cvs kind of person :-)= Since I don't know python, the lest I can do is to test all latest cvs builds. /PS -Ursprungligt meddelande- Från: Dirk Meyer Till: [EMAIL PROTECTED] Skickat: 2003-12-10 20:52 Ämne: [Freevo-devel] Re: Steaming fresh cvs bug :-)

Re: [Freevo-devel] Re: Shutting down a plugin.DaemonPlugin

2003-12-10 Thread Viggo Fredriksen
On Wednesday 10 December 2003 20:58, Dirk Meyer wrote: Viggo Fredriksen wrote: Hi! I'm working on implementing an audio detach bar (with modified a detach.py). From detach.py I call plugin.activate() for my DaemonPlugin. This works as expected. I also have a draw() function in

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

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

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.23,1.24

2003-12-10 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv25307 Modified Files: tvtime.py Log Message: remove childthread use new childapp2 class Index: tvtime.py === RCS file:

[Freevo-devel] Re: plugin data

2003-12-10 Thread Aubin Paul
On Wed, Dec 10, 2003 at 05:52:51PM +0100, Dirk Meyer wrote: Agreed. But maybe we could store the mmpython data ourself and bypass the mmpython cache? What would be ideal is if we could override the mmpython cache (inherit, whatever :) and then replace the write commands with our own which could

[Freevo-cvslog] freevo/src/www/htdocs manualrecord.rpy,1.7,1.8

2003-12-10 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv21279/src/www/htdocs Modified Files: manualrecord.rpy Log Message: Display displayname instead of tunerid. Index: manualrecord.rpy ===