PowerIRTools v0.1

Install irlock and powerOn in /hack/bin

irlock requests a lock for the IR serial device and then runs the command
that is its argument. The command must have the full path of the command.

You can use irlock to collect ir codes with killing myworld first:
For example:
irlock /sbin/irtest -t /dev/ttyS0 -l > Dig0 

powerOn is a tool to turn on your vcr/stb.
Extract your remote codes to /hack/remoteCodes. Something like
echo 'dumpobj /Component/Ir/TivoFormat/30035' | tivosh > /hack/remoteCodes
Where 30035 is your remote's id in the tivo database.
If it doesn't have PowerToggle or PowerOn codes, you'll have to capture
these yourself. See: http://minnie.tuhs.org/twiki/bin/view/IR/WebHome

What's missing: 
 - Auto extraction of remote codes by traversing mfs & objects
 - Setting the channel to what the TiVo thinks it should be
