On Fri, 2003-08-15 at 13:38, Rob Shortt wrote:
> Deon Stoltz wrote:
> > Hi all
> 
> Hi

Hi Rob, thanks for responding

> .
> 
> > 
> > We are trying to use freevo with a remote control device (IR). However,
> > our platform (allwell Set Top Box) encodes the Infra Red as commands on
> > the command line. This it seems bypasses the lirc interface. 
> 
> Sounds like a fun project!  Can you send some links on the box you're 
> using?  Also, when you say that it encodes the IR commands as commands 
> on the command line what do you mean?  Do you have to read a device to 
> see the commands?  Do they just appear on the console?
> 

Fun hmmm? Not when you need to get it up and running asap!
The link to the site is: www.allwell.tv
When I say it encodes the commands on the command line I mean exactly
that.Pressing the remote control you can see the codes actually
appearing on the command line (console).Thus we need to encode freevo to
respond to 2 kind of commands eg: the down-arrow on the keyboard will
move the curser down as well as cntrl-] from the remote control device.
I found a reference to this on the same site from a person who had the
same problem. The application is a different one but you can get the
idea.
http://www.allwell.tv/Download/MPEG/Remote_Program/remote_program.html

The list of commands the remote control sends can be found here:
http://www.allwell.tv/Products/Set_Top_Box/IR_Device/ir_device.html

> If your commands totally bypass lirc and there is some other way of 
> capturing them it is possible for you to write a plugin that listens for 
> the commands then send them to the rest of Freevo.  In the rc.py module 
> there are 2 functions of interest, key_event_mapper(command) and 
> rc.post_event(command) for example those functions can be used like this:
> 
> command = rc.key_event_mapper(command)
> if command:
>      rc.post_event(command)
> 
> HTH,
> -Rob
> 

Thanks for this info. I will dig around. Python is not yet in my
repertoire of programming languages but I am always willing to learn! 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Freevo-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to