- 01 Apr, 2009 29 commits
-
-
Max Kellermann authored
Don't append LAME_CFLAGS/LAME_LIBS to MPD_CFLAGS/MPD_LIBS in configure.ac. Export them via AC_SUBST() instead.
-
Max Kellermann authored
Use MPD_AUTO_PKG(). Removed the checks for the Ogg Vorbis decoder plugin, this is not directly related.
-
Max Kellermann authored
Use the new $need_encoder variable to determine whether encoder plugins would actually be used if they were available.
-
Max Kellermann authored
Enable the HTTPD output plugin by default, provided that the encoder API is available.
-
Max Kellermann authored
This patch makes the shout checks use MPD_AUTO_PKG() instead of manually invoking PKG_CHECK_MODULES(). It sets the default value to "auto" instead of "no".
-
Max Kellermann authored
$enable_encoder specifies whether one or more encoder plugins are enabled. This simplifies several checks, and allows easier integration of more encoder plugins.
-
Max Kellermann authored
-
Max Kellermann authored
This command allows clients to search for stickers with a specified name.
-
Eric Wollesen authored
db_get_song was being called once for all sub-handlers, but with the addition of the find command, we don't have a URI coming in, so doing db_get_song once won't work anymore. [mk: fixed initialization order]
-
Max Kellermann authored
This is a wrapper for sticker_find(), which looks up the song object.
-
Max Kellermann authored
sticker_find() finds stickers with the specified name.
-
Max Kellermann authored
Moved code from db_get_song().
-
Max Kellermann authored
Renamed directory_get_directory() to directory_lookup_directory(). Added API documentation.
-
Max Kellermann authored
Added David Guibert, Jochen Keil, Jeffrey Middleton, Sean McNamara.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
On both locations, the result of write() can be ignored safely. In event_pipe_emit_fast(), that can only be "EAGAIN", which means that the pipe buffer is full - no further notification required. In client_init(), that would be a fatal connection error, which would be caught by the next event. This patch fixes gcc warnings.
-
Max Kellermann authored
g_set_error() is a printf-like function, and expects a format string. Using the return value of gai_strerror() is unsafe.
-
Max Kellermann authored
Move the declaration of "i" into the "for" loop.
-
Max Kellermann authored
-
Max Kellermann authored
The environment variable MAKE can be set by the caller process, and may be used to pass a concurrency value (-j).
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 31 Mar, 2009 7 commits
-
-
Jochen Keil authored
Cuesheets are often saved as vorbis comment flac files (CUESHEET=.. case doesn't matter). We can parse this now and use the information to tag the subtracks (from the embedded cuesheets).
-
Jochen Keil authored
-
Jochen Keil authored
-
Jochen Keil authored
-
Jochen Keil authored
Autoconf/automake support for libcue which is needed for cue/cue_tag.h/.c. Libcue will have/has pkg-config support so this is fairly straightforward.
-
Jochen Keil authored
With these methods a tag struct can be created from the cdtext information in a cue sheet. The methods depend on a cue parsing library. Reading from strings (char*) as well as from a file (FILE*) is supported.
-
Romain Bignon authored
This is a little ugly, but as nextSongInPlaylist is both called when queued is update (in case playlist ended) and for user "next" command, there isn't any other (simple) solution
-
- 30 Mar, 2009 4 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-
Avuton Olrich authored
-