summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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-08-02song/AudioFormatFilter: add mask supportMax Kellermann
2018-08-02SongFilter: add class NotSongFilterMax Kellermann
2018-08-02doc/protocol.xml: add missing paranthesesMax Kellermann
2018-08-02song/AudioFormatSongFilter: new filter typeMax Kellermann
2018-07-30SongFilter: implement the AND operatorMax Kellermann
2018-07-25user.rst: update and fix sidplay linksskidoo23
Add link to more recent libsidplayfp and correct URL pointing to libsidplay2.
2018-07-24SongFilter: implement operator "!="Max Kellermann
Closes #89
2018-07-24SongFilter: new extensible filter syntaxMax Kellermann
Will allow more complex fitler expression, such as negation (#89).
2018-07-24doc/protocol.xml: group <arg> elementsMax Kellermann
2018-07-24doc/protocol.xml: move filter syntax to separate sectionMax Kellermann
2018-07-24doc/protocol.xml: improve find/search linksMax Kellermann
2018-07-24doc/user: remove the obsolete DocBook versionMax Kellermann
Was converted to reStructuredText / Sphinx in commit 8a689e68bcef55f689f9d226440f236e5ea676ae
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-20doc: link the user manual in the TOCMax Kellermann
2018-07-20fix missing paragraphs in tablesRasmus Steinke
2018-07-20Use correct headersRasmus Steinke
2018-07-20Convert user documentation to restructuredTextRasmus Steinke
2018-07-18config/File: support wildcards in "include"Max Kellermann
2018-07-18config/File: add directive "include_optional"Max Kellermann
2018-07-18remove remaining docbook syntax; update year in footerRasmus Steinke
2018-07-18doc: remove developer.xml, was converted to SphinxMax Kellermann
2018-07-18doc: basic support for SphinxMax Kellermann
Migrating from DocBook to Sphinx. Editing XML is really too cumbersome.
2018-07-18Merge branch 'sphinx' of git://github.com/carnager/MPDMax Kellermann
2018-07-18convert developer docs to restructuredtextRasmus Steinke
2018-07-18config/File: implement the "include" directiveMax Kellermann
This is an experimental draft. More needs to be done.
2018-07-18decoder/mad: make "gapless_mp3_playback" a block optionMax Kellermann
Remove another dependency on the config/Global library.
2018-07-16configure.ac: require Boost 1.58Max Kellermann
2018-07-15Permission: add special permissions for local socketsMax Kellermann
Closes #296
2018-07-15doc/user: document client configurationMax Kellermann
Moving some text from the manpage. Oh, documentation is still a mess.
2018-07-13Remove sync_sample_rate option as it's no longer necessaryYue Wang
2018-07-06db/simple: add an AudioFormat to each SongMax Kellermann
2018-07-06doc/protocol.xml: document the lsinfo responseMax Kellermann
2018-07-06doc/protocol.xml: add command hyperlinksMax Kellermann
2018-07-06doc/protocol.xml: update reference to Ack.hxxMax Kellermann
2018-07-06require GCC 6Max Kellermann
Meanwhile, GCC 5 fails to compile MPD due to incomplete C++14 implementation.
2018-06-05doc/user.xml: mention the cache_directory requirement for mountsMax Kellermann
2018-06-05doc/user.xml: document the two udisks pluginsMax Kellermann
2018-06-05doc/user.xml: add section explaining storage/neighbor plugins and mountsMax Kellermann
2018-06-05doc/user.xml: rewrite the "Introduction" section with text from the websiteMax Kellermann