summaryrefslogtreecommitdiff
path: root/doc/protocol.rst
AgeCommit message (Collapse)Author
2019-05-31doc/protocol.rst: binary responses do have a newline after allMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/568
2019-05-20doc/protocol.rst: several clarificationsMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/340
2019-05-13doc/protocol.rst: add references to audio_output_formatMax Kellermann
2019-04-23doc/protocol.rst: "list file" is deprecatedMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/526
2019-04-10doc/protocol: mention that stickers are only implemented for songsMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/524
2019-04-10doc/protocol.rst: mention "in seconds" where it was missingMax Kellermann
Closes https://github.com/MusicPlayerDaemon/MPD/issues/523
2019-04-10Fid move doc argscotko
2019-03-20event/ServerSocket, doc, ...: refer to AF_LOCAL as "local socket"Max Kellermann
.. and not "UNIX domain socket. Be consistent about the naming.
2019-03-16doc/protocol.rst: clarify filter expressions with multiple tag valuesMax Kellermann
Clarification for https://github.com/MusicPlayerDaemon/MPD/issues/505
2019-03-15doc/protocol.rst: add missing operators to example expressionsMax Kellermann
2019-03-15doc/protocol.rst: use double backticks for tag namesMax Kellermann
2019-03-15doc/protocol.rst: clarify the meaning of the `any` tag typeMax Kellermann
2019-02-26update protocol documentation for new semantics of playlist abs. nameStefano Miccoli
2019-02-03Fixed protocol documentationkaliko
* "lsinfo" argument is optional * "tagtypes disable" arguments are mandatory (typo)
2018-11-15doc/protocol.rst: song position is 0-basedMax Kellermann
2018-11-12doc/protocol.rst: explain song positions vs idsMax Kellermann
2018-11-12doc/protocol.rst: rename "current playlist" to "queue"Max Kellermann
2018-11-12doc/protocol.rst: deprecated `close` and `kill`Max Kellermann
2018-11-12doc/protocol.rst: more markupMax Kellermann
2018-11-12doc/protocol.rst: deprecationMax Kellermann
2018-11-12doc/protocol.rst: mention that unknown lines may be omittedMax Kellermann
2018-11-12song/Filter: add operator "contains"Max Kellermann
Closes #410
2018-11-12doc/protocol.rst: remove documentation about `==` matching substringsMax 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-11song/StringFilter: support regular expressions with "=~" and "!~"Max Kellermann
This feature requires `libpcre`.
2018-11-04doc/protocol.rst: add missing backticksFabian Muscariello
2018-11-04doc/protocol.rst: mention that sub-expressios must be enclosed in paranthesesMax Kellermann
Closes #399
2018-11-02song/Filter: allow escaping quotes in filter expressionsMax Kellermann
Closes #397
2018-10-31doc/protocol.rst: "oneshot" was added to 0.21, not 0.20Max Kellermann
2018-10-31doc/protocol.rst: footnote for oneshot argCotko
2018-10-31doc/protocol.rst: add oneshot to the single command argumentsCotko
2018-10-30doc/*.rst: revise captions and section typesMax Kellermann
2018-10-22Merge branch 'v0.20.x'Max Kellermann
2018-10-22Merge branch 'master' of git://github.com/skidoo23/MPDMax Kellermann
2018-10-17doc/index.rst: fix the converted protocol documentationMax Kellermann
Fix links and lots of broken markup.
2018-09-21Proposal for CMDSYNRainer Hihn
2018-08-28First draft of the protocol as rstRainer Hihn