getting mp3

jaredm plug-devel@lists.PLUG.phoenix.az.us
Wed Nov 20 12:26:02 2002


I am using a playlist that I downloaded from mp3.com and I am playing 
but I can't download them directly (I suppose I am streaming here). So I 
want to find out how I can get these mp3s to disk without connecting to 
their website. Is there some way I can do this?

>I'm a touch confused about what you are trying to do.  Is there an MP3
>stream coming from the radio station with an embedded playlist, or is it
>separate?
>
>If your looking to write a program to do this, probably gstreamer is
>something which would be useful.  It's basically a collection of
>multimedia plugins that are connected by a common framework.  If there
>isn't a plugin for what you want, you could probably write a small one
>(and have the MP3 decoding etc. done with other plugins).  There is a
>nice launcher so that you don't have to worry about connecting the
>plugins if you don't want to.
>  
>