- 19 Mar, 2012 1 commit
-
-
Robert Vollmert authored
[mk: backwars compatibility and autoconf check]
-
- 01 Mar, 2012 2 commits
-
-
Max Kellermann authored
-
Robert Vollmert authored
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/ .
-
- 23 Feb, 2012 1 commit
-
-
Avuton Olrich authored
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
-
- 09 Feb, 2012 1 commit
-
-
Max Kellermann authored
To replace libcue, the unmaintained and crashy library.
-
- 04 Feb, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 04 Jan, 2012 1 commit
-
-
Max Kellermann authored
-
- 13 Dec, 2011 1 commit
-
-
Max Kellermann authored
Replace -I with -isystem in GLIB_CFLAGS.
-
- 12 Dec, 2011 5 commits
-
-
Avuton Olrich authored
It appears the musepack section has not really been reviewed in some time, many parts unfunctional, others, just unnecessary.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 01 Dec, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 13 Oct, 2011 1 commit
-
-
Max Kellermann authored
Ensure that WINVER is defined early enough, so other system headers won't fall back to their default value. Specifically, this solves a build failure (-Werror) with mingw-w64 ("WINVER redefined").
-
- 09 Oct, 2011 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for enabling "silent-rules".
-
Max Kellermann authored
-
Max Kellermann authored
Don't use MPD_LIBS, MPC_CFLAGS.
-
Max Kellermann authored
Don't use MPD_LIBS.
-
Max Kellermann authored
Use DESPOTIFY_LIBS in Makefile.am instead. Also, use DESPOTIFY_CFLAGS.
-
Max Kellermann authored
gprof is obsolete, it's better to use perfcounters in every aspect.
-
Max Kellermann authored
AC_SEARCH_LIBS allows the function to be present in libc.
-
Max Kellermann authored
One call to AC_SEARCH_LIBS replaces AC_CHECK_FUNCS and AC_CHECK_LIB.
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 07 Oct, 2011 1 commit
-
-
Max Kellermann authored
Defaulting to "with systemd" causes problems for users who install MPD as an unprivileged user, and it breaks "make distcheck". It looks like enabling it by default creates too many practical problems for unexperienced users. With --with-systemdsystemunitdir (without a parameter), configure.ac attempts to auto-detect systemd.
-
- 03 Oct, 2011 1 commit
-
-
Max Kellermann authored
-
- 30 Sep, 2011 1 commit
-
-
Miklos Vajna authored
-
- 20 Sep, 2011 1 commit
-
-
Max Kellermann authored
-
- 19 Sep, 2011 2 commits
-
-
Max Kellermann authored
Allow enabling the plugin explicitly without running Solaris, to test the build.
-
Max Kellermann authored
Wrong variable name.
-
- 16 Sep, 2011 3 commits
-
-
Max Kellermann authored
Add -DNDEBUG to AM_CPPFLAGS.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Sep, 2011 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-