- 21 Apr, 2017 2 commits
-
-
-
Bart Nagel authored
See https://picard.musicbrainz.org/docs/mappings/ This tag is useful when the user would like all releases of the same album to be sorted next to each other.
-
- 18 Apr, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Mar, 2017 3 commits
-
-
Max Kellermann authored
See code comment. Bug was reported against MPD, but it's really an alsa-lib bug. https://bugs.musicpd.org/view.php?id=4662
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Mar, 2017 6 commits
-
-
Max Kellermann authored
release v0.20.6
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The TAG_MODIFIED handler (i.e. playlist::TagModified()) works only if the modified song is the current song - something that is not updated until SYNC_WITH_PLAYER is finished. This fixes tag updates right after a new song is started.
-
-
- 07 Mar, 2017 1 commit
-
-
Thomas Zander authored
-
- 01 Mar, 2017 10 commits
-
-
Max Kellermann authored
Just in case.
-
Ben Boeckel authored
GCC7 outputs the following error without this change: src/util/ReusableArray.hxx:61:35: error: no matching function for call to ‘swap(size_t&, const size_t&)’ std::swap(capacity, src.capacity); which can be resolved by just using an rvalue-reference rather than a const rvalue-reference. Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
-
Max Kellermann authored
Android is migrating away from GCC, and libstdc++ will disappear eventually.
-
Max Kellermann authored
-
Max Kellermann authored
This repairs the damage to commit 74dbaade done by commit b3f5b493
-
Max Kellermann authored
Fixes a GCC warning because %llu appears to be unsupported by the Windows standard library.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
https://bugs.musicpd.org/view.php?id=4656 describes a crash due to division by zero because frame.samples==0. This should never happen, but apparently can happen after seeking. The best we can do is to just ignore this frame.
-
Max Kellermann authored
-
- 25 Feb, 2017 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to make it mutable.
-
Max Kellermann authored
-
Max Kellermann authored
These events are relevant for all partitions.
-
Max Kellermann authored
-
Max Kellermann authored
Prepare to convert "partition" to a mutable pointer.
-
- 24 Feb, 2017 2 commits
-
-
Max Kellermann authored
This code (added 7 years ago with commit b233c145) has been obsoleted by the SongLoader class (added 3 years ago).
-
Max Kellermann authored
Fixes false negatives: http://foo/dav/example.ogg mismatches http://foo/dav/ .. because StringAfterPrefix() returns just "example.ogg", without trailing slash (it existed, but was eaten already by the base matcher).
-
- 21 Feb, 2017 2 commits
-
-
Max Kellermann authored
Fixes a GCC warning because %llu appears to be unsupported by the Windows standard library.
-
Max Kellermann authored
-
- 20 Feb, 2017 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
release v0.20.5
-
Max Kellermann authored
-
Max Kellermann authored
-