On 2010/06/13 16:41, Stefan Monnier <[email protected]> wrote: > I want to listen to a radio whose URL changes on a fairly regular basis. > The way it's meant to be used is via a browser, so there's a stable URL > that brings up a "player" that then streams from a "dynamic" URL. > I can easily extract the URL of the actual stream via some wget/curl and > a little sed script. > > What would be the best way to get this working in MPD?
The old lastfm input plugin had to solve a similar problem - it handled the lastfm:// URL and then created an internal curl input stream with the "real" HTTP URL. The new lastfm plugin is a "playlist" plugin, you can load last.fm suggestions with "mpc load lastfm://", which will create a number of http:// songs. Both solutions are not exactly elegant. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Musicpd-dev-team mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team
