From 4220e6b0adccf2f09a82fb85768b7aecc5744b6c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 2 Mar 2009 23:11:31 +0100 Subject: input_lastfm: new input plugin for last.fm radio The lastfm input plugin enables MPD to play lastfm:// URLs. This plugin is not complete yet: it plays only the first song in the last.fm playlist, and the playlist parser isn't even implemented properly. --- src/ls.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index a4d0f2f7e..c6987aedb 100644 --- a/src/ls.c +++ b/src/ls.c @@ -28,6 +28,9 @@ static const char *remoteUrlPrefixes[] = { #ifdef HAVE_CURL "http://", #endif +#ifdef ENABLE_LASTFM + "lastfm://", +#endif #ifdef ENABLE_MMS "mms://", "mmsh://", -- cgit v1.2.3