PVR-350 Remote Quick Guide
From MythTV
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 | 1
| 2 (old)
|
| Battery holder |
|
|
| Model | A415-HPG
| R808-HPG-S
|
| Features | more buttons
| none
|
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)
please fill in Version 1 (newer remote)
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




