Re: [Freevo-devel] Burn CD Plugin v0.02

2004-07-28 Thread Mick
Aah, so "burn_to_cd.py" ver 0.1 on the addons page is not yours.. np. Yes, I would like to know a little more about your plugin.. I'll send you a mail directly once I've had time to read your code a little more.. Mick On Wed, 2004-07-28 at 21:42, Bruno Tavares wrote: > BTW, (and i think that you

[Freevo-devel] Re: Ethernet link status detection in Red Hat Linux 9.0 (shrike) OS.

2004-07-28 Thread Dirk Meyer
"Karthikeyan Arumugam" wrote: > Hi, > > I need information regarding detection of cable plugged in/out status of an > ethernet interface. I Red Hat Linux 9.0 (shrike) OS it displays a message > whenever cable is plugged in/out. How it is detected. If known, can anyoune > post the reply. There is a

[Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-28 Thread Dirk Meyer
Matthieu Weber wrote: > Besides, if we have two apps running at the same time (e.g. mplayer for > the music and the image viewer, or mplayer for video and the menu > displaing inside mplayer), both app must have an eventhandler, but > only one (the image viewer) has the focus. We already have this

Re: [Freevo-devel] Ethernet link status detection in Red Hat Linux 9.0 (shrike) OS.

2004-07-28 Thread Hans Meine
On Wednesday 28 July 2004 17:13, Karthikeyan Arumugam wrote: > I need information regarding detection of cable plugged in/out status of an > ethernet interface. I Red Hat Linux 9.0 (shrike) OS it displays a message > whenever cable is plugged in/out. How it is detected. If known, can anyoune > post

[Freevo-devel] Ethernet link status detection in Red Hat Linux 9.0 (shrike) OS.

2004-07-28 Thread Karthikeyan Arumugam
Hi, I need information regarding detection of cable plugged in/out status of an ethernet interface. I Red Hat Linux 9.0 (shrike) OS it displays a message whenever cable is plugged in/out. How it is detected. If known, can anyoune post the reply. Thanks & Regards, Karthikeyan Arumugam. ***

[Freevo-devel] Freevo + Bemused

2004-07-28 Thread Tim Otto
Hi, I modified the bemused daemon to control Freevo instead of XMMS. Until now You can only use play, pause stop and next/prev. I used the NETWORK_REMOTE interface to send those commands (http://home.wolfsburg.de/urichter/bemusedlinuxserver1.73.tar.bz2). Now I want to implement all the fancy stuff

Re: [Freevo-devel] Burn CD Plugin v0.02

2004-07-28 Thread Bruno Tavares
BTW, (and i think that your confusion with the plugins come mainly from this) my plugin is not on the freevo project page. I'm getting the only way to get it is trough the attachment of the prev message. On Wed, 2004-07-28 at 06:25, Mick wrote: > Are you the original author? > > I've been waiting

Re: extend cart? was: [Freevo-devel] Burn CD Plugin v0.02

2004-07-28 Thread Bruno Tavares
I haven't read the cart plugin, but if the cart has a unique Item Type it should not be hard to adapt the burn_cd plugin to this. The plugins decides the "burning actions" mainly according to the items types. On Wed, 2004-07-28 at 07:25, Mick wrote: > I had an idea a while back, to extend the cart

Re: [Freevo-devel] Burn CD Plugin v0.02

2004-07-28 Thread Bruno Tavares
On Wed, 2004-07-28 at 06:25, Mick wrote: > Are you the original author? Yep, the first version was based in a plugin that already existed, but soon spin of. > > I've been waiting to see a post re this for a while.. > > I'm hacking my way through a DVD-VIDEO writing plugin atm. However, I'm > no

[Freevo-devel] screen redraw too quickly [maybe bug?]

2004-07-28 Thread Mick
Dischi: I am writing a DVD burning plugin, as DVD's can take a hell of a long time time write I've decided to use OSD_MESSAGE event to writea completioin notice to screen. What I have found is the current code write to screen fine, but it is then wiped from scrren really fast.. it looks like main

Re: [Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-28 Thread Hans Meine
On Wednesday 28 July 2004 09:24, Matthieu Weber wrote: > > I think so. I would prefer windows having parents again, coordinates > > being relative again and events to be propagated. That would also allow > > for global event handling. > > This is a mystery for me: in what case should an event be p

[Freevo-devel] Resizing movie playback in overscan mode

2004-07-28 Thread Stephen-John Craig
Hello, I'm using a mini-itx M1000 and in normal scan mode it doesnt fill my tv screen. In overscan it fills too much. So I prefer to overscan the screen and resize the freevo gui, which works fine. The problem is that movie playback can no longer use the mplayer -fs option else it will go off

Re: [Freevo-devel] Re: GUI info, brainstorming and questions

2004-07-28 Thread Matthieu Weber
On Tue 27.07.2004 at 04:47:53PM +0200, Hans Meine wrote: > On Tuesday 27 July 2004 16:19, Dirk Meyer wrote: > > >> Now I need some ideas for future development: > > >> > > >> o I moved the eventhandling into eventhandler.py. Fine, but now we > > >> have a module eventhandler and most classes have