Re: [Freevo-users] Re: Controling xine with freevo

2005-06-28 Thread Cyril Lacoux (Yack)
Le Dimanche 26 Juin 2005 19:16, Evan Hisey a écrit : Hi, @Evan Thanks, It's against 1.5.3, I didn't play too much with 2.0. @Japie You can find it on freevo-devel, it's attached to an e-mail I send on May, 18 at 22:19. Il will resend it when it's finished (I want to do the same work on the

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-28 Thread Jaap Struyk
Op di 28-06-2005, om 11:49 schreef Cyril Lacoux (Yack): You can find it on freevo-devel Thank you... -- Groetjes Japie --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps,

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-27 Thread Prysme
Tks for this info evan, but could you explain me the event mecanism of freevo ? I'm confuse with local.conf event, lircrc and the xine events All I want is to have some control like : - subtitle delay PLUS / MINUS - audio delay PLUS / MINUS - aspect ratio toggle How can I add thoses

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-27 Thread Evan Hisey
Prysme- Not really solid on teh code in freevo, but to add those kind of things to freevo you are going to have add code to the xine plugin for freevo and possibly to the event code. This means you can not do it by just adding an event in local.conf. Lircrc is just used to translate remote

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-26 Thread Cyril Lacoux
Le Samedi 25 Juin 2005 18:24, Prysme a écrit : Hi, I've apply the patch in event.py and xine.py i've try to add this in my local.conf EVENTS['video']['4'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='ToggleAspectRatio') Doesn't work with Xine... With the patch, use the following line instead:

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-26 Thread Jaap Struyk
Op zo 26-06-2005, om 09:38 schreef Cyril Lacoux: With the patch, use the following line instead: Where can I find that patch? -- Groetjes Japie --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-26 Thread Evan Hisey
Prysme- On Slackware the option --no-lirc can break freevo becuase Patrick does not compile Lirc in to the Slackware version of Freevo. I have been bit by this several times. As to why it is normally needed, without that switch Xine will take control of lirc signals away from freevo. Cyril-

Re: [Freevo-users] Re: Controling xine with freevo

2005-06-25 Thread Prysme
Hello all, I've apply the patch in event.py and xine.py i've try to add this in my local.conf EVENTS['video']['4'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='ToggleAspectRatio') This is not working; could you explain difference between /root/.freevo/lircrc mapping and the local.conf EVENT ?

[Freevo-users] Re: Controling xine with freevo

2005-06-07 Thread Dirk Meyer
Cyril Lacoux (Yack) wrote: Le Mardi 07 Juin 2005 14:12, Prysme a écrit : Hi, I'm using freevo on a sempron under a slackware 10.1 kernel 2.6.11.x with xine and lirc, and I would like to control XINE through FREEVO with my remote in order to : - change aspect ratio of the video on the fly,