# Amarok lirc remote setup # Author: Donovan Schonknecht begin remote = mceusb prog = amarok button = Play config = qdbus org.mpris.amarok /Player Play repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = Pause config = qdbus org.mpris.amarok /Player Pause repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = Skip config = qdbus org.mpris.amarok /Player Next repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = Replay config = qdbus org.mpris.amarok /Player Prev repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = Stop config = qdbus org.mpris.amarok /Player Stop repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = Power config = qdbus org.mpris.amarok /MainApplication quit repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = Mute config = qdbus org.kde.kmix /kmix/KMixWindow/actions/mute trigger repeat = 0 delay = 0 end begin remote = mceusb prog = amarok button = VolDown config = env lirc-amarok.sh volDown repeat = 1 delay = 0 end begin remote = mceusb prog = amarok button = VolUp config = env lirc-amarok.sh volUp repeat = 1 delay = 0 end begin remote = mceusb prog = amarok button = Forward config = env lirc-amarok.sh seekUp repeat = 1 delay = 0 end begin remote = mceusb prog = amarok button = Forward config = env lirc-amarok.sh seekDown repeat = 1 delay = 0 end