From 8cd845b79ec073dfb11d72c2466583d6f93eca91 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 16 Oct 2009 18:10:36 +0200 Subject: doc/user.xml: added chapter "Using MPD" --- doc/user.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 8869e4bf..a8540fe1 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -455,6 +455,62 @@ cd mpd-version + + Using MPD + +
+ The client + + + After you have installed, configured and started MPD, you + choose a client to control the playback. + + + + The most basic client is mpc, which + provides a command line interface. It is useful in shell + scripts. Many people bind specific mpc + commands to hotkeys. + + + + The MPD + Wiki contains an extensive list of clients to choose + from. + +
+ +
+ The music directory and the database + + + The "music directory" is where you store your music files. + MPD stores all relevant meta information about all songs in + its "database". Whenever you add, modify or remove songs in + the music directory, you have to update the database, for + example with mpc: + + + mpc update + + + Depending on the size of your music collection and the speed + of the storage, this can take a while. + +
+ +
+ The queue + + + The queue (sometimes called "current playlist") is a list of + songs to be played by MPD. To play a song, add it to the + queue and start playback. Most clients offer an interface to + edit the queue. + +
+
+ Plugin reference -- cgit v1.2.3