Difference between revisions of "Controlling MythTV from a DirectTV D11 remote"

From MythTV Official Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
 
I have written a program which controlls the MythTV frontend from the DirecTV D11
 
I have written a program which controlls the MythTV frontend from the DirecTV D11
 
STB remote.
 
STB remote.
Line 7: Line 6:
  
 
Here is some code:
 
Here is some code:
 +
[[http://www.rkroll.com/d11]]

Revision as of 15:31, 3 June 2006

I have written a program which controlls the MythTV frontend from the DirecTV D11 STB remote.

The script runs as a deamon and handles remote keypresses passing them to the MythTV socket control port (6846?).

Here is some code:

[[1]]