MPD
(Difference between revisions)
				
																
				
				
								
				| Pacmanlives  (Talk | contribs)  (New page: The Howto guide to setting up MPD.) | Pacmanlives  (Talk | contribs)  | ||
| Line 1: | Line 1: | ||
| The Howto guide to setting up MPD. | The Howto guide to setting up MPD. | ||
| + | |||
| + | |||
| + | STEP 1. To install mpd all your have to do is type ' lin mpd 'as root | ||
| + | Then copy the example config: cp /usr/share/doc/mpd/doc/mpdconf.example  /etc/mpd.conf | ||
| + | |||
| + | |||
| + | STEP 2. Edit the config | ||
| + | |||
| + | |||
| + | STEP 3. You now need to build the database with the following command. '/usr/bin/mpd --create-db ' | ||
| + | |||
| + | |||
| + | STEP 4. Start the service: | ||
| + | /etc/init.d/mpd start | ||
| + | |||
| + | |||
| + | As long as you edited your config file you should have a working mpd! | ||
| + | Now you can install the client! | ||
| + | |||
| + | |||
| + | This is a WIP | ||
Revision as of 06:53, 18 February 2010
The Howto guide to setting up MPD.
STEP 1. To install mpd all your have to do is type ' lin mpd 'as root
Then copy the example config: cp /usr/share/doc/mpd/doc/mpdconf.example  /etc/mpd.conf
STEP 2. Edit the config
STEP 3. You now need to build the database with the following command. '/usr/bin/mpd --create-db '
STEP 4. Start the service:
/etc/init.d/mpd start
As long as you edited your config file you should have a working mpd!
Now you can install the client!
This is a WIP

