From 738317bf34a783388535768eaa777df6f7c8e071 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 9 Feb 2018 19:11:39 +0100 Subject: [PATCH] doc/user: document MPD on Android Closes #217 --- doc/user.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/doc/user.xml b/doc/user.xml index 5cc741227..feab01cc6 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -66,6 +66,23 @@ +
+ Installing on Android + + + An experimental Android build is available on Google + Play. After installing and launching it, MPD will + scan the music in your Music directory + and you can control it as usual with a MPD client. + + + + If you need to tweak the configuration, you can create a file + called mpd.conf on the data partition. + +
+
Compiling from source @@ -323,7 +340,9 @@ systemctl start mpd.socket MPD as a user daemon (and not as a system daemon), the configuration is read from $XDG_CONFIG_HOME/mpd/mpd.conf (usually - ~/.config/mpd/mpd.conf). + ~/.config/mpd/mpd.conf). On Android, + mpd.conf will be loaded from the + top-level directory of the data partition.