# lircrc.URC-6131/RC-5 (Hauppauge PVR-250) # 2004-01-25, Joe Votour # mailto:vulturej@vulturesnest.net # Save this file in ~/.mythtv/lircrc # TODO: Add in lirc bindings for Ogle (via Ogle lirc module) # Test/configure the mplayer buttons # Finish the rest of the remote buttons for MythTV # Power button/quit #begin # prog = mythtv # button = POWER # config = Esc #end # Change TV card input begin prog = mythtv button = TV/VID config = C end # Toggle Picture-In-Picture begin prog = mythtv button = PIP config = V end # Swap the PiP windows begin prog = mythtv button = Swap config = N end # Number keys begin prog = mythtv button = 1 config = 1 end begin prog = mythtv button = 2 config = 2 end begin prog = mythtv button = 3 config = 3 end begin prog = mythtv button = 4 config = 4 end begin prog = mythtv button = 5 config = 5 end begin prog = mythtv button = 6 config = 6 end begin prog = mythtv button = 7 config = 7 end begin prog = mythtv button = 8 config = 8 end begin prog = mythtv button = 9 config = 9 end begin prog = mythtv button = 0 config = 0 end # Exit button (returning to menu) begin prog = mythtv button = EXIT config = Esc end # Guide button (EPG) begin prog = mythtv button = GUIDE config = M end # Delete (i.e. View recordings screen) begin prog = mythtv button = POWER config = D end # View program info (OSD) begin prog = mythtv button = INFO config = I end # Note the "repeat =" strings in the volume and channel. # This means that if you hold down the key, every nth instance will be # passed. This depends on your system, so you may want to increase or # decrease this and see what happens. repeat = 1 is probably too # fast. # Volume Down begin prog = mythtv button = VOL- repeat = 3 config = F10 end # Volume Up begin prog = mythtv button = VOL+ repeat = 3 config = F11 end # Channel Up begin prog = mythtv button = CH+ repeat = 3 config = Up end # Channel Down begin prog = mythtv button = CH- repeat = 3 config = Down end # Navigational arrows begin prog = mythtv button = LEFT repeat = 3 config = Left end begin prog = mythtv button = RIGHT repeat = 3 config = Right end begin prog = mythtv button = SELECT config = Return end # Mute begin prog = mythtv button = Mute config = F9 end # Browse mode #begin # prog = mythtv # button = DISPLAY # config = O #end # Channel history begin prog = mythtv button = Prev config = H end # Rewind begin prog = mythtv button = REW config = Left end # Play begin prog = mythtv button = PLAY config = P end # Fast-forward begin prog = mythtv button = FFW config = Right end # Next chapter (page down for EPG) begin prog = mythtv button = NEXTCH config = PgDown end # Previous chapter (page up for EPG) begin prog = mythtv button = PREVCH config = PgUp end # Record begin prog = mythtv button = REC config = R end # Teletext/Closed Captioning # Audio button doubles as CC begin prog = mythtv button = Audio config = T end # Pause begin prog = mythtv button = PAUSE config = P end # Backwards commercial skip begin prog = mythtv button = REPLAY config = Q end # Forward commercial skip begin prog = mythtv button = SKIP config = Z end # # mplayer keys (Untested) # begin prog = mplayer button = EXIT config = quit end begin prog = mplayer button = MUTE config = mute end begin prog = mplayer button = VOL- config = volume -1 repeat = 1 end begin prog = mplayer button = VOL+ config = volume 1 repeat = 1 end begin prog = mplayer button = PLAY config = pause end begin prog = mplayer button = PAUSE config = pause end begin prog = mplayer button = STOP config = quit end begin prog = mplayer button = DISPLAY config = osd end begin prog = mplayer button = FFW config = skip 1 end begin prog = mplayer button = REW config = skip -1 end begin prog = mplayer button = REPLAY config = skip -60 end begin prog = mplayer button = SKIP config = skip 60 end