begin prog = irexec button = VOLUME_UP config = aumix -v+10 end begin prog = irexec button = VOLUME_DOWN config = aumix -v-10 end begin prog = irexec button = VIDEO config = mplayer -monitoraspect 14:9 -ao alsa -vf unsharp=l3x3:1.5:c3x3:1.5 -fs dvd://1 end begin prog = irexec button = POWER config = xmms -p & end begin prog = irxevent button = ENTER config = Key Return CurrentWindow end begin prog = irxevent button = LEFT config = Key Left CurrentWindow end begin prog = irxevent button = RIGHT config = Key Right CurrentWindow end begin prog = irxevent button = UP config = Key Up CurrentWindow end begin prog = irxevent button = DOWN config = Key Down CurrentWindow end begin prog = mplayer button = PLAY config = pause end begin prog = mplayer button = STOP config = seek 0 1\npause end begin prog = mplayer button = EXIT config = quit end begin prog = mplayer button = FORWARD config = seek 10 0 end begin prog = mplayer button = BACKWARD config = seek -10 0 end begin prog = mplayer button = NEXT config = seek 300 0 end begin prog = mplayer button = PREVIOUS config = seek -300 0 end begin prog = mplayer button = GUIDE config = vo_fullscreen end #begin # prog = mplayer # button = VOLUME_UP # config = vol_up 10 #end #begin # prog = mplayer # button = VOLUME_DOWN # config = vol_down -10 #end begin prog = mplayer button = SEARCH config = sub_select end begin prog = mplayer button = P_A config = osd end begin prog = mplayer button = ENTER config = gui_loadfile end begin prog = xmms button = PLAY config = PLAYPAUSE end begin prog = xmms button = POWER config = QUIT end begin prog = xmms button = EXIT config = QUIT end begin prog = xmms button = STOP config = STOP end begin prog = xmms button = P_A config = LIST # config = "PLAYLIST_SET /home/sly/mpls/all.m3u" end begin prog = xmms button = NEXT config = NEXT end begin prog = xmms button = PREVIOUS config = PREV end begin prog = xmms button = FORWARD config = FWD end begin prog = xmms button = BACKWARD config = BWD end begin button = CD mode = cd end begin prog = irexec button = TV mode = tv end begin prog = irexec button = VIDEO mode = video end begin prog = irexec button = AUDIO mode = audio end begin cd begin prog = irexec button = YELLOW config = eject end begin prog = irexec button = BLUE config = eject -t end end cd begin audio begin prog = irexec button = POWER config = "xmms -p &" config = killall xmms & end begin prog = irexec button = CHUP config = xmms --fwd & end begin prog = irexec button = CHDOWN config = xmms --rew & end begin prog = irexec button = PAUSE config = xmms --play-pause & end begin prog = irexec button = PLAY config = xmms --play & end begin prog = irexec button = STOP config = xmms --stop & end end audio