summaryrefslogtreecommitdiff
path: root/doc/user.rst
AgeCommit message (Collapse)Author
2019-03-18doc/user.rst: document the "filters" settingMax Kellermann
2019-03-18doc/user.rst: add more linksMax Kellermann
2019-03-18meson.build: require Meson 0.49.0Jörg Krause
Meson 0.49.0 adds native support for `libgcrypt-config` which is necessary for detecting libgcrypt dependencies, as the latest version 1.8.4 of libgcrypt does not provide a .pc file.
2019-02-25event/ServerSocket, config/Net: abstract socket supportMax Kellermann
2018-12-28remove libwrap supportMax Kellermann
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437
2018-11-20doc/user.rst: more markupMax Kellermann
2018-11-11song/StringFilter: support regular expressions with "=~" and "!~"Max Kellermann
This feature requires `libpcre`.
2018-11-06doc/user.rst: more markupMax Kellermann
2018-11-06doc/user.rst: add information about debug buildMax Kellermann
2018-11-04meson.build: require Meson 0.47.2Max Kellermann
Meson 0.47.1 suffers from a bug which breaks linking the MPD executable because the `-lpthread` flag is not propagated from our `thread.a`. See https://github.com/mesonbuild/meson/pull/3895 Closes #403
2018-10-31include hostname in zeroconf_name (fixes #387)Florian Schlichting
expand %h to the system hostname and default to a zeroconf string that contains %h
2018-10-31doc/user.rst: more markupMax Kellermann
2018-10-31doc/user.rst: use arm64 instead of armv7 in the exampleMax Kellermann
All new hardware is arm64 anyway.
2018-10-31doc/user.rst: add warning about outdated Debian packagesMax Kellermann
2018-10-31doc/user.rst: use "apt" instead of the old "apt-get"Max Kellermann
2018-10-31output/roar: removeMax Kellermann
Bugs in libroar which broke the MPD build have been annoying me for quite some time, and the newest bug has now hit my main build machine: https://github.com/MusicPlayerDaemon/MPD/issues/377 Problem is the usage of the typedef `_IO_off64_t` in libroar's `vio_stdio.h`: int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w); This `_IO_off64_t` is an internal implementation detail of glibc and was removed in version 2.28. Nobody must ever use it. Why the **** did the RoarAudio developers use it? Not using internal typedefs isn't exactly rocket science. This annoys me enough to finally remove the plugin. Anyway, I've never heard of anybody using RoarAudio, so my best guess is that nobody will notice.
2018-10-31doc/user.rst: more markupMax Kellermann
2018-10-30doc/user.rst: remove invalid :option: tagsMax Kellermann
2018-10-30doc/user.rst: improve plugin reference linksMax Kellermann
2018-10-30doc/user.rst: move plugin reference to plugins.rstMax Kellermann
2018-10-30Listen: listen on $XDG_RUNTIME_DIR/mpd/socket by defaultMax Kellermann
2018-10-30doc/user.rst: remove redundant tags list, link to protocol documentationMax Kellermann
2018-10-30doc/*.rst: revise captions and section typesMax Kellermann
2018-10-30doc/user.rst: add links to "Listeners"Max Kellermann
2018-10-30doc/user.rst: add bind_to_address/port examplesMax Kellermann
2018-10-29Fix typo in build instructionsiamsi
2018-10-17tag: new tag Labelskidoo23
2018-10-17doc: remove the DocBook protocol documentation, has been converted to SphinxMax Kellermann
2018-10-16test: use GTest instead of cppunitMax Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
2018-10-07Add some docs for CDParanoia extraction speedAndrew Basterfield
2018-09-23player/Thread: remove obsolete `buffered_before_play` attributeMax Kellermann
2018-09-11doc/user.rst: document the `sles` output pluginMax Kellermann
2018-09-11user.rst: fixed typo state_file_intervalskidoo23
2018-08-14Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-08-12decoder/sidplay: support basic and kernal rom (libsidplayfp)skidoo23
2018-08-10tag/Config: support incremental "metadata_to_use" settingMax Kellermann
With a "+" or "-" prefix, the "metadata_to_use" setting can manipulate the existing default. This way, one can enable `TAG_COMMENT` without having to list all the other tags.
2018-08-10doc/user.rst: add tag linksMax Kellermann
2018-08-10doc/user.rst: line breaksMax Kellermann
2018-08-07Added unix socket support in HttpdOutputPlugin1848
2018-07-25user.rst: update and fix sidplay linksskidoo23
Add link to more recent libsidplayfp and correct URL pointing to libsidplay2.
2018-07-21fix spellingRasmus Steinke
2018-07-21fix wrong ref labelsRasmus Steinke
2018-07-21fix wrong language type for code-blocksRasmus Steinke
2018-07-20fix wrong format of code sampleRasmus Steinke
2018-07-20add missing formattingRasmus Steinke
2018-07-20highlight actual tag_namesRasmus Steinke
2018-07-20fix missing paragraphs in tablesRasmus Steinke
2018-07-20Convert user documentation to restructuredTextRasmus Steinke