[linux-audio-user] configuring streaming music downloads in firefox

Florian Schmidt mista.tapas at gmx.net
Wed Mar 8 15:29:10 EST 2006


On Wed, 08 Mar 2006 13:53:50 -0600
Brian Dunn <job17and9 at sbcglobal.net> 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



More information about the Linux-audio-user mailing list