# StreamZap Remote # 'config' must either be a literal key, e.g. 'config = l' or must # refer to a defined key in MythTV, e.g. 'config = PLAY' begin prog = mythtv button = 0 config = 0 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 = POWER config = Esc end # ??? begin prog = mythtv button = MUTE config = F9 end begin prog = mythtv button = CH_UP repeat = 3 config = Up end begin prog = mythtv button = VOL_UP repeat = 3 config = ] end begin prog = mythtv button = CH_DOWN repeat = 3 config = Down end begin prog = mythtv button = VOL_DOWN repeat = 3 config = [ end begin prog = mythtv button = UP repeat = 3 config = Up end begin prog = mythtv button = LEFT # navigates, or skips back during playback or live tv. config = Left end begin prog = mythtv button = OK config = Return end begin prog = mythtv button = RIGHT # navigates, or skips forwards during playback or live tv. config = Right end begin prog = mythtv button = DOWN repeat = 3 config = Down end begin prog = mythtv button = MENU config = m end begin prog = mythtv button = EXIT config = Esc end begin prog = mythtv button = PLAY config = l end begin prog = mythtv button = PAUSE config = p end begin prog = mythtv button = STOP config = Esc end begin prog = mythtv # skip backward button = |<< config = PgUp end begin prog = mythtv # skip forward button = >>| config = PgDown end begin prog = mythtv button = RECORD config = r end begin prog = mythtv # rewind button = << config = < end begin prog = mythtv # fast forward button = >> config = > end begin prog = mythtv button = RED # Delete config = z end begin prog = mythtv button = GREEN # Info config = i end begin prog = mythtv button = YELLOW # change aspect ratio config = w end begin prog = mythtv button = BLUE config = Tab end # MPLAYER begin prog = mplayer button = POWER config = quit end begin prog = mplayer button = MUTE config = mute end begin prog = mplayer button = VOL_UP repeat = 3 config = volume +1 end begin prog = mplayer button = VOL_DOWN repeat = 3 config = volume -1 end begin prog = mplayer button = UP repeat = 3 config = seek +10 end begin prog = mplayer button = LEFT # navigates, or skips back during playback or live tv. config = seek -30 end begin prog = mplayer button = RIGHT # navigates, or skips forwards during playback or live tv. config = seek +60 end begin prog = mplayer button = DOWN repeat = 3 config = seek -10 end begin prog = mplayer button = EXIT config = quit end begin prog = mplayer button = play config = speed_set 1.0 end begin prog = mplayer button = pause config = pause end begin prog = mplayer button = STOP config = quit end begin prog = mplayer # skip backward button = |<< config = seek -600 end begin prog = mplayer # skip forward button = >>| config = seek +600 end begin prog = mplayer # slow forward button = << config = speed_mult 0.5 end begin prog = mplayer # fast forward button = >> config = speed_mult 2.0 end ### Xine lirc setup By AnDy! begin prog = xine button = PLAY repeat = 3 config = Play end begin prog = xine button = STOP repeat = 3 config = Stop 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 = EXIT repeat = 3 config = Menu end begin prog = xine button = >> repeat = 3 #config = SpeedFaster config = SeekRelative+60 end begin prog = xine button = << repeat = 3 #config = SpeedSlower config = SeekRelative-60 end begin prog = xine button = VOL_UP repeat = 3 config = Volume+ end begin prog = xine button = VOL_DOWN 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 = >>| repeat = 3 config = EventNext end begin prog = xine button = |<< repeat = 3 config = EventPrior end begin prog = xine button = GREEN repeat = 3 config = OSDStreamInfos end begin prog = xine button = POWER repeat = 3 config = Quit end