From 7cef52478dc2d5c5b9d2a75e34e4e57ca5cdb122 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 27 Feb 2012 13:19:45 +0100 Subject: A soundcloud playlist plugin. Requires YAJL to build, and this doesn't include the necessary automake changes. Can be built using ./configure CFLAGS="-I/usr/include/yajl" LIBS="-lyajl" --enable-soundcloud Add the following to your config: playlist_plugin { name "soundcloud" enabled "true" apikey "c4c979fd6f241b5b30431d722af212e8" } Then you can stream from soundcloud using calls like: mpc load soundcloud://track/ mpc load soundcloud://playlist/ mpc load soundcloud://url/http://soundcloud.com/some/track/or/playlist For the last case, you can leave off the http:// or http://soundcloud.com/ . --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2bd1e55f1..9343f3f77 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,7 @@ ver 0.17 (2011/??/??) * playlist: - allow references to songs outside the music directory - new CUE parser, without libcue + - soundcloud: new plugin for accessing soundcloud.com * state_file: add option "restore_paused" * cue: show CUE track numbers * allow port specification in "bind_to_address" settings -- cgit v1.2.3