# ~/.mythtv/lircrc # # MythTV native LIRC config file for # the new grey Hauppauge remote # # Modified from Jarod Wilson's which came from Jeff Campbell's # By Brad Templeton # # Modified again to use the Firefly remotes unique buttons by Ryan Schmitz # # # Here we have the jump point commands. They only work if you have # defined function keys for these jump points. # # You can set the jump point commands in Mythweb under Settings > Key Bindings as follows: # F8 Main Menu # F3 Program Guide # F5 TV Recording Playback # F7 Play DVD # F6 MythGallary # F4 Play Music # F2 MythVideo begin prog = mythtv button = FIREFLY repeat = 3 config = F8 end begin prog = mythtv button = TV repeat = 3 config = F5 end begin prog = mythtv button = VIDEO repeat = 3 config = F2 end begin prog = mythtv button = MUSIC repeat = 3 config = F4 end begin prog = mythtv button = PHOTOS repeat = 3 config = F end begin prog = mythtv button = DVD repeat = 3 config = F7 end begin prog = mythtv button = HELP repeat = 3 config = F1 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 # Channel Up begin prog = mythtv button = CH+ repeat = 3 config = Up end # Channel Down begin prog = mythtv button = CH- repeat = 3 config = Down end # OK/Select begin prog = mythtv button = OK config = Space end # OK/Select begin prog = mythtv button = ENT config = Space end # Play begin prog = mythtv button = Play config = Return end # Stop begin prog = mythtv button = Stop config = I end # Escape/Exit/Back begin prog = mythtv button = BACK config = Esc end # Power Off/Exit begin prog = mythtv button = CLOSE config = Esc end # Escape/Exit/Back begin prog = mythtv button = EXIT config = Esc end # Pause begin prog = mythtv button = Pause repeat = 3 config = P end # Mute begin prog = mythtv button = Mute repeat = 3 config = | end # Fast forward (30 sec default) begin prog = mythtv button = REW repeat = 3 config = PgUp end # Rewind (10 sec default) begin prog = mythtv button = FWD repeat = 3 config = PgDown end # Skip forward (10 min default) begin prog = mythtv button = NEXT repeat = 3 config = End end # Skip backward (10 min default) begin prog = mythtv button = PREV repeat = 3 config = Home end # Record begin prog = mythtv button = REC repeat = 3 config = R end # Delete begin prog = mythtv button = A repeat = 3 config = D end # Decrease play speed begin prog = mythtv button = B repeat = 3 config = J end # double speed watch begin prog = mythtv button = C repeat = 3 config = J end # Bring up Time stretch begin prog = mythtv button = D repeat = 3 config = Y end change tuners begin prog = mythtv button = OPTION repeat = 3 config = Y end # Display EPG while in live TV, # View selected show while in EPG begin prog = mythtv button = MENU repeat = 3 config = M end # Scroll up begin prog = mythtv button = VOL+ repeat = 3 config = F11 end # Scroll down begin prog = mythtv button = VOL- repeat = 3 config = F10 end # Bring up OSD info begin prog = mythtv button = INFO repeat = 3 config = I end # Change display aspect ratio begin prog = mythtv button = CH- repeat = 3 config = W end # 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 ### MPlayer lirc setup # Show OSD begin prog = mplayer button = MENU repeat = 3 config = osd end # Pause playback begin prog = mplayer button = PAUSE repeat = 3 config = pause end # Skip ahead a minute if playing # If paused, resume playing begin prog = mplayer button = PLAY repeat = 3 config = seek +1 end # Stop playback and exit begin prog = mplayer button = Back repeat = 3 config = quit end # Stop playback and exit begin prog = mplayer button = EXIT repeat = 3 config = quit end # Stop playback and exit begin prog = mplayer button = CLOSE repeat = 3 config = quit end # Mute begin prog = mplayer button = MUTE repeat = 3 config = mute end # Seek back 10 seconds begin prog = mplayer button = LEFT repeat = 3 config = seek -7 end # Seek forward 30 seconds begin prog = mplayer button = RIGHT repeat = 3 config = seek +30 end # Seek forward 10 minutes begin prog = mplayer button = NEXT repeat = 3 config = seek +600 end # Seek backward 10 minutes begin prog = mplayer button = PREV repeat = 3 config = seek -600 end # Toggle full-screen begin prog = mplayer button = OPTION repeat = 3 config = vo_fullscreen end # Toggle full-screen begin prog = mplayer button = MAXI repeat = 3 config = vo_fullscreen end ### 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 = BACK repeat = 3 config = Quit end begin prog = xine button = EXIT repeat = 3 config = Quit end begin prog = xine button = CLOSE repeat = 3 config = Quit end begin prog = xine button = PAUSE repeat = 3 config = Pause end begin prog = xine button = UP repeat = 3 config = EventUp end begin prog = xine button = DOWN repeat = 3 config = EventDown end begin prog = xine button = LEFT repeat = 3 config = EventLeft end begin prog = xine button = RIGHT repeat = 3 config = EventRight end begin prog = xine button = OK repeat = 3 config = EventSelect end begin prog = xine button = ENT repeat = 3 config = EventSelect end begin prog = xine button = OPTION repeat = 3 config = Menu end begin prog = xine button = FFW repeat = 3 #config = SpeedFaster config = SeekRelative+60 end begin prog = xine button = REW repeat = 3 #config = SpeedSlower config = SeekRelative-60 end begin prog = xine button = VOL+ repeat = 3 config = Volume+ end begin prog = xine button = VOL- 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 = NEXT repeat = 3 config = EventNext end begin prog = xine button = PREV repeat = 3 config = EventPrior end begin prog = xine button = INFO repeat = 3 config = OSDStreamInfos end