- 26 Feb, 2016 26 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fix regression by commit 45f6129a See http://bugs.musicpd.org/view.php?id=4477
-
Max Kellermann authored
Keep only the last error. This fixes bogus aborts due to the error check in decoder_get_virtual_command().
-
Max Kellermann authored
-
Max Kellermann authored
Necessary to preserve type information. The try/catch sequence didn't work previously. Same fix as in commit 1c904000
-
Max Kellermann authored
Tell systemd that MPD is going to notify it when initialization is done.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is the final piece for full ID3/APE support in archives.
-
Max Kellermann authored
This code has been moved to LoadFromArchive().
-
Max Kellermann authored
Don't open the ZIP file again and again for each song file.
-
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 14 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
-