Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-27 | Typo fix | Xipmix | |
2019-08-21 | Merge tag 'v0.21.14' | Max Kellermann | |
release v0.21.14 | |||
2019-08-13 | command/file: add command "readpicture" | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/42 | |||
2019-08-12 | doc/protocol.rst: improve binary chunk description | Max Kellermann | |
2019-08-12 | doc/protocol.rst: add missing newline to "albumart" example | Max Kellermann | |
This was missing in commit 0f488dcecfb0c43134f15cfb2e6368845dcf3d8d | |||
2019-08-12 | decoder/mad: remove option "gapless", always do gapless | Max Kellermann | |
Why would anybody want to keep the silence inserted by the codec? Other plugins/codecs (such as Vorbis) have this hard-coded as well. | |||
2019-08-12 | doc/developer.rst: add chapter about git branches | Max Kellermann | |
2019-08-10 | input/icy: support "charset" parameter in URI fragment | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/616 | |||
2019-08-09 | doc/developer.rst: more details about error handling and OOM | Max Kellermann | |
2019-08-09 | increment version number to 0.21.14 | Max Kellermann | |
2019-08-05 | increment version number to 0.21.13 | Max Kellermann | |
2019-08-05 | decoder/sidplay: Add "default_genre" option | Fredrik Noring | |
Genres are not part of the SID format, so SID files are genreless. This "default_genre" option may be used to assign a default genre to all SID music, for example "SID", "C64", "Chiptune", etc. | |||
2019-08-03 | Add the ability to specify media.role for pulse output plugin | ckdo | |
This is useful in multiple mpd instances scenario, or multiple pulse outputs defined on the same mpd instance. It is actually a more flexible way to route flows than the "sink" parameter, letting the PulseAudio routing do its job, but with the ability to isolate routing for each output. If not specified, the role remains like it was before this commit, ie "music" | |||
2019-08-03 | Add option to not connect jack ports automatically | Richard Dodd | |
2019-08-03 | switch to C++17 | Max Kellermann | |
Time to move on, two years after 2017. | |||
2019-07-12 | increment version number to 0.21.12 | Max Kellermann | |
2019-06-27 | doc/user.rst: two more heading corrections | Max Kellermann | |
2019-06-27 | Merge branch 'v0.21.x' | Max Kellermann | |
2019-06-26 | input/tidal: deprecated because Tidal has changed the protocol | Max Kellermann | |
See https://github.com/MusicPlayerDaemon/MPD/issues/545 | |||
2019-06-17 | tag/Type: add tag "Work" | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/577 | |||
2019-06-17 | Merge branch 'v0.21.x' | Max Kellermann | |
2019-06-11 | doc/include: remove obsolete DocBook fragment | Max Kellermann | |
2019-06-11 | increment version number to 0.21.11 | Max Kellermann | |
2019-05-31 | input/cache: first draft of the file cache | Max Kellermann | |
2019-05-31 | Merge branch 'v0.21.x' | Max Kellermann | |
2019-05-31 | doc/protocol.rst: binary responses do have a newline after all | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/568 | |||
2019-05-31 | doc/user.rst: more heading corrections | Max Kellermann | |
According to http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections | |||
2019-05-31 | doc/developer.rst: remove outdated section about the clang static analyzer | Max Kellermann | |
2019-05-31 | doc/user.rst: use ".. note:" | Max Kellermann | |
2019-05-31 | increment version number to 0.21.10 | Max Kellermann | |
2019-05-29 | config/Parser: add ParseSize() | Max Kellermann | |
Supports suffixes such as "kB" and "MB". | |||
2019-05-21 | tag/Type: add TAG_GROUPING | Max Kellermann | |
Map ID3 "TIT1" to this new core tag type. Closes https://github.com/MusicPlayerDaemon/MPD/issues/563 | |||
2019-05-20 | Merge tag 'v0.21.9' | Max Kellermann | |
release v0.21.9 | |||
2019-05-20 | doc/protocol.rst: several clarifications | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/340 | |||
2019-05-16 | Merge branch 'v0.21.x' | Max Kellermann | |
2019-05-13 | doc/mpd.conf.5: remove ALSA specific documentation | Max Kellermann | |
ALSA is just one out of many output plugins, and detailed plugin documentation should only live in the user manual, without having duplicates in the (brief) manpage. Also move "mixer_type" to the "optional audio output parameters" section; it is a generic option, not specific to ALSA. Closes https://github.com/MusicPlayerDaemon/MPD/issues/552 | |||
2019-05-13 | doc/mpd.conf.5: fix section indent | Max Kellermann | |
2019-05-13 | doc/protocol.rst: add references to audio_output_format | Max Kellermann | |
2019-05-13 | doc/user.rst: move audio format spec to section "Global Audio Format" | Max Kellermann | |
2019-05-13 | doc/user.rst: add reference to audio_output_format | Max Kellermann | |
2019-05-13 | doc/user.rst: more markup | Max Kellermann | |
2019-05-13 | doc/user.rst: add missing space | Max Kellermann | |
2019-05-03 | increment version number to 0.21.9 | Max Kellermann | |
2019-04-23 | Merge tag 'v0.21.8' | Max Kellermann | |
release v0.21.8 | |||
2019-04-23 | doc/protocol.rst: "list file" is deprecated | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/526 | |||
2019-04-10 | Merge branch 'v0.21.x' | Max Kellermann | |
2019-04-10 | doc/protocol: mention that stickers are only implemented for songs | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/524 | |||
2019-04-10 | doc/protocol.rst: mention "in seconds" where it was missing | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/523 | |||
2019-04-10 | Fid move doc args | cotko | |
2019-04-10 | doc/developer.rst: remove mailing list, refer to GitHub instead | Max Kellermann | |