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" are the keys. As you can see my config inst complete as it does not have a "SpuPrev" and "AudioChannelPrev". This place[1] has a list of commands, they are using it with lirc, but the commands names are what you need. [1] http://www.mythtv.org/wiki/index.php/Configuring_Xine On 6/1/07, Pirlouwi <[EMAIL PROTECTED]> wrote: > 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 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Freevo-users mailing list > Freevo-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/freevo-users > > -- Christian Lyra PoP-PR/RNP ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users