discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=2b59b081e3121620d3b866d992ecb924c7d332b1
commit 2b59b081e3121620d3b866d992ecb924c7d332b1 Author: zmike <michael.blumenkra...@gmail.com> Date: Sun Dec 21 17:38:43 2014 -0500 add MPD_HOST note to README --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 18d064e..8073c3b 100644 --- a/README +++ b/README @@ -4,6 +4,8 @@ Its focus is speed-of-use and minimalism. It does not support other media playing backends. +For most delicious taste, set MPD_HOST environment variable to the path of +mpd's local socket. Also ensure your user has access to this socket. Build Dependencies: EFL >= 1.12 --