On Wed, 08 Mar 2006 13:53:50 -0600
Brian Dunn <job17and9@email-addr-hidden> 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.orgReceived on Thu Mar 9 00:15:12 2006
This archive was generated by hypermail 2.1.8 : Thu Mar 09 2006 - 00:15:12 EET