KDE and MPRIS plugin
From Exaile
Exaile 0.2 has X Multimedia keys plugin which works with any desktop environment.
How to configure global shortcuts to control Exaile from KDE
First, you have to enable MPRIS plugin in Exaile:
Then, go to K menu -> System -> System Settings (that's for KDE 4, in KDE 3 it's called Control Panel)
Go to Input Actions:
Right-click in shortcuts area, and select "New global shortcut" -> "D-Bus command".
Click "Shortcut" button, then press the key combination you want to control Exaile.
In "Remote Application" field, enter "org.mpris.exaile"
In "Remote Object" field, enter "/Player"
In "Function" field, enter "org.freedesktop.MediaPlayer.Play"
Leave "Arguments" field empty
Create more shortcuts with different actions - put "Pause", "Stop", "Next", or "Prev" instead of "Play" in "Function" field.
If you use KDE3 and cannot create D-Bus command shortcut, you can choose "Add new shell command", and as command specify:
"dbus-send --type=method_call --dest=org.mpris.exaile /Player org.freedesktop.MediaPlayer.Play"



