diff --git a/doc/user.xml b/doc/user.xml
index e230f3837..2f7b56448 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -11,6 +11,30 @@
This document is work in progress. Most of it may be incomplete
yet. Please help!
+
+
+ MPD (Music Player Daemon) is, as the name suggests, a server
+ software allowing you to remotely play your music, handle
+ playlists, deliver music (HTTP STREAMS with various
+ sub-protocols) and organizze playlists.
+
+
+
+ It has been written with minimal resource usage and stability in
+ mind! Infact, it runs fine on a Pentium 75, allowing you to use
+ your cheap old PC to create a stereo system!
+
+
+
+ MPD supports also Gapless playback, buffered audio output, and
+ crossfading!
+
+
+
+ The separate client and server design allows users to choose a
+ user interface that best suites their tastes independently of
+ the underlying daemon, which actually plays music!
+
@@ -26,10 +50,16 @@
Installing on Debian/Ubuntu
- Install the package mpd:
+ Install the package mpd via APT:
apt-get install mpd
+
+
+ When installed this way, MPD by default looks for music in
+ /var/lib/mpd/music/; this may not be correct. Look at your
+ /etc/mpd.conf file...
+
@@ -41,8 +71,8 @@
page and unpack it:
- tar xjf mpd-0.14.2.tar.bz
-cd mpd-0.14.2
+ tar xjf mpd-version.tar.bz
+cd mpd-version
Make sure that all the required libraries and build tools are