- 31 Oct, 2018 2 commits
-
-
Max Kellermann authored
Closes #389
-
Max Kellermann authored
-
- 22 Oct, 2018 1 commit
-
-
Max Kellermann authored
Grouping in the "list" command was completely broken from the start, unlike "count group". I have no idea what I have been thinking when I wrote commit ae178c77, but it didn't make any sense. This commit is a rewrite of the feature. For clients to be able to detect this feature, this commit also increments the protocol version.
-
- 23 Sep, 2018 2 commits
-
-
Max Kellermann authored
Keep MPD's footprint small until playback is requested.
-
Max Kellermann authored
-
- 22 Sep, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Sep, 2018 1 commit
-
-
Max Kellermann authored
-
- 02 Sep, 2018 4 commits
-
-
Max Kellermann authored
Remove them as parameters from `db_selection_print()`.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 19 Aug, 2018 1 commit
-
-
Max Kellermann authored
-
- 09 Aug, 2018 2 commits
-
-
Max Kellermann authored
Fixes `-Werror=odr`
-
Max Kellermann authored
-
- 02 Aug, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Jul, 2018 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to allow more complex expressions.
-
- 24 Jul, 2018 1 commit
-
-
Max Kellermann authored
Will allow more complex fitler expression, such as negation (#89).
-
- 21 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 17 Jul, 2018 1 commit
-
-
Max Kellermann authored
Modeled after std::filesystem::operator/() from C++17.
-
- 16 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 06 Jul, 2018 1 commit
-
-
Max Kellermann authored
And specify whether generic tags are being scanned.
-
- 05 Jul, 2018 1 commit
-
-
Max Kellermann authored
-
- 22 Jun, 2018 1 commit
-
-
Max Kellermann authored
This adds a bit of overhead, but also adds flexibility to the API, because arbitrary triggers may be invoked from that virtual method implementation, not just Cond::signal(). The motivation for this is to make the handlers more dynamic, for the upcoming buffering class utilizing ProxyInputStream.
-
- 25 Feb, 2018 1 commit
-
-
Patryk Hachuła authored
-
- 17 Feb, 2018 1 commit
-
-
FlashSystems authored
read_stream_art uses PRIu64 unconditionally with the Format method of a Respone instance to output a size_t typed value. If size_t is 32bit the output is garbeled. This patch uses offset_type and PRIoffset to make sure the format string and the type of the output value always match.
-
- 29 Jan, 2018 1 commit
-
-
Max Kellermann authored
This commit also puts an instance of RemoteTagScanner into the Instance class, and hooks it into the "add" and "addid" commands.
-
- 02 Jan, 2018 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Dec, 2017 1 commit
-
-
Max Kellermann authored
-
- 19 Dec, 2017 3 commits
-
-
Max Kellermann authored
These attributes are printed in the "outputs" response, and the new command "outputset" allows setting new values. No attributes are currently implemented.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Dec, 2017 1 commit
-
-
Max Kellermann authored
Closes #172
-