- 13 Oct, 2021 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Oct, 2021 16 commits
-
-
Max Kellermann authored
This was a no-op previously, but this operation makes no sense.
-
Max Kellermann authored
The existing implementation has been utterly broken forever; I cannot explain what it actually does, but it doesn't do what the documentation says.
-
Max Kellermann authored
Use MoveRange() instead of MoveId().
-
Max Kellermann authored
-
Max Kellermann authored
Now, "+0" means "right after the current song" and "-0" means "right before the current song". Mnemonic: there are zero songs between the current song and the newly added song.
-
Max Kellermann authored
A similar feature was present long ago in MPD, but was deprecated in version 0.16 because the implementation was broken. This commit re-adds the feature in a way that's well-defined and not broken. Close https://github.com/MusicPlayerDaemon/MPD/issues/1221
-
Max Kellermann authored
Validate early, so we avoid the rollback if an error occurs.
-
Max Kellermann authored
Skip the LookupRemoteTag() call if the MoveId() call fails.
-
Max Kellermann authored
Eliminates lots of implicit std::string temporaries.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This reverts commit 6ed4aff4. The Meson wrap is broken on non-x86, because it unconditionally includes <cpuid.h> which is an x86 only header.
-
James D. Smith authored
-
James D. Smith authored
-
- 06 Oct, 2021 4 commits
-
-
Max Kellermann authored
This way, URI schemes supported by arbitrary storage plugins are allowed. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1270
-
Max Kellermann authored
-
Max Kellermann authored
Fixes crash bug.
-
Max Kellermann authored
This should translate to ACK_ERROR_ARG instead of ACK_ERROR_UNKNOWN.
-
- 24 Sep, 2021 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1265
-
Max Kellermann authored
This way, we know whether we're explicitly "paused" or "not yet activated because the ring buffer hasn't been filled yet".
-
- 21 Sep, 2021 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
As per Meson 0.56.0: https://mesonbuild.com/Machine-files.html#properties
-
Max Kellermann authored
Fixes the build with libexpat from Meson wrap.
-
Max Kellermann authored
-
Max Kellermann authored
Not necessary anymore since Meson 0.50.0: https://mesonbuild.com/Release-notes-for-0-50-0.html#libdir-defaults-to-lib-when-cross-compiling
-
Max Kellermann authored
-
Max Kellermann authored
Requires Meson 0.56.0: https://mesonbuild.com/Release-notes-for-0-56-0.html#per-subproject-warning_level-option
-