aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* systemd: add socket activation filesMax Kellermann2014-02-121-17/+6
|
* storage/nfs: new storage pluginMax Kellermann2014-02-081-0/+12
|
* doc/user: document storage pluginsMax Kellermann2014-02-081-0/+33
|
* Merge tag 'release-0.18.8'Max Kellermann2014-02-071-0/+45
|\
| * doc/user: document the RoarAudio output pluginMax Kellermann2014-02-061-0/+45
| |
* | input/nfs: new plugin using libnfsMax Kellermann2014-02-061-0/+29
| |
* | doc/user: sort input pluginsMax Kellermann2014-02-061-53/+53
| |
* | doc/user: add Debian build dependenciesMax Kellermann2014-01-291-0/+29
| |
* | doc/developer: mention git pull requestsMax Kellermann2014-01-271-0/+7
| |
* | doc/developer: update number of contributorsMax Kellermann2014-01-271-1/+1
| |
* | doc/developer: add mailman pageMax Kellermann2014-01-271-1/+3
| |
* | doc/developer: explain clang static analyzerMax Kellermann2014-01-271-0/+37
| |
* | doc/developer: tag for email addressMax Kellermann2014-01-271-1/+1
| |
* | Merge branch 'v0.18.x'Max Kellermann2014-01-271-1/+1
|\|
| * new developer mailing listMax Kellermann2014-01-201-1/+1
| |
* | pcm/SoxrResampler: Add configurable quality levelsChase Geigle2014-01-211-1/+38
| |
* | Shine encoding pluginAndrée Ekroth2014-01-131-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 }
* | doc/user: mention the upnp database pluginMax Kellermann2014-01-091-0/+8
| |
* | doc/user.xml: add alsa input sectionSteven O'Brien2014-01-081-0/+18
| |
* | Merge branch 'v0.18.x'Max Kellermann2014-01-081-1/+1
|\|
| * doc/user: fix typoMax Kellermann2014-01-071-1/+1
| |
* | Added soundcloud documentationJames McGlashan (DarkFox)2014-01-041-0/+41
| |
* | command: "lsinfo" and "readcomments" allowed for remote filesMax Kellermann2013-12-291-0/+8
| |
* | input/smbclient: new input pluginMax Kellermann2013-12-291-0/+14
| |
* | Merge branch 'v0.18.x'Max Kellermann2013-12-142-131/+97
|\|
| * doc/mpd.conf.5: remove redundant documentationMax Kellermann2013-12-111-98/+0
| | | | | | | | The real and detailed documentation is in the user manual.
| * doc/user: document the "ao" outputMax Kellermann2013-12-112-22/+53
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document the "fifo" outputMax Kellermann2013-12-112-11/+32
| | | | | | | | Move from doc/mpd.conf.5.
| * doc/user: document shout option "protocol"Max Kellermann2013-12-111-0/+12
| |
* | command: add commands "addtagid", "cleartagid"Max Kellermann2013-12-021-0/+38
| |
* | pcm/SoxrResampler: new resampler option using libsoxrMax Kellermann2013-12-011-0/+17
| |
* | doc: move documentation from mpd.conf.5 to the user manualMax Kellermann2013-12-012-48/+143
| |
* | doc/user: remove obsolete "24_3" optionMax Kellermann2013-12-011-2/+0
| |
* | doc: audio_outputs sample output and explanation of each returned lineJavier Domingo Cansino2013-11-221-0/+26
|/
* doc/example: remove "format" and "audio_output_format"Max Kellermann2013-11-111-8/+0
| | | | | Just an attempt to prevent users from shooting themselves in the foot by uncommenting these lines without knowing what they're doing.
* doc/developer: add text from the wikiMax Kellermann2013-11-081-1/+64
|
* doc: show .tar.xz in sample unpack commandMax Kellermann2013-11-081-1/+1
|
* doc: replace the remaining wikia linksMax Kellermann2013-11-082-7/+4
|
* doc: more information about "close"Max Kellermann2013-11-071-1/+4
|
* doc: remove documentation on obsolete tcp_keep_alive optionsMax Kellermann2013-11-072-45/+0
|
* doc: add link to user manualMax Kellermann2013-11-071-0/+4
|
* doc: update current maintainerMax Kellermann2013-11-071-1/+1
|
* doc: update Mantis linkMax Kellermann2013-11-071-1/+1
|
* doc/user: add more documentation for the proxy database pluginMax Kellermann2013-11-072-1/+13
|
* input/cdio_paranoia: add setting "default_byte_order"Max Kellermann2013-11-071-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.
* increase default buffer size to 4 MBMax Kellermann2013-10-302-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.
* SongFilter: add special keyword "base"Max Kellermann2013-10-291-2/+6
| | | | | Restores the features from the previous draft commands "findin" / "searchin".
* Revert "command: new commands "findin", "searchin" with base URI"Max Kellermann2013-10-291-34/+0
| | | | | | | This reverts commit a577944ab5a1f4d688e5901fa3efaf7cd1673588. Will be replaced by new options for the old commands "search" and "find".
* command: new commands "findin", "searchin" with base URIMax Kellermann2013-10-261-0/+34
|
* command: new command "readcomments" lists arbitrary file tagsMax Kellermann2013-10-251-0/+26
|