[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Bruno Tavares wrote: On Tue, 2004-08-10 at 15:44, Dirk Meyer wrote: Bad hack: command = 'foo bar something' popen3(command.split(' ')) Better: (because filenames can conatin spaces) command = [ 'my_prog', 'param1', 'a param with spaces' ] popen3(command) Got it, thanks. Still wont

[Freevo-devel] Re: Freevo 1.5

2004-08-11 Thread Dirk Meyer
Aubin Paul wrote: I think there will need to be a 1.5.1 bugfix release since we've made a bunch of small fixes since the release, and I wasted a lot of time backporting if there isn't going to be one ;) There will be. 1.6 won't be out for a long time. I guess 1.5.1 will be released in about

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Mick wrote: Check out tv/generic_record.py for an example on how to send events (not sure I understand it, but it sends them.. Bad example because the recordserver works different. You can use rc.post_event for sending events (grep the source for it). But you still need someone catching it and

Re: [Freevo-devel] Re: Freevo 1.5

2004-08-11 Thread Matthieu Weber
On Wed 11.08.2004 at 10:22:55AM +0200, Dirk Meyer wrote: Aubin Paul wrote: I think there will need to be a 1.5.1 bugfix release since we've made a bunch of small fixes since the release, and I wasted a lot of time backporting if there isn't going to be one ;) There will be. 1.6 won't be

[Freevo-devel] Re: Freevo 1.5

2004-08-11 Thread Dirk Meyer
Matthieu Weber wrote: No, on the contrary, make the grid smaller and the info area larger, in order to display more lines of info text. OK, both version were in the history of Freevo so I didn't know want you wanted. Noia.fxd defines a tv menu menuset and a tv menu more info menuset. The

Re: [Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Bruno Tavares
On Wed, 2004-08-11 at 09:20, Dirk Meyer wrote: What do you need from Freevo for that? Not sure if i understand the question? what do i need to add to freevo to solve this? is that the question? Dischi Bruno --- SF.Net email is

RE: [Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Mick
Bad example because the recordserver works different. You can use rc.post_event for sending events (grep the source for it). But you still need someone catching it and do something. Almost off topic.. But can an event be posted with a variable? Like can CAPTURE_START / STOP event be sent with

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Bruno Tavares wrote: On Wed, 2004-08-11 at 09:20, Dirk Meyer wrote: What do you need from Freevo for that? Not sure if i understand the question? what do i need to add to freevo to solve this? is that the question? No, what is the problem you have now? You have full control over the

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Mick wrote: Bad example because the recordserver works different. You can use rc.post_event for sending events (grep the source for it). But you still need someone catching it and do something. Almost off topic.. But can an event be posted with a variable? Like can CAPTURE_START / STOP

Re: [Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Bruno Tavares
On Wed, 2004-08-11 at 14:10, Dirk Meyer wrote: No, what is the problem you have now? You have full control over the child. Currently none, just think ahead. It's probable that a child spawns a child and with the current code you loose control of that. Since it doesn't break anything i think

RE: [Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Bruno Tavares
On Wed, 2004-08-11 at 02:34, Mick wrote: We should be able to do this by sending burn start and stop events, and modifying the plugin that handles that image to also diaply something when a burn is active.. Ok, do you know what is the plugin that manages/handles the cd image?

[Freevo-devel] [ freevo-Bugs-1007329 ] Problem with Lcd plugins

2004-08-11 Thread SourceForge.net
Bugs item #1007329, was opened at 2004-08-11 16:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1007329group_id=46652 Category: plugins Group: None Status: Open Resolution:

[Freevo-devel] Re: utils.popen3 and mmpython

2004-08-11 Thread Dirk Meyer
Bruno Tavares wrote: On Wed, 2004-08-11 at 02:34, Mick wrote: We should be able to do this by sending burn start and stop events, and modifying the plugin that handles that image to also diaply something when a burn is active.. Ok, do you know what is the plugin that manages/handles the cd

[Freevo-devel] [ freevo-Bugs-1007329 ] Problem with Lcd plugins

2004-08-11 Thread SourceForge.net
Bugs item #1007329, was opened at 2004-08-11 11:43 Message generated for change (Comment added) made by gsbarbieri You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1007329group_id=46652 Category: plugins Group: None Status: Open Resolution: None Priority: 5

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Hans Meine
On Tuesday 10 August 2004 15:56, Jason Tackaberry wrote: It's pretty much all described at http://sault.org/mebox/ . But if you have any specific questions feel free to ask. Jason, the screenshots on your site are looking awesome, really! :-) All mebox features you describe are things I'd like

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Dan Sully
* Hans Meine [EMAIL PROTECTED] shaped the electrons to say... Maybe having MPlayer/bmovl2 as an output backend would be nice in Freevo, too. I suspect animated backgrounds (like in DVD menus) to be easy to implement then, too. (Ignoring the CPU load for now - actually I don't want my fan to

[Freevo-devel] [ freevo-Bugs-1007329 ] Problem with Lcd plugins

2004-08-11 Thread SourceForge.net
Bugs item #1007329, was opened at 2004-08-11 16:43 Message generated for change (Comment added) made by lavirott You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1007329group_id=46652 Category: plugins Group: None Status: Open Resolution: None Priority: 5

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Jason Tackaberry
On Wed, 2004-08-11 at 20:10 +0200, Hans Meine wrote: Jason, the screenshots on your site are looking awesome, really! :-) Thanks. I'm not a graphic artist though, so the screenshots look like, umm, some other product. :) I'd switch any time if your project was as feature-rich as Freevo in the

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Dan Sully
* Aubin Paul [EMAIL PROTECTED] shaped the electrons to say... On Wed, Aug 11, 2004 at 12:06:35PM -0700, Dan Sully wrote: On that note - I'd like to create an offical Debian freevo package that doesn't include XMLTV, and all of it's related dependencies. Ok if I just send a patch from

[Freevo-devel] [ freevo-Bugs-1007329 ] Problem with Lcd plugins

2004-08-11 Thread SourceForge.net
Bugs item #1007329, was opened at 2004-08-11 11:43 Message generated for change (Comment added) made by gsbarbieri You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=446895aid=1007329group_id=46652 Category: plugins Group: None Status: Open Resolution: None Priority: 5

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Rob Shortt
Dan Sully wrote: Has any thought been put into doing a DataDirect feature like MythTV's? I've thought about doing that, only there's a bunch of other things higher in my priorities. It would be a really good thing to have since it takes way too much time to convert the DD format into XMLTV.

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Aubin Paul
On Wed, Aug 11, 2004 at 01:44:00PM -0700, Dan Sully wrote: I've not delved deep enough into the package system to know that I could. :) apt-get install equivs and then check out the documentation. It allows you to build an empty package and you can make it provide, depend or recommend anything

Re: [Freevo-devel] Re: GUI update (please read)

2004-08-11 Thread Dan Sully
* Aubin Paul [EMAIL PROTECTED] shaped the electrons to say... On Wed, Aug 11, 2004 at 01:44:00PM -0700, Dan Sully wrote: I've not delved deep enough into the package system to know that I could. :) apt-get install equivs and then check out the documentation. It allows you to build an empty package