This is a fork of Music Player Daemon
whose sole purpose is to build MPD as an Android APK for armeabi-v7a
(32-bit ARM, e.g. the Samsung Galaxy S5). Upstream's Android build only produces
arm64-v8a and x86_64; the single patch this fork carries
(.github/patches/android-armeabi-v7a.patch)
adds the armeabi-v7a product flavor. arm64-v8a is built too.
CI keeps this fork in sync with upstream and publishes APKs to Releases:
- Rolling build (
build-apk.yml) — merges upstreammasterweekly and refreshes the rollingmpd-android-latestrelease. - Versioned builds (
release-apk.yml) — when upstream tags a new stable version (vN.N[.N]), builds that tag and publishes a matching versioned release here.
Both produce two APKs per build: armeabi-v7a (32-bit) and arm64-v8a (64-bit).
They share a stable debug signing key so new builds upgrade in place without an
uninstall (which would wipe mpd.conf / state).
A daemon for playing music of various formats. Music is played through the server's audio device. The daemon stores info about all available music, and this info can be easily searched and retrieved. Player control, info retrieval, and playlist management can all be managed remotely.
For basic installation instructions read the manual.
- Manual, or see
/usr/share/doc/mpd/htmlin your installation - Forum
- IRC
- Bug tracker
MPD is released under the GNU General Public License version 2, which is distributed in the COPYING file.