[mythtv-users] RadioShack 15-2116 users: suggestion
Andrew Dodd
atd7 at cornell.edu
Sun Feb 22 11:53:25 EST 2004
I guess Jarod hasn't put my tips in the guide yet. :)
I left CH+ and CH- mapped to their original keys, but mapped the UP/DOWN buttons
to new keys. (I forget which at the moment, I'll have to look through my
sent-mail...)
IIRC they were tracking+ and tracking- from the VCR 0081 advanced codes.
Quoting Thomas Mueller <tmueller_myth at charter.net>:
> I set up my remote per Jarod's guide [obligatory "You're my hero!"], but
> I didn't like having the up arrow do the same thing as CH+ and having
> the down arrow do the same thing as CH-. I use the arrows to change
> channels in live TV, so CH+ and CH- were the most appropriate buttons
> for commercial skipping. I made a couple modifications, and it works
> like a charm:
>
> 1. Mapped the remote's CH+ button to code 112 (SKIP) and the CH- button
> to code 147 (REPLAY)
>
> 2. Modified my lircrc as follows:
>
> # Up Arrow (sends CH+ code)
> begin
> prog = mythtv
> button = CH+
> repeat = 4
> config = Up
> end
>
> # Down Arrow (sends CH- code)
> begin
> prog = mythtv
> button = CH-
> repeat = 4
> config = Down
> end
>
> # Channel Up (sends SKIP code)
> begin
> prog = mythtv
> button = SKIP
> repeat = 4
> config = Z
> end
>
> # Channel Down (sends REPLAY code)
> begin
> prog = mythtv
> button = REPLAY
> repeat = 4
> config = Q
> end
>
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
More information about the mythtv-users
mailing list