PVR-350 Remote Quick Guide

From MythTV Official Wiki
Revision as of 04:36, 19 October 2008 by Dirtbag (talk | contribs) (Version 1 (newer remote))

Jump to: navigation, search

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.


Remotes for PVR-350

Pvr350 grey remote generic.gif PVR-350-old-remote.jpg
Version
1
2 (old)
Battery holder PVR-350-newer-remote-PN.jpg PVR-350-old-remote-PN.jpg
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)

For the newer Gray remote

Found at this link

http://wilsonet.com/mythtv/lircrc-haupgrey-g3.txt

  1. ~/.mythtv/lircrc
  2. MythTV native LIRC config file for
  3. the new grey Hauppauge remote
  4. Modified from Jarod Wilson's which came from Jeff Campbell's
  5. By Brad Templeton


  1. Here we have the jump point commands. They only work if you have
  2. defined function keys for these jump points. For me the most
  3. common command is the menu of recordings, so I put that on "videos"
  4. 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

  1. Not yet defined

begin prog = mythtv button = Music repeat = 3 config = Up end

  1. 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

  1. 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

  1. Channel Up

begin prog = mythtv button = Channel-UP repeat = 3 config = Up end

  1. Channel Down

begin prog = mythtv button = Channel-DOWN repeat = 3 config = Down end

  1. OK/Select

begin prog = mythtv button = Ok config = Space end

  1. Play

begin prog = mythtv button = Play config = Return end

  1. Stop

begin prog = mythtv button = Stop config = I end

  1. Escape/Exit/Back

begin prog = mythtv button = Back/Exit config = Esc end

  1. Power Off/Exit

begin prog = mythtv button = Power config = Esc end


  1. Pause

begin prog = mythtv button = Pause repeat = 3 config = P end

  1. Mute

begin prog = mythtv button = Mute repeat = 3 config = | end

  1. Fast forward (30 sec default)

begin prog = mythtv button = Rewind repeat = 3 config = < end

  1. Rewind (10 sec default)

begin prog = mythtv button = Forward repeat = 3 config = > end

  1. Skip forward (10 min default)

begin prog = mythtv button = Next repeat = 3 config = End end

  1. Skip backward (10 min default)

begin prog = mythtv button = Previous repeat = 3 config = Home end

  1. Record

begin prog = mythtv button = Record repeat = 3 config = R end

  1. Delete

begin prog = mythtv button = Red repeat = 3 config = D end

  1. Decrease play speed

begin prog = mythtv button = Green repeat = 3 config = J end

  1. Display EPG while in live TV,
  2. View selected show while in EPG

begin prog = mythtv button = Menu repeat = 3 config = M end

  1. Scroll up

begin prog = mythtv button = Volume-UP repeat = 3 config = F11 end

  1. Scroll down

begin prog = mythtv button = Volume-DOWN repeat = 3 config = F10 end

  1. Bring up OSD info

begin prog = mythtv button = Go repeat = 3 config = I end

  1. Change display aspect ratio

begin prog = mythtv button = Prev-Channel repeat = 3 config = W end

  1. double speed watch

begin prog = mythtv button = Yellow repeat = 3 config = J end

  1. change tuners

begin prog = mythtv button = hash repeat = 3 config = Y end

  1. Bring up Time stretch

begin prog = mythtv button = Blue repeat = 3 config = A end

  1. 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


      1. MPlayer lirc setup
  1. Show OSD

begin prog = mplayer button = MENU repeat = 3 config = osd end

  1. Pause playback

begin prog = mplayer button = PAUSE repeat = 3 config = pause end

  1. Skip ahead a minute if playing
  2. If paused, resume playing

begin prog = mplayer button = PLAY repeat = 3 config = seek +1 end

  1. Stop playback and exit

begin prog = mplayer button = STOP repeat = 3 config = quit end

  1. Mute

begin prog = mplayer button = MUTE repeat = 3 config = mute end

  1. Seek back 10 seconds

begin prog = mplayer button = REW repeat = 3 config = seek -10 end

  1. Seek forward 30 seconds

begin prog = mplayer button = FFW repeat = 3 config = seek +30 end

  1. Quit

begin prog = mplayer button = BACK/EXIT repeat = 3 config = quit end

  1. Seek forward 10 minutes

begin prog = mplayer button = SKIP repeat = 3 config = seek +600 end

  1. Seek backward 10 minutes

begin prog = mplayer button = REPLAY repeat = 3 config = seek -600 end

  1. Toggle full-screen

begin prog = mplayer button = FULL repeat = 3 config = vo_fullscreen end

      1. Xine lirc setup

begin prog = xine button = PLAY repeat = 3 config = Play end

begin prog = xine button = STOP repeat = 3 config = Stop end

begin prog = xine button = OFF repeat = 3 config = Quit end

begin prog = xine button = PAUSE repeat = 3 config = Pause end

begin prog = xine button = CH+ repeat = 3 config = EventUp end

begin prog = xine button = CH- repeat = 3 config = EventDown end

begin prog = xine button = VOL- repeat = 3 config = EventLeft end

begin prog = xine button = VOL+ repeat = 3 config = EventRight end

begin prog = xine button = OK repeat = 3 config = EventSelect end

begin prog = xine button = BACK/EXIT repeat = 3 config = Menu end

begin prog = xine button = FFW repeat = 3

  1. config = SpeedFaster

config = SeekRelative+60 end

begin prog = xine button = REW repeat = 3

  1. config = SpeedSlower

config = SeekRelative-60 end

begin prog = xine button = FULL repeat = 3 config = Volume+ end

begin prog = xine button = BLANK repeat = 3 config = Volume- end

begin prog = xine button = MUTE repeat = 3 config = Mute end

begin prog = xine button = MENU repeat = 3 config = RootMenu end

begin prog = xine button = SKIP repeat = 3 config = EventNext end

begin prog = xine button = REPLAY repeat = 3 config = EventPrior end

begin prog = xine button = GO repeat = 3 config = OSDStreamInfos end

begin prog = xine button = RED repeat = 3 config = Quit end

begin prog = xine button = RED repeat = 3 config = Quit 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


Script.png lircrc


# ~/.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)

Script.png lircd.conf

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