Partha Bagchi wrote:
> Hi All,
> 
> I am trying to send xine commands using my remote. I am little stumped
> because some of the commands work and some don't.
> 
> Here is what is in my local_conf.py file regarding this:
> 
> EVENTS['video']['1'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuNext')
> EVENTS['video']['2'] = Event(VIDEO_SEND_XINE_CMD, arg='SpuPrev')
> EVENTS['video']['3'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelNext')
> EVENTS['video']['4'] = Event(VIDEO_SEND_XINE_CMD, arg='AudioChannelPrev')
> EVENTS['video']['5'] = Event(VIDEO_SEND_XINE_CMD, arg='ZoomIn')
> EVENTS['video']['6'] = Event(VIDEO_SEND_XINE_CMD, arg='ZoomOut')
> EVENTS['video']['STAR'] = Event(VIDEO_SEND_XINE_CMD, arg='ToggleAspectRatio')
> EVENTS['video']['DVD'] = Event(VIDEO_SEND_XINE_CMD, arg='RootMenu')
> EVENTS['video']['NEXT'] = Event(VIDEO_SEND_XINE_CMD, arg='EventNext')
> EVENTS['video']['PREV'] = Event(VIDEO_SEND_XINE_CMD, arg='EventPrior')
> 
> Strange thing is when I am playing videos, pressing 1, 2, 3 or 4 work
> as described above, i.e. subtitles and audio channels change
> appropriately.
> 
> However, the ZoomIn and ZoomOut keys i.e. 5 and 6 don't work as
> programmed. (However, the keybindings (z and Z) work fine when I use
> my wireless keyboard.)
> 
> Pressing the "STAR" button works fine as well.
> 
> Clearly, I am doing something wrong.
> 
> And yes, all the buttons are coded using lirc and I checked with irw.

Also check with:
ircat --config=/etc/freevo/lircrc freevo

This will check that the lircrc is configured correctly.

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to