
Originally Posted by
steve90071
mrpenguin:
I'm confused. I do not have a file named "sendkey". I do have "sendkeyplus" and I moved it to /hack/TivoWebPlus/bin_mips per your earlier instructions.
Should I go to /tvlib/tcl/tv/sendkey.tcl and change the references: "exec $env(TIVO_ROOT)/devbin/sendkey..." to "exec $env (TIVO_ROOT)/hack/TivoWebPlus/bin_mips/sendkeyplus..." ?
Where is your TivoWebPlus??? That is the question. Is it in /hack/TivoWebPlus as it appears in your post?
Then the code above should look like:
Code:
if {$::version>4} {
proc SendKey { key } {
exec /hack/TivoWebPlus/bin_mips/sendkeyplus $key
}
} else {
And your sendkeyplus should be in:
Code:
/hack/TivoWebPlus/bin_mips/sendkeyplus
You need to match the path to the location of sendkeyplus.