Re: [Freevo-users] How to bind audio channel and subtitle change with a key of the remote

2007-06-02 Thread Christian Lyra
Hi, right... as I´m used to play dual-audio xvids I used the video content. So probably we need both 'vide' and 'dvd' contexts. On 6/2/07, Pirlouwi [EMAIL PROTECTED] wrote: Thank you Christian, However, I corrected your response, as it was the 'dvd' event that had to be mentioned, not the

[Freevo-users] How to bind audio channel and subtitle change with a key of the remote

2007-06-01 Thread Pirlouwi
I would like to press a button or two on my IR remote command, and switch from audio channel, or switch from subtitle language in the DVD displayed by xine. Is it possible? Which event should I configure in freevo? LOUIS -

Re: [Freevo-users] How to bind audio channel and subtitle change with a key of the remote

2007-06-01 Thread Christian Lyra
Hi, It´s easy. xine now has a VIDEO_SEND_XINE_CMD, so you just have to bind a key to command. I have this on my local_conf.py EVENTS['video']['SUBTITLE'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuNext') EVENTS['video']['LANG'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelNext') SUBTITLE and LANG