Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | doc/protocol.rst: several clarifications | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/340 | |||
2019-05-13 | doc/protocol.rst: add references to audio_output_format | Max Kellermann | |
2019-04-23 | doc/protocol.rst: "list file" is deprecated | Max Kellermann | |
Closes https://github.com/MusicPlayerDaemon/MPD/issues/526 | |||
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-03-20 | event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket" | Max Kellermann | |
.. and not "UNIX domain socket. Be consistent about the naming. | |||
2019-03-16 | doc/protocol.rst: clarify filter expressions with multiple tag values | Max Kellermann | |
Clarification for https://github.com/MusicPlayerDaemon/MPD/issues/505 | |||
2019-03-15 | doc/protocol.rst: add missing operators to example expressions | Max Kellermann | |
2019-03-15 | doc/protocol.rst: use double backticks for tag names | Max Kellermann | |
2019-03-15 | doc/protocol.rst: clarify the meaning of the `any` tag type | Max Kellermann | |
2019-02-26 | update protocol documentation for new semantics of playlist abs. name | Stefano Miccoli | |
2019-02-03 | Fixed protocol documentation | kaliko | |
* "lsinfo" argument is optional * "tagtypes disable" arguments are mandatory (typo) | |||
2018-11-15 | doc/protocol.rst: song position is 0-based | Max Kellermann | |
2018-11-12 | doc/protocol.rst: explain song positions vs ids | Max Kellermann | |
2018-11-12 | doc/protocol.rst: rename "current playlist" to "queue" | Max Kellermann | |
2018-11-12 | doc/protocol.rst: deprecated `close` and `kill` | Max Kellermann | |
2018-11-12 | doc/protocol.rst: more markup | Max Kellermann | |
2018-11-12 | doc/protocol.rst: deprecation | Max Kellermann | |
2018-11-12 | doc/protocol.rst: mention that unknown lines may be omitted | Max Kellermann | |
2018-11-12 | song/Filter: add operator "contains" | Max Kellermann | |
Closes #410 | |||
2018-11-12 | doc/protocol.rst: remove documentation about `==` matching substrings | Max Kellermann | |
I added this sentence in commit 5271e81ebe7ee88ad89cd49a5ddcd8a5e04ef7ae, but this was merely documented the legacy status quo, which has always been undocumented for old-style filters. But for new filters, using "==" for sub strings was a surprising "feature", which I removed in commit ac0852b4e33033d73770c610154ddb242f6c1119. | |||
2018-11-11 | song/StringFilter: support regular expressions with "=~" and "!~" | Max Kellermann | |
This feature requires `libpcre`. | |||
2018-11-04 | doc/protocol.rst: add missing backticks | Fabian Muscariello | |
2018-11-04 | doc/protocol.rst: mention that sub-expressios must be enclosed in parantheses | Max Kellermann | |
Closes #399 | |||
2018-11-02 | song/Filter: allow escaping quotes in filter expressions | Max Kellermann | |
Closes #397 | |||
2018-10-31 | doc/protocol.rst: "oneshot" was added to 0.21, not 0.20 | Max Kellermann | |
2018-10-31 | doc/protocol.rst: footnote for oneshot arg | Cotko | |
2018-10-31 | doc/protocol.rst: add oneshot to the single command arguments | Cotko | |
2018-10-30 | doc/*.rst: revise captions and section types | Max Kellermann | |
2018-10-22 | Merge branch 'v0.20.x' | Max Kellermann | |
2018-10-22 | Merge branch 'master' of git://github.com/skidoo23/MPD | Max Kellermann | |
2018-10-17 | doc/index.rst: fix the converted protocol documentation | Max Kellermann | |
Fix links and lots of broken markup. | |||
2018-09-21 | Proposal for CMDSYN | Rainer Hihn | |
2018-08-28 | First draft of the protocol as rst | Rainer Hihn | |