aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/soundcloud_playlist_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/soundcloud: libyajl2 uses size_t for string lengthsMax Kellermann2012-03-221-2/+14
| | | | Fixes build failure on 64 bit.
* playlist/soundcloud: support libyajl2Robert Vollmert2012-03-191-5/+21
| | | | [mk: backwars compatibility and autoconf check]
* playlist/soundcloud: use config_dup_block_string()Max Kellermann2012-03-011-5/+3
|
* A soundcloud playlist plugin.Robert Vollmert2012-03-011-0/+422
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/<track-id> mpc load soundcloud://playlist/<playlist-id> 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/ .