- 26 Feb, 2016 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Load APE/ID3 tags from archives.
-
Max Kellermann authored
-
Max Kellermann authored
This commit adds support for APE/ID3 tags from NFS/SMB files. See http://bugs.musicpd.org/view.php?id=4270
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes deadlock.
-
- 23 Feb, 2016 18 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
release v0.19.13
-
Max Kellermann authored
-
Max Kellermann authored
Fixes disappearing duration of remote songs during playback. See http://bugs.musicpd.org/view.php?id=4492
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The initgroups() manpage says we need to check for _BSD_SOURCE. The thing is that glibc deprecated this macro, and doesn't define it anymore, effectively breaking all MPD supplementary groups. The real fix is to check for initgroups() availability at configure time, instead of relying on the deprecated _BSD_SOURCE macro.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
decoder_load_replay_gain() will create the InputStream anyway, so we're not saving any overhead by opening the InputStream on demand only.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Feb, 2016 12 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Prepare for APE tag support on userspace NFS/SMB/CIFS mounts.
-
Max Kellermann authored
Prepare for ID3 support on userspace NFS/SMB/CIFS mounts.
-
Max Kellermann authored
-
Max Kellermann authored
Use a 128 byte buffer instead of reading 10 bytes first and then 118.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 21 Feb, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The check was added in commit 98fd9b7d, but there was never a definition.
-