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.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include "input/curl_input_plugin.h"
|
||||
#endif
|
||||
|
||||
#include "input/lastfm_input_plugin.h"
|
||||
|
||||
#ifdef ENABLE_MMS
|
||||
#include "input/mms_input_plugin.h"
|
||||
#endif
|
||||
@@ -46,6 +48,9 @@ static const struct input_plugin *const input_plugins[] = {
|
||||
#ifdef HAVE_CURL
|
||||
&input_plugin_curl,
|
||||
#endif
|
||||
#ifdef ENABLE_LASTFM
|
||||
&lastfm_input_plugin,
|
||||
#endif
|
||||
#ifdef ENABLE_MMS
|
||||
&input_plugin_mms,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user