1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
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 <ijc@hellion.org.uk>
Links
-----
XMMS: http://www.xmms.org
rep: http://librep.sourceforge.net
sawfish: http://sawmill.sourceforge.net
|