- 07 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Missing from commit 48c96bba
-
- 06 Feb, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Since the encoder plugin uses a libvorbis function (and not only libvorbisenc functions), we need to link with libvorbis explicitly.
-
Max Kellermann authored
-
- 03 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Jan, 2014 3 commits
-
-
Max Kellermann authored
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 27 Jan, 2014 1 commit
-
-
Max Kellermann authored
Allow semicolons and single quotes in the stream title. This is not part of any specification, but found in real life.
-
- 25 Jan, 2014 1 commit
-
-
Max Kellermann authored
This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.
-
- 22 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 20 Jan, 2014 1 commit
-
-
Max Kellermann authored
Works around a build failure on Solaris because annoyingly, Solaris reserves the name "queue". This rename was pending anyway.
-
- 15 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The update thread should not affect the rest of the system, therefore set "idle" priority, and let it only run when nobody else is using the resources.
-
- 13 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Andrée Ekroth authored
This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 }
-
- 11 Jan, 2014 2 commits
-
-
Max Kellermann authored
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
-
Max Kellermann authored
Send "idle" to the other MPD whenever there's nothing else to do and forward incoming "idle database" events to all our MPD clients.
-
- 09 Jan, 2014 1 commit
-
-
Jean-Francois Dockes authored
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
-
- 08 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2014 1 commit
-
-
James McGlashan (DarkFox) authored
-
- 29 Dec, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Add the TagStream.cxx library, similar to TagFile.cxx, and use it to load tags from song files inside archives.
-
Max Kellermann authored
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
-
Max Kellermann authored
We can assume that initgroups() would be a no-op in that case, however initgroups() is not allowed for unprivileged users anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Dec, 2013 1 commit
-
-
Max Kellermann authored
Instead of just adding a rectangular random value before shifting back to the normal scale, use the existing PcmDither library.
-
- 24 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The "mode" of the second ReplayGainFilter was never set, and thus replay gain was never applied to the new song during cross-fade.
-
- 20 Dec, 2013 1 commit
-
-
Steven O'Brien authored
-
- 19 Dec, 2013 2 commits
-
-
Steven O'Brien authored
I've created an elementary input plugin that plays sound from the soundcard, so you can use MPD to listen to anything connected to the line-in jack, or to Video4Linux FM radio cards that send audio through the soundcard. There has been a small number of posts here in the past requesting line-in input, so here is a first, simplistic stab at it. The patch adds a new sheme, alsa://, which causes mpd to play data read directly from a souncdard. It defaults to hw:0,0, but you can pass any ALSA device name in the URI. So, using mpc for example: mpc add alsa:// mpc play will play from device hw:0,0. To use a diffferent device: mpc add alsa://hw:1,0
-
Michal Smucr authored
Some tagging libraries (eg. TagLib) produce that variant.
-
- 13 Dec, 2013 1 commit
-
-
Max Kellermann authored
This is safer, and works without epoll(). Fixes a build failure with uClibc, which does not support epoll().
-