aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-27doc/developer: mention git pull requestsMax Kellermann1-0/+7
2014-01-27doc/developer: update number of contributorsMax Kellermann1-1/+1
2014-01-27doc/developer: add mailman pageMax Kellermann1-1/+3
2014-01-27doc/developer: explain clang static analyzerMax Kellermann1-0/+37
2014-01-27doc/developer: tag for email addressMax Kellermann1-1/+1
2014-01-21pcm/SoxrResampler: Add configurable quality levelsChase Geigle1-1/+38
2014-01-20new developer mailing listMax Kellermann1-1/+1
2014-01-13Shine encoding pluginAndrée Ekroth1-0/+29
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 }
2014-01-09doc/user: mention the upnp database pluginMax Kellermann1-0/+8
2014-01-08doc/user.xml: add alsa input sectionSteven O'Brien1-0/+18
2014-01-07doc/user: fix typoMax Kellermann1-1/+1
2014-01-04Added soundcloud documentationJames McGlashan (DarkFox)1-0/+41
2013-12-29command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann1-0/+8
2013-12-29input/smbclient: new input pluginMax Kellermann1-0/+14
2013-12-11doc/mpd.conf.5: remove redundant documentationMax Kellermann1-98/+0
The real and detailed documentation is in the user manual.
2013-12-11doc/user: document the "ao" outputMax Kellermann2-22/+53
Move from doc/mpd.conf.5.
2013-12-11doc/user: document the "fifo" outputMax Kellermann2-11/+32
Move from doc/mpd.conf.5.
2013-12-11doc/user: document shout option "protocol"Max Kellermann1-0/+12
2013-12-02command: add commands "addtagid", "cleartagid"Max Kellermann1-0/+38
2013-12-01pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann1-0/+17
2013-12-01doc: move documentation from mpd.conf.5 to the user manualMax Kellermann2-48/+143
2013-12-01doc/user: remove obsolete "24_3" optionMax Kellermann1-2/+0
2013-11-22doc: audio_outputs sample output and explanation of each returned lineJavier Domingo Cansino1-0/+26
2013-11-11doc/example: remove "format" and "audio_output_format"Max Kellermann1-8/+0
Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
2013-11-08doc/developer: add text from the wikiMax Kellermann1-1/+64
2013-11-08doc: show .tar.xz in sample unpack commandMax Kellermann1-1/+1
2013-11-08doc: replace the remaining wikia linksMax Kellermann2-7/+4
2013-11-07doc: more information about "close"Max Kellermann1-1/+4
2013-11-07doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann2-45/+0
2013-11-07doc: add link to user manualMax Kellermann1-0/+4
2013-11-07doc: update current maintainerMax Kellermann1-1/+1
2013-11-07doc: update Mantis linkMax Kellermann1-1/+1
2013-11-07doc/user: add more documentation for the proxy database pluginMax Kellermann2-1/+13
2013-11-07input/cdio_paranoia: add setting "default_byte_order"Max Kellermann1-0/+24
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.
2013-10-30increase default buffer size to 4 MBMax Kellermann2-2/+2
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.
2013-10-29SongFilter: add special keyword "base"Max Kellermann1-2/+6
Restores the features from the previous draft commands "findin" / "searchin".
2013-10-29Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann1-34/+0
This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find".
2013-10-26command: new commands "findin", "searchin" with base URIMax Kellermann1-0/+34
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann1-0/+26
2013-10-25OtherCommands: re-add the "volume" commandMax Kellermann1-0/+19
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.
2013-10-20doc/developer: require C++11Max Kellermann1-12/+5
2013-10-19decoder/modplug: Add "loop_count" parameterSebastian Thorarensen1-0/+31
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.
2013-10-18decoder/mikmod: Add loop configuration parameterSebastian Thorarensen1-0/+10
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.
2013-10-02Log: new logging library APIMax Kellermann1-1/+1
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann1-40/+1
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.
2013-09-12Listen: Allow tilde paths for socket.Maarten de Vries1-2/+3
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke2-4/+5
Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows.
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-1/+1
2013-08-04Commands: new command "toggleoutput"Max Kellermann1-0/+14
2013-04-17input/soup: plugin removedMax Kellermann1-29/+0
This plugin is cumbersome to support, now that MPD is migrating away from GLib and the GLib event loop. It has no practical advantages over the CURL plugin. Soup requires the bloated GType library.