# lircrc.URC-6131/RC-5 (Hauppauge PVR-250)
# 2004-01-25, Joe Votour
# mailto: [email protected]
# Save this file in ~/.mythtv/lircrc, and make a symlink with ~/.lircrc
# TODO: Test/configure the mplayer buttons
# Finish the rest of the remote buttons for MythTV
# Rev 0.1 – 2005/07/08
# 1. Changed the Xine exit button to PVR Menu (PVRMENU) from POWER
# 2. Added in xmame exit functionality – PVR Menu button again
#
# mplayer keys (Untested, as I don't use mplayer)
#
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 = MENU
config = osd
end
begin
prog = mplayer
button = FFW
config = seek 1
end
begin
prog = mplayer
button = REW
config = seek -1
end
begin
prog = mplayer
button = REPLAY
config = seek -60
end
begin
prog = mplayer
button = SKIP
config = seek 60
end
begin
prog = mplayer
button = PREVCH
config = seek -60
end
begin
prog = mplayer
button = NEXTCH
config = seek 60
end