Music Player Daemon (MPD) is a flexible, powerful, server-side
application for playing music. Through plugins and libraries it can
play a variety of sound files while being controlled by its network
protocol.
A crash bug after seek failure has been fixed, and two bugs related to
restoring mounts from the state file. The soxr resampler clears its
internal state after manual song change. The Android port no longer
crashes from Android 8’s seccomp filter.
It fixes state file corruption in the presence of mount points and a
Solaris build failure. Locking in all archive plugins has been
optimized to reduce xruns.
It fixes two crash bugs after connection failure, re-adds the
“lyrics_plugin_dir” compile-time option and allows detecting
libncurses without pkg-config.
It fixes problems with Unicode paths, song durations with the ffmpeg
plugin, track numbering with the gme plugin and adds
application/xml support to the curl (WebDAV) storage plugin.
It fixes random crashes when compiled with a recent clang version due
to a new compiler optimization gone wrong. Two more crash bugs were
fixed which could occur with implausible audio buffer settings.
Directory loop detection on NFS was broken because MPD truncated inode
numbers to 32 bit; now MPD uses the full 64 bit.
After the Mantis hack, I have decided to rely less on self-hosted
servers and use GitHub instead. For this, I have created the
MusicPlayerDaemon organization on GitHub
and moved my projects there. These are now the official repositories
and the official place to report bugs and feature requests.
Client developers interested in moving a project into the organization
shall drop me an email (max+github@musicpd.org).
The old git server (git.musicpd.org) and
the mantis server (bugs.musicpd.org) are
fading out. Please update your git:// URIs, e.g.:
A critical Mantis security vulnerability
was used to vandalize the MPD bug tracker through Tor (one day before
the fix was released). Much of the database has been deleted.
I could curse that it’s the usual PHP-style bug, and how I wish there
was a usable non-PHP bug tracker, but it really boils down to my
failure to set up the backup script after migrating to a new server
(which was too long ago already). D’oh!
Please help: please write new tickets, for bugs and feature requests.
And sorry for the trouble.
This release fixes GCC 7 warnings, eliminates flickering, adds
compatibility with lirc 0.9.4. DSD and floating point formats are
displayed properly. The connection to MPD is established
asynchronously, i.e. ncmpc stays responsive while waiting for the
connect.
It fixes the HTTP redirect headers in the curl input plugin, stream
tags after automatic song change, and a crash bug in the mpcdec
decoder plugin. Two build failures with old compilers/libraries have
been fixed as well.
It fixes problems with ReplayGain, the proxy database plugin, and the
playlistadd command. When playing stereo on a multi-channel-only
DAC, the two stereo channels are copied only to front-left and
front-right, while the other channels remain silent.
Again, there are various serious bug fixes for old & new bugs. The
alsa output plugin can now properly play DSD_U32 (previously
broken), and initial support for DSD_U16 was added. The recorder
output plugin had a problem with the format_path setting. A general
problem with static noise after song change was fixed. A problem with
skipping songs within a CUE sheet has been fixed. The alsa input
plugin has a crash bug fix and a major optimization, fixing buffer
overruns.
The first bug-fix release fixes several serious bugs: two crash bugs
in the curl input plugin, one crash bug in the wavpack decoder
plugin and one crash bug in the volume_normalization feature.
There are two new features: the alsa mixer plugin normalizes the
displayed value according to human ear perception (with code from
alsamixer). The new curl storage plugin allows using music from a
WebDAV share.
It fixes a queue priority artifact, enables a few paranoid systemd
security settings, and contains various fixes for the plugins
ffmpeg, pcm, sidplay and winmm.
It fixes problems with FFmpeg 3.1, non-x86 NetBSD and clang 3.9.
Support for WildMidi 0.4 was added. The PulseAudio output can now
play back 32 bit, 24 bit and floating point.
mpc 0.28 has
been released.
It improves the listall and searchplay commands, and adds a new
pause-if-playing command. The new environment variable MPC_FORMAT
is used if no other output format is specified.
Change log
ncmpc 0.25 has
been released.
It adds a new %disc% format and fixes various LyricsWiki problems.
Previously missing *.m4 files required by the configure script
have been added to the tarball.
Change log
It fixes a memory leak, a build failure with Boost 1.61, a build
failure with FFmpeg 3.1. The sidplay decoder plugin can now be
built with libsidplayfp instead of libsidplay2.
It fixes several seeking problems, a spurious crash bug, and the
replay_gain_handler "mixer" setting. With DSD, the “silence”
pattern is now 0x69 instead of 0x00.
It adds support for FFmpeg 3.0 and uses FFmpeg as a fallback plugin
instead of mad. The Opus decoder supports bigger metadata packets.
Several build failures have been fixed.
It fixes a problem with supplementary groups on glibc 2.19+, ID3
parser problems in AIFF and RIFF files, disappearing duration of
remote songs during playback, and adds support for the TAK codec in
the ffmpeg decoder plugin.
It fixes a build failure on non-Linux, a deprecated syntax in the
systemd unit, and an assertion failure with malformed UTF-8 tags
(only with --enable-debug).
It fixes a buffer overflow in the ape tag plugin, a crash in the
ffmpeg decoder and encoder plugin, limits the loop count in the
gme decoder and fixes a problem with lagging volume display after
enabling/disabling an output.
It allows the dsdiff and dsf decoders to read larger ID3 tags and
fixes loading duplicate tag types from the state file. The
despotify plugin has been removed because the underlying third-party
library is unmaintained and has been defunct for quite some time.
Again, various rare build failures have been fixed.
It fixes a bug in the curl input plugin, improves mms startup,
supports larger ID3 tags in dsdiff and dsf files and adds support
for floating point samples in the ffmpeg decoder. Several clang 3.6
compiler warnings has been fixed, as well as one build failure on
NetBSD.
It fixes bugs in the embedded CUE sheet parser, the ffmpeg decoder
plugin, the listplaylist protocol command and a whole bunch of bugs
in the NFS client. On the Windows port, a serious crash bug was
fixed.
It fixes crash and deadlock bugs in the plugins nfs, zzip,
dsdiff, dsf and opus. The mp4v2 decoder plugin had to be
removed due to a license conflict (MPL 1.1 is not compatible with the
GPL).
It fixes a crash bug that can occur on malformed file names. The
ffmpeg decoder now supports the Opus codec, and the opus decoder
recognizes more MIME types.
It fixes various bugs: a crash in the faad plugin, playback of
redirected streams and streams with query string, negative replay gain
values in the mad plugin, problems with native DSD playback. It
adds support for *.m3u8 and audio/aacp.
It fixes a crash bug with ffmpeg/libav version 11, two more crash
bugs related to seeking, and a range parser bug on certain 32 bit
architectures (such as ARM).
It fixes two build failures with the proxy database plugins and
improves stream playback with the decoder plugins audiofile,
dsdiff, dsf, faad and sndfile. Two improvements to the
“random” mode ensure that the first and second song being played are
really random.
mpc 0.26 has
been released. It fixes a crash when adding absolute paths. The
playlist command can now show the contents of stored playlists. The
search command supports --format.
It fixes a race condition on non-Linux operating systems, disturbing
the database update and more. The opus decoder plugin now properly
recognizes song durations on high-latency files.
It fixes several minor bugs in the decoder plugins ffmpeg, gme and
sndfile. Playback doesn’t get interrupted anymore when the current
song gets deleted.
It improves the previous workaround for the Raspberry Pi audio driver
bug, eliminating noise during song change. Child processes launched
by the “pipe” output plugin no longer ignore signals. Several build
failures have been fixed.
At this early stage of development, the app is not particularly
useful. There is no user interface, the service is not well
integrated into the Android operating system, and all it can do is
play HTTP streams (MP3, Vorbis, Opus, FLAC). Stay tuned for updates!
It improves the Icy metadata parser, adds support for libav
v10_alpha2 API changes and fixes two build failures: one with the
Vorbis encoder and another one on Solaris.
It fixes a crash in the pls playlist plugin and a memory leak in the
faad decoder plugin. Supplementary groups are only initalized when
MPD is started by user root.
It fixes more byte order bugs and build failures. The “curl” input
plugin now works around a libcurl bug that was fixed in
version 7.32.0. A clipping bug with resampling 24 bit audio was
fixed. The “proxy” database plugin has learned to forward the
“db_update” attribute.
It fixes more bugs: properly follow HTTP redirects on radio streams,
correct song order in PLS playlists, flush output buffer before
handling the “close” command, big-endian support.
It fixes various bugs: one playback with volume normalization enabled,
an ALSA endless loop, whitespace problems in the protocol parser and a
few networking tweaks.
Internally, the code base has been rewritten from C99 to C++11, which
improves code readability and maintainability.
Support for the Opus codec has been added, both decoder and encoder.
The protocol has been extended to allow reading arbitrary tags
(e.g. Vorbis comments). “find” and “search” can be limited to a
portion of the filesystem tree. The “volume” command has been
re-added.
Library dependencies have been updated. Various obsolete plugins have
been removed (e.g. soup, mp4ff, ffado).
Countless small improvements: turn off timer wakeups while idle to
reduce battery usage; MPD is no longer unresponsive while waiting for
a stream; improved error reporting; and so on.
The MPD website has been relaunched. Wikia has been hosting the MPD
website for a few years, but Wikia turned out to be an annoying
experience for many visitors. Lacking a real maintainer, the wiki
grew into a confusing mess over the years, making it harder and harder
to find the answer to a given problem. The goal is now to move
helpful information from the old wiki to the user manual
(which nobody knew it existed).
The previous forum went up in flames, and for a while we had nobody willing to step up and set up a new one. No longer! A fresh new forum is now available: http://forum.musicpd.org/ – the old data is gone, but signing up again takes just a minute or two.
Version 0.3.2 of Guimup is a bugfix release. The source code and amd64/i386 DEB packages are available from sourceforge. See coonsden.com for a full changelog.
Version 0.3.1 of Guimup is a bugfix release. The source code and amd64/i386 DEB packages are available from sourceforge. See coonsden.com for a full changelog.
The official mpd forum is once again available, with new tricks in place to prevent a spamfest like last time. So, if you want to talk about mpd or ask (or even answer) questions, you are welcome to join us on the forum.
Lately a change in ffmpeg introduced crashing issues in mpd. This issue has been fixed in ffmpeg and also mpd now has a fix to handle broken ffmpeg installations, so please update both. If you cannot update for any reason, you can disable ffmpeg in mpd.conf by adding “decoder { plugin “ffmpeg” enabled “no” }”.