XMMS Bindings for rep and sawfish --------------------------------- This module provides a set of rep functions for controlling XMMS. In addition a lisp module is provided which adds these functions to the sawfish user interface. It was written because I was fed up of the delay caused when spawning an XMMS process to control playback from sawfish key bindings. The permanent home of this package is http://www.hellion.org.uk/rep-xmms/ Usage ----- Install the package in the normal way (or grab a binary package): $ ./configure $ make (as root) # make install Now from a rep program you can (require 'xmms.remote) which gives you access to the module. More usefully you can put (require 'xmms.command) in ~/.sawfishrc (or ~/.sawfish/rc if you prefer) and then configure your key-bindings from within the sawfish UI. Bugs ---- This is the first time I've messed with rep internals, so there are bound to be some bugs which I've missed. If you find one, please tell me: Ian Campbell Links ----- XMMS: http://www.xmms.org rep: http://librep.sourceforge.net sawfish: http://sawmill.sourceforge.net