[mythtv-users] Remote Control Doubling Left / Right Buttons

Eduardo mythtv at ease.mb.ca
Thu Apr 8 19:41:14 EDT 2004


Uncomment out the "repeat" lines in the left and right definitions

seth said:
> hello.
>
> i've picked up a One for All URC-8810B00 to use with my Hauppage IR
> reciever
> so that i can controll everything off of one remote
> (she-who-must-be-obeyed
> makes it manditory).  the remote has a JP1 connector on it, but i don't
> have
> a cable, so i just used the only code i could get to work -- a Phillips TV
> code.  it actually works out pretty well, i only had to re-map a few
> buttons
> to use the vcr buttons.  i do have one issue tho, left and right seem to
> be
> getting recieved twice.  basically, when i'm browsing videos or looking at
> the weather and i hit left/right it does it twice so that i can only see
> half of the weather screens and movies.  it does this extremely fast, i
> don't see any intervening screens.  i thought that mythvideo was messed up
> initially until i noticed it was only showing me the oddly numberes
> titles.
> the keyboard functions 100% fine.  i vaguely remember reading about this
> somewhere on the list but i looked around and couldn't find anything.  any
> help?  here's my '/etc/lircrc.conf' and '~/.mythtv/lircrc'.  the
> 'lircrc.conf' is an ammalgumation of the auto-generated lircrc file (which
> was awful, not usable at all) and the grey remote lircrc.conf.
>
> thanks.
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> # brand:                        One for All
> # model no. of remote control:  URC-8810B00
> #
> begin remote
>   name  ofa-urc8810b00
>   bits  13
>   flags RC5|CONST_LENGTH
>   eps   30
>   aeps  100
>   plead         1097
>   toggle_bit    2
>   one           0 0
>   zero          0 0
>   gap           199980
>   min_repeat    9
>   begin codes
>           0                        0x0000000000001800
>           1                        0x0000000000001801
>           2                        0x0000000000001802
>           3                        0x0000000000001803
>           4                        0x0000000000001804
>           5                        0x0000000000001805
>           6                        0x0000000000001806
>           7                        0x0000000000001807
>           8                        0x0000000000001808
>           9                        0x0000000000001809
> x01 0x000000000000180A
> x02 0x000000000000180B
>           power                    0x000000000000180C
>           mute                     0x000000000000180D
> x03 0x000000000000180E
>           info                     0x000000000000180F
>           vol+                     0x0000000000001810
>           vol-                     0x0000000000001811
> x05 0x0000000000001812
> x06 0x0000000000001813
> x07 0x0000000000001814
> x08 0x0000000000001815
> x09 0x0000000000001816
> x10 0x0000000000001817
> x11 0x0000000000001818
> x12 0x0000000000001819
> x13 0x000000000000181A
> x14 0x000000000000181B
>           up                       0x000000000000181C
>           down                     0x000000000000181D
> x15 0x000000000000181E
> x16 0x000000000000181F
>           ch+                      0x0000000000001820
>           ch-                      0x0000000000001821
>           prev                     0x0000000000001822
> x17 0x0000000000001823
> x18 0x0000000000001824
> x19 0x0000000000001825
> #          sleep                    0x0000000000001826
>           play                     0x0000000000001826
> x20 0x0000000000001827
> x21 0x0000000000001828
> x22 0x0000000000001829
> x23 0x000000000000182A
>           right                    0x000000000000182B
>           left                     0x000000000000182C
> x24 0x000000000000182D
>           select                   0x000000000000182E
> #          move                     0x000000000000182F
>           ffwd                     0x000000000000182F
> x25 0x0000000000001830
> x26 0x0000000000001831
> x27 0x0000000000001832
> x28 0x0000000000001833
> x29 0x0000000000001834
> x30 0x0000000000001835
> x31 0x0000000000001836
> #          swap                     0x0000000000001837
>           rec                      0x0000000000001837
>           tv-vid                   0x0000000000001838
> x32 0x0000000000001839
> #          pip                      0x000000000000183A
>           frew                     0x000000000000183A
> x33 0x000000000000183B
> x34 0x000000000000183C
> x35 0x000000000000183D
>           guide                    0x000000000000183E
> x36 0x000000000000183F
>   end codes
> end remote
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> # ~/.mythtv/lircrc
> #
> # MythTV native LIRC config file for
> # the grey Hauppauge remote
> #
> # By Jarod Wilson, 2003/12/21
> # Amalgamated from Jeff Campbell's,
> # .lircrc, the mythtv.org docs, and
> # a few touches of my own. :)
> #
>
> # Channel Up
> begin
> prog = mythtv
> button = up
> #repeat = 3
> config = Up
> end
>
> # Channel Down
> begin
> prog = mythtv
> button = down
> #repeat = 3
> config = Down
> end
>
> # OK/Select
> begin
> prog = mythtv
> button = play
> config = Space
> end
>
> # Play
> begin
> prog = mythtv
> button = select
> config = Return
> end
>
> # Stop
> begin
> prog = mythtv
> button = power
> config = Esc
> end
>
> # Pause
> begin
> prog = mythtv
> button = play
> #repeat = 3
> config = P
> end
>
> # Mute
> begin
> prog = mythtv
> button = mute
> #repeat = 3
> config = F9
> end
>
> # Fast forward (30 sec default)
> begin
> prog = mythtv
> button = left
> #repeat = 3
> config = Left
> end
>
> # Rewind (10 sec default)
> begin
> prog = mythtv
> button = right
> #repeat = 3
> config = Right
> end
>
> # Skip forward (10 min default)
> #begin
> #prog = mythtv
> #button = down
> #repeat = 3
> #config = PgDown
> #end
>
> # Skip backward (10 min default)
> #begin
> #prog = mythtv
> #button = up
> #repeat = 3
> #config = PgUp
> #end
>
> # Record
> begin
> prog = mythtv
> button = rec
> #repeat = 3
> config = R
> end
>
> # Delete
> begin
> prog = mythtv
> button = prev
> #repeat = 3
> config = D
> end
>
> # OSD browse
> #begin
> #prog = mythtv
> #button = GREEN
> #repeat = 3
> #config = O
> #end
>
> # Display EPG while in live TV,
> # View selected show while in EPG
> begin
> prog = mythtv
> button = menu
> #repeat = 3
> config = M
> end
>
> # Scroll up
> begin
> prog = mythtv
> button = right
> #repeat = 3
> config = Right
> end
>
> # Scroll down
> begin
> prog = mythtv
> button = left
> #repeat = 3
> config = Left
> end
>
> # Bring up OSD info
> begin
> prog = mythtv
> button = info
> #repeat = 3
> config = I
> end
>
> # Change display aspect ratio
> #begin
> #prog = mythtv
> #button = frew
> #repeat = 3
> #config = W
> #end
>
> # Seek to previous commercial cut point
> begin
> prog = mythtv
> button = frew
> #repeat = 3
> config = Q
> end
>
> # Seek to next commercial cut point
> begin
> prog = mythtv
> button = ffwd
> #repeat = 3
> config = Z
> end
>
> # Numbers 0-9
>
> begin
> prog = mythtv
> button = 0
> repeat = 3
> config = 0
> end
>
> begin
> prog = mythtv
> button = 1
> repeat = 3
> config = 1
> end
>
> begin
> prog = mythtv
> button = 2
> repeat = 3
> config = 2
> end
>
> begin
> prog = mythtv
> button = 3
> repeat = 3
> config = 3
> end
>
> begin
> prog = mythtv
> button = 4
> repeat = 3
> config = 4
> end
>
> begin
> prog = mythtv
> button = 5
> repeat = 3
> config = 5
> end
>
> begin
> prog = mythtv
> button = 6
> repeat = 3
> config = 6
> end
>
> begin
> prog = mythtv
> button = 7
> repeat = 3
> config = 7
> end
>
> begin
> prog = mythtv
> button = 8
> repeat = 3
> config = 8
> end
>
> begin
> prog = mythtv
> button = 9
> repeat = 3
> config = 9
> 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