[mythtv-users] Re:lircrc for XP Media Center Edition remotes?

mythtv at gnowk.com mythtv at gnowk.com
Sat Feb 28 22:01:57 EST 2004


Here's my lircrc that works with native lirc.

The following non-standard JumpPoints need to be mapped (this can be done 
using MythWeb):
 
TV Recording Playback => @ 
Live TV => ! 
Play DVD => (
MythGallery => & 
Play music => $ 
Video Listings => ^
MythWeather => )


I also re-mapped the following for Music:
FFWD => Right
RWND => Left
-------------- next part --------------
# lircrc.mceusb

###################
#
#  MythTV
#
###################
begin
    prog = mythtv
    button = One
    config = 1  
end

begin
    prog = mythtv
    button = Two
    config = 2  
end

begin
    prog = mythtv
    button = Three
    config = 3  
end

begin
    prog = mythtv
    button = Four
    config = 4  
end

begin
    prog = mythtv
    button = Five
    config = 5  
end

begin
    prog = mythtv
    button = Six
    config = 6  
end

begin
    prog = mythtv
    button = Seven
    config = 7  
end

begin
    prog = mythtv
    button = Eight
    config = 8  
end

begin
    prog = mythtv
    button = Nine
    config = 9  
end

begin
    prog = mythtv
    button = Zero
    config = 0  
end

begin
    prog = mythtv
    button = Back
    config = Esc
end

begin
    prog = mythtv
    button = Guide
    config = M  
end

begin
   prog = mythtv
   button = More
   config = I  
end

begin
  prog = mythtv
  button = VolDown
  config = F10  
end

begin
  prog = mythtv
  button = VolUp
  config = F11  
end

begin
    prog = mythtv
    button = Up
    config = Up
end

begin
    prog = mythtv
    button = Down
    config = Down
end

begin
    prog = mythtv
    button = Left
    config = Left
end

begin
    prog = mythtv
    button = Right
    config = Right
end

begin
    prog = mythtv
    button = Play
    config = Return
end

begin
    prog = mythtv
    button = OK
    config = Return
end

begin
    prog = mythtv
    button = Mute
    config = F9  
end

begin
    prog = mythtv
    button = Rewind
    config = Left  
end

begin
    prog = mythtv
    button = Forward
    config = Right  
end

begin
  prog = mythtv
  button = Record
  config = R  
end

begin
   prog = mythtv
   button = Stop
   config = O  
end

begin
    prog = mythtv
    button = Pause
    config = P  
end

# Use for backwards commercial skip
begin
   prog = mythtv
   button = Replay
   config = Q  
end

# Use for forward commercial skip
begin
   prog = mythtv
   button = Skip
   config = Z  
end

### The following keys need to be mapped before they can be used
### (I mapped mine using MythWeb)
begin
   prog = mythtv
   button = LiveTV
   config = !
end

begin
   prog = mythtv
   button = Videos
   config = ^
end

begin
   prog = mythtv
   button = Pictures
   config = &
end

begin
   prog = mythtv
   button = Music
   config = $
end

begin
   prog = mythtv
   button = TV
   config = @
end

begin
   prog = mythtv
   button = DVD
   config = (
end

begin
   prog = mythtv
   button = Home
   config = )
end

###################
#
#  MPlayer
#
###################
begin
   prog = mplayer
   button = Back
   config = quit
end
		   
begin
   prog = mplayer
   button = More
   config = osd
end
			      
begin
   prog = mplayer
   button = Replay
   config = seek -10
   repeat = 1
end
							     
begin
   prog = mplayer
   button = Skip
   config = seek +10
   repeat = 1
end

begin
   prog = mplayer
   button = Rewind
   config = seek -60
   repeat = 1
end

begin
   prog = mplayer
   button = Forward
   config = seek +60
   repeat = 1
end

begin
    prog = mplayer
    button = Pause
    config = pause
end
								    
begin
   prog = mplayer
   button = VolUp
   config = volume +1
   repeat = 1
end

begin
   prog = mplayer
   button = VolDown
   config = volume -1
   repeat = 1
end

begin
   prog=mplayer
   button=Mute
   config=mute
end



More information about the mythtv-users mailing list