LIRC for URC-6131 mplayer

 

# lircrc.URC-6131/RC-5 (Hauppauge PVR-250)
# 2004-01-25, Joe Votour
# 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
This entry was posted in MythTV. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.