### button : LIRC identifier ### config : XMMS identifier begin prog = irexec button = RECORD config = xmms& mode = xmms # flags = once end begin xmms begin prog = xmms button = play config = PLAY end begin prog = xmms button = load config = PLAYLIST_ADD .xmms/xmms.m3u end begin prog = xmms button = pause config = PAUSE end begin prog = xmms button = stop config = STOP end begin prog = xmms button = skip_back config = PREV end begin prog = xmms button = SKIP_FWD config = NEXT end begin prog = xmms button = FAST_FORWARD config = FWD 20 repeat = 2 end begin prog = xmms button = REWIND config = BWD 20 repeat = 2 end begin prog = xmms button = START-ID-WRITE config = VOL_UP 5 repeat = 2 end begin prog = xmms button = START_ID_ERASE config = VOL_DOWN 5 repeat = 2 end begin prog = xmms button = RECORD_MUTE config = QUIT flags = mode end end xmms #begin # button = MARGIN_RESET # prog = mplayer # config = volume 1 # repeat = 1 #end #begin # button = VolD # prog = mplayer # config = volume -1 # repeat = 1 #end begin button = CD_PLAYER_PAUSE prog = mplayer config = pause repeat = 0 end