summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-07-10doc: fix a few typos and missing wordsNaglis Jonaitis
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06doc/plugins.rst: merge redundant nfs:// documentationMax Kellermann
2020-07-06doc/plugins.rst: more markupMax Kellermann
2020-07-06doc/plugins.rst: add smb:// with password exampleMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/864
2020-07-06doc/plugins.rst: more markupMax Kellermann
2020-06-11increment version number to 0.21.25Max Kellermann
2020-06-10Merge tag 'v0.21.24'Max Kellermann
release v0.21.24
2020-06-10doc/protocol.rst: clarify the term "UNIX time"Max Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/893
2020-06-10Merge branch 'document-idle-neighbor-mount' of git://github.com/naglis/MPDMax Kellermann
2020-06-07doc: document neighbor and mount idle subsystemsNaglis Jonaitis
2020-05-30doc: add docs for wasapi pluginShen-Ta Hsieh
2020-05-07meson.build: require GCC 8 or clang 5Max Kellermann
Commit 60f957ed648 broken the GCC 7 build, but instead of working around missing C++17 features in old compilers, let's update the compiler version requirements. This commit raises the clang requirement to version 5 because this is the first version to support `constexpr` lambdas, to be used to `Dsd2Pcm.cxx`.
2020-04-30Add info about new song length formatskidoo23
2020-04-29increment version number to 0.21.24Max Kellermann
2020-04-27doc: Document required order of currentsong responseSören Tempel
The parser implemented in libmpdclient requires the first key-value pair of the server response to be the file pair. This is due to the fact that libmpdclient scan pairs sequentially and first attempts to extract the file pair before parsing the currentsong response further. See: https://github.com/MusicPlayerDaemon/libmpdclient/blob/5c751a761ec9f71a43ee0e41cfff3208f31a58b8/src/song.c#L559-L563 Meta data encoded as pairs in the currentsong response will be ignored if they are placed before the file pair in the response.
2020-04-26gme: add configurable fade-out timeJohn Regan
Also include fade-out time in song length.
2020-04-24Fix typo in documentationNaglis Jonaitis
2020-04-14increment version number to 0.21.23Max Kellermann
2020-03-22increment version number to 0.21.22Max Kellermann
2020-03-19Merge tag 'v0.21.21'Max Kellermann
release v0.21.21
2020-03-19raise default "max_connections" value to 100Max Kellermann
Documentation says the limit is 5, but it was really 10 (at least since 2004). But since MPD wants to promote using many small clients idling around, and these clients consume only very few resources, it seems reasonable to raise this limit's default value.
2020-03-12doc/user.rst, .travis.yml: drop GCC 6 supportMax Kellermann
Debian Stable (Buster) has GCC 8 and Ubuntu LTS (18.04) has GCC 7. This will unlock a lot of C++17 features like `std::string_view`.
2020-02-17Instance: flush input cache on SIGHUPMax Kellermann
2020-02-17doc/user.rst: add section "Signals"Max Kellermann
2020-02-17doc/user.rst: add section "Starting MPD"Max Kellermann
Move the existing systemd sections over there.
2020-02-16increment version number to 0.21.21Max Kellermann
2020-01-25increment version number to 0.21.20Max Kellermann
2020-01-20command/partition: add command "delpartition"Max Kellermann
2020-01-20command/message: make messages/subscriptions local to the current partitionMax Kellermann
2020-01-18command/player: show partition name in "status" responseMax Kellermann
2020-01-18add "moveoutput" commandMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2020-01-17Revert "pcm/Convert: add option to enable the integer-only dsd2pcm ↵Max Kellermann
implementation" This reverts commit c84bae739a29ec27790c5534b7fc777d6f40a02f. A configuration option is not necessary, because the PcmConvert constructor knows already whether integer or floating point is needed.
2020-01-17pcm/Convert: add option to enable the integer-only dsd2pcm implementationMax Kellermann
2019-12-24increment version number to 0.21.19Max Kellermann
2019-12-18increment version number to 0.21.18Max Kellermann
2019-12-16Merge tag 'v0.21.17'Max Kellermann
release v0.21.17
2019-12-16Fix typo in documentationNaglis Jonaitis
2019-10-28doc/user.rst: update build dependencies on Debian Busterkaliko
2019-10-28Merge branch 'buster-build-dependencies' of git://github.com/mxjeff/MPDMax Kellermann
2019-10-28doc/user.rst: update build dependencies on Debian Busterkaliko
2019-10-25add tag "Conductor"smutbert
2019-10-16increment version number to 0.21.17Max Kellermann
2019-10-09thread/Util: lower the real-time priority from 50 to 40Max Kellermann
On linux-rt, kernel IRQ threads are configured with priority=50, and this change configures MPD somewhat below that priority, leaving some room for other programs to be configured in between. Closes https://github.com/MusicPlayerDaemon/MPD/issues/643
2019-10-07increment version number to 0.21.16Max Kellermann
2019-08-27Typo fixXipmix
2019-08-22increment version number to 0.21.15Max Kellermann
2019-08-21Merge tag 'v0.21.14'Max Kellermann
release v0.21.14
2019-08-13command/file: add command "readpicture"Max Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/42