PVR-350 Remote Quick Guide
Here is a remote control image/guide I put together for the new grey/black remote for the PVR-350.
Basically, the buttons are labeled, many of which are obvious, but it might be useful for a newbie.
Here is the the lirc config file I used:
http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt
There is also an older grey remote (it is the one with a square pattern of four colored buttons in the middle), for which you can use this for your ~/.mythtv/lircrc.
Contents
Remotes for PVR-350
![]() |
![]() | |
Version | |
|
Battery holder | ![]() |
![]() |
Model | |
|
Features | |
|
Which lircrc
Now you can see the difference between the model above. I could never tell, which is grey, silver or platinum? There are links to lircrc, but I think there are many wrong lircrc going around. As a newbie I wanted to have a simple lircrc to see if it works with the standard features. And when I have that, I can continous with MPlayer, Xine and so on.
Simple lircrc
Version 1 (newer remote)
For the newer Gray remote
Found, trimmed Mplayer and xine elements, at this link
http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt
# ~/.mythtv/lircrc # # MythTV native LIRC config file for # the new grey Hauppauge remote # # Modified from Jarod Wilson's which came from Jeff Campbell's # By Brad Templeton # Here we have the jump point commands. They only work if you have # defined function keys for these jump points. For me the most # common command is the menu of recordings, so I put that on "videos" # even though that's counter-intuitive begin prog = mythtv button = TV repeat = 3 config = F5 end begin prog = mythtv button = Videos repeat = 3 config = F2 end # Not yet defined begin prog = mythtv button = Music repeat = 3 config = Up end # Given another function for now, I don't use mythgallery begin prog = mythtv button = Pictures repeat = 3 config = F end begin prog = mythtv button = Guide repeat = 3 config = F3 end # I stuck the "todo" list on here as Myth has no radio function begin prog = mythtv button = Radio repeat = 3 config = F4 end begin prog = mythtv button = UP repeat = 3 config = Up end begin prog = mythtv button = DOWN repeat = 3 config = Down end begin prog = mythtv button = LEFT repeat = 3 config = Left end begin prog = mythtv button = RIGHT repeat = 3 config = Right end # Channel Up begin prog = mythtv button = Channel-UP repeat = 3 config = Up end # Channel Down begin prog = mythtv button = Channel-DOWN repeat = 3 config = Down end # OK/Select begin prog = mythtv button = Ok config = Space end # Play begin prog = mythtv button = Play config = Return end # Stop begin prog = mythtv button = Stop config = I end # Escape/Exit/Back begin prog = mythtv button = Back/Exit config = Esc end # Power Off/Exit begin prog = mythtv button = Power config = Esc end # Pause begin prog = mythtv button = Pause repeat = 3 config = P end # Mute begin prog = mythtv button = Mute repeat = 3 config = | end # Fast forward (30 sec default) begin prog = mythtv button = Rewind repeat = 3 config = < end # Rewind (10 sec default) begin prog = mythtv button = Forward repeat = 3 config = > end # Skip forward (10 min default) begin prog = mythtv button = Next repeat = 3 config = End end # Skip backward (10 min default) begin prog = mythtv button = Previous repeat = 3 config = Home end # Record begin prog = mythtv button = Record repeat = 3 config = R end # Delete begin prog = mythtv button = Red repeat = 3 config = D end # Decrease play speed begin prog = mythtv button = Green repeat = 3 config = J 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 = Volume-UP repeat = 3 config = F11 end # Scroll down begin prog = mythtv button = Volume-DOWN repeat = 3 config = F10 end # Bring up OSD info begin prog = mythtv button = Go repeat = 3 config = I end # Change display aspect ratio begin prog = mythtv button = Prev-Channel repeat = 3 config = W end # double speed watch begin prog = mythtv button = Yellow repeat = 3 config = J end # change tuners begin prog = mythtv button = hash repeat = 3 config = Y end # Bring up Time stretch begin prog = mythtv button = Blue repeat = 3 config = A 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
Version 2 (older remote)
Version 2 lircrc (older remote)
More information to the buttons for mythTV /usr/share/doc/mythtv-frontend/keys.txt.gz open it with less
less keys.txt.gz
# ~/.mythtv/lircrc # # MythTV native LIRC config file for # the Hauppauge remote R808-HPG-S # # Modified from Tido # # Simple layout to check standard features. # The middle Diamond is only used for up,down,left,right otherwise # you can experience problem with double assignment. begin prog = mythtv button = Power config = Escape end begin prog = mythtv button = Go config = Space end 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 = Back config = Escape end begin prog = mythtv button = 0 config = 0 end begin prog = mythtv button = Menu config = M end # * * begin of the middle area * * begin prog = mythtv # This is the Red key # We'll use it for "Delete" button = Red config = D end begin prog = mythtv # This is the Green key # We'll use it for "Information" button = Green 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. begin prog = mythtv # used for Left-key button = Vol- # repeat = 3 config = Left end begin prog = mythtv # used for Right-key button = Vol+ # repeat = 3 config = Right end begin prog = mythtv button = Ch+ # This is the "up" on the central diamond # repeat = 3 config = Up end begin prog = mythtv button = Ch- # This is the "down" on the central diamond # repeat = 3 config = Down end begin prog = mythtv # Middle button on the diamond button = Ok config = Space end begin prog = mythtv # This is the Yellow-key # We'll use it for Volume-down button = Yellow config = F10 end begin prog = mythtv # This is the Blue-key # We'll use it for Volume-up button = Blue config = F11 end # * * end of the middle area * * # * * begin of the lower area * * begin prog = mythtv button = Mute config = F9 end begin prog = mythtv # Display the Program Guide (EPG) button = Blank config = S end # begin # prog = mythtv # # Toggle PiP on/off # button = Full # config = V # end begin prog = mythtv button = Rewind config = < end begin prog = mythtv button = Play config = p end begin prog = mythtv button = Forward config = > end begin prog = mythtv button = Record config = R end begin prog = mythtv button = Stop config = P end begin prog = mythtv button = Pause config = P end begin prog = mythtv button = Replay config = Left end begin prog = mythtv button = Skip config = Right end
Version 2 lircd.conf (older remote)
begin remote name hauppauge_pvr bits 13 flags RC5|CONST_LENGTH eps 30 aeps 100 one 969 811 zero 969 811 plead 1097 gap 114605 toggle_bit 2 begin codes Power 0x00000000000017FD Go 0x00000000000017FB 1 0x00000000000017C1 2 0x00000000000017C2 3 0x00000000000017C3 4 0x00000000000017C4 5 0x00000000000017C5 6 0x00000000000017C6 7 0x00000000000017C7 8 0x00000000000017C8 9 0x00000000000017C9 Back 0x00000000000017DF 0 0x00000000000017C0 Menu 0x00000000000017CD Red 0x00000000000017CB Green 0x00000000000017EE Yellow 0x00000000000017F8 Blue 0x00000000000017E9 Ch+ 0x00000000000017E0 Ch- 0x00000000000017E1 Vol- 0x00000000000017D1 Vol+ 0x00000000000017D0 Ok 0x00000000000017E5 Mute 0x00000000000017CF Blank 0x00000000000017CC Full 0x00000000000017FC Rewind 0x00000000000017F2 Play 0x00000000000017F5 Forward 0x00000000000017F4 Record 0x00000000000017F7 Stop 0x00000000000017F6 Pause 0x00000000000017F0 Replay 0x00000000000017E4 Skip 0x00000000000017DE end codes end remote