- 21 Jan, 2014 1 commit
-
-
Chase Geigle authored
-
- 13 Jan, 2014 1 commit
-
-
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 }
-
- 09 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 08 Jan, 2014 1 commit
-
-
Steven O'Brien authored
-
- 07 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2014 1 commit
-
-
James McGlashan (DarkFox) authored
-
- 29 Dec, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 11 Dec, 2013 4 commits
-
-
Max Kellermann authored
The real and detailed documentation is in the user manual.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
Move from doc/mpd.conf.5.
-
Max Kellermann authored
-
- 02 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 01 Dec, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Nov, 2013 1 commit
-
-
Javier Domingo Cansino authored
-
- 11 Nov, 2013 1 commit
-
-
Max Kellermann authored
Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
-
- 08 Nov, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Nov, 2013 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Allows big-endian users to configure the fallback byte order to little-endian. Without this setting, MPD assumes native byte order if the CD drive can't decide.
-
- 30 Oct, 2013 1 commit
-
-
Max Kellermann authored
2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading.
-
- 29 Oct, 2013 2 commits
-
-
Max Kellermann authored
Restores the features from the previous draft commands "findin" / "searchin".
-
Max Kellermann authored
This reverts commit a577944a. Will be replaced by new options for the old commands "search" and "find".
-
- 26 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 25 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 24 Oct, 2013 1 commit
-
-
Max Kellermann authored
This command was removed by commit 206392ad (MPD 0.16), even though it was been proven useful for some very simple clients. On request, I add it to the protocol again.
-
- 20 Oct, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Oct, 2013 1 commit
-
-
Sebastian Thorarensen authored
The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping.
-
- 18 Oct, 2013 1 commit
-
-
Sebastian Thorarensen authored
This patch allows the user to configure the mikmod decoder plugin to loop modules. It adds a configuration parameter to the mikmod decoder called "loop" which can be "no" (the old behaviour, default) or "yes" to allow modules to use backward loops.
-
- 02 Oct, 2013 1 commit
-
-
Max Kellermann authored
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
-
- 28 Sep, 2013 1 commit
-
-
Max Kellermann authored
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
-
- 12 Sep, 2013 1 commit
-
-
Maarten de Vries authored
-