summaryrefslogtreecommitdiff
path: root/doc/user.xml
AgeCommit message (Collapse)Author
2017-09-07doc/user: document the Opus encoderMax Kellermann
2017-06-15doc/user: add more Debian build dependenciesMax Kellermann
2017-06-15doc/user: update build dependencies for Debian JessieMax Kellermann
2017-05-16INSTALL: merge into doc/user.xmlMax Kellermann
2017-05-16doc/user.xml: add sticker documentationMax Kellermann
2017-05-16doc/user.xml: add Zeroconf documentationMax Kellermann
2017-05-15doc, README.md: update bug tracker URLMax Kellermann
Closes #43
2017-04-11Fix typocotko
2017-02-20doc/user: instructions to compile the Windows binaryMax Kellermann
2017-01-20doc/user: add missing playlist pluginsMax Kellermann
2017-01-20doc/user: mention which commands are available with playlist pluginsMax Kellermann
2017-01-20doc/user: document effect of http_proxy envvar on curl pluginFlorian Schlichting
2017-01-17Audio{Format,Parser}: use shortcuts such as "dsd64" in log messagesMax Kellermann
2017-01-17doc/user: document the "dsd" sample formatMax Kellermann
2017-01-17doc/user: add <replaceable> elementMax Kellermann
2017-01-10decoder/flac: add options "probesize" and "analyzeduration"Max Kellermann
https://bugs.musicpd.org/view.php?id=3876
2017-01-08doc/user: Replace "It used used" with "It is used"Wieland Hoffmann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-04doc/user: add brief "troubleshooting" chapterMax Kellermann
2017-01-03doc/user: tilde expansionMax Kellermann
2017-01-03doc/user: new section about stored playlistsMax Kellermann
2017-01-03doc/user: new section about external mixerMax Kellermann
2017-01-03doc/user: audio_output/enabled is stored in state_fileMax Kellermann
2017-01-03doc/user: mention that more than one audio_output is possibleMax Kellermann
2017-01-03doc/user: mention more pluginsMax Kellermann
2017-01-03doc/user: more general documentation about the configuration fileMax Kellermann
2016-12-13Merge tag 'v0.19.21'Max Kellermann
release v0.19.21
2016-12-13systemd: add user unitMax Kellermann
The user unit omits the "ProtectKernelModules" setting which fails with modular kernels: Failed at step CAPABILITIES spawning /usr/bin/mpd: Operation not permitted It is unfortunate that systemd (version 232) is unable to reduce its own capabilities, because this requires us to split system and user units. https://bugs.musicpd.org/view.php?id=4608
2016-12-13doc/user: fix --with-systemdsystemunitdir exampleMax Kellermann
2016-09-18Update doc for new core audio plugin features.Yue Wang
2016-07-29doc/user.xml: update c64.org linkMax Kellermann
https://bugs.musicpd.org/view.php?id=4560
2016-07-13Move OS X output docs to doc/user.xmlJacob Vosmaer
2016-06-22doc: Initial sndio documentationDimitris Papastamos
2016-06-10decoder/pcm: add MIME type "audio/x-mpd-float"Max Kellermann
2016-06-10decoder/pcm: implement RFC 2586 (audio/L16)Max Kellermann
https://bugs.musicpd.org/view.php?id=4525
2016-06-10doc/user: mention the "pcm" decoder pluginMax Kellermann
2016-04-30Merge tag 'v0.19.15'Max Kellermann
release v0.19.15
2016-04-22doc/mpd.conf.5: move metadata_to_use to the user manualMax Kellermann
2016-04-22doc/{user,protocol}: add a list of supported tagsMax Kellermann
A complete list which replaces the incomplete list in the mpd.conf manpage.
2016-04-22doc: migrate to DocBook 4.5Max Kellermann
2016-04-22doc/user: fix typoFlorian Schlichting
2016-02-28output/alsa: remove option "use_mmap"Max Kellermann
MPD does not really take advantage of memory-mapped I/O by generating data right into the ALSA buffer; using plain snd_pcm_mmap_writei() has no advantage compared to snd_pcm_writei(). Let's kill this non-feature.
2015-12-15Merge tag 'v0.19.12'Max Kellermann
release v0.19.12
2015-12-15docs: add vlc and mpv to the list of example applicationsBen Boeckel
These are other popular clients. In particular, VLC is available on mobile devices. Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
2015-10-27Merge tag 'v0.19.11'Max Kellermann
2015-10-27doc/user: section about real-time schedulingMax Kellermann
2015-10-26decoder/gme: add option "accuracy"Max Kellermann
2015-10-26doc/user: add decoder/gme sectionMax Kellermann
2015-09-30update: apply .mpdignore matches to subdirectoriesAnthony DeRossi
Wildcard matches are directly applied to all filenames in subdirectories without any attempt at matching relative paths. This change is based on the following feature request: http://bugs.musicpd.org/view.php?id=3729
2015-08-11doc/user: document effect of http_proxy envvar on curl pluginFlorian Schlichting