On Wed, 08 Mar 2006 13:53:50 -0600 Brian Dunn <job17and9@xxxxxxxxxxxxx> wrote: > Is it possible to configure firefox in such a way that clicking links to > .mp3 and .ogg files causes them to play (prefferably in xmms) as they > are downloaded? A link to a howto would be just dandy. i think xmms can simply play url's via: xmms -Q -p <URL> so the simplest would probably be to use a script like this one: #!/bin/bash xmms -Q -p `xclip -o` and bind it to a window manager keyboard shortcut (you need xclip for this). Then you can just right click on an url to copy it and then press the hotkey. The possibilities are endless :) Flo -- Palimm Palimm! http://tapas.affenbande.org