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 'video' one : > EVENTS['dvd']['SUBTITLE'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuNext') > EVENTS['dvd']['LANG'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelNext') > The corresponding xine commands are: SpuPrior, and AudioChannelPrior. > It works great! thx for the info. > LOUIS > > 2007/6/2, Christian Lyra <[EMAIL PROTECTED]>: > > 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
