diff options
author | Enrico Mioso <mrkiko.rs@gmail.com> | 2009-06-30 07:31:09 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-06-30 07:31:09 +0200 |
commit | 5b9dfbe3539ba3d7d1d2962f1f888c4bd90755fa (patch) | |
tree | 6253bc37be64af7ea2fdfcf12fbbe5b56095ee27 /doc/user.xml | |
parent | 746e95a0a6eea0b226ca54b82dad75436c9ca188 (diff) | |
download | mpd-5b9dfbe3539ba3d7d1d2962f1f888c4bd90755fa.tar.gz mpd-5b9dfbe3539ba3d7d1d2962f1f888c4bd90755fa.tar.xz mpd-5b9dfbe3539ba3d7d1d2962f1f888c4bd90755fa.zip |
doc/user: added introduction
- introduce a section explaining the mpd.conf format, as done in the man page:
is it better to re-explain it here or ointing the user to the man page,
avoiding information dupplication?
- reorganizze some sections of the manual to give them a linear aspect...
Diffstat (limited to 'doc/user.xml')
-rw-r--r-- | doc/user.xml | 36 |
1 files changed, 33 insertions, 3 deletions
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! </para> + + <para> + 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. + </para> + + <para> + 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! + </para> + + <para> + MPD supports also Gapless playback, buffered audio output, and + crossfading! + </para> + + <para> + 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! + </para> </chapter> <chapter> @@ -26,10 +50,16 @@ <title>Installing on Debian/Ubuntu</title> <para> - Install the package <filename>mpd</filename>: + Install the package <filename>mpd</filename> via APT: </para> <programlisting>apt-get install mpd</programlisting> + + <para> + 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... + </para> </section> <section> @@ -41,8 +71,8 @@ page</ulink> and unpack it: </para> - <programlisting>tar xjf mpd-0.14.2.tar.bz -cd mpd-0.14.2</programlisting> + <programlisting>tar xjf mpd-version.tar.bz +cd mpd-version</programlisting> <para> Make sure that all the required libraries and build tools are |