MPD
From Lunar Linux
(Difference between revisions)
Pacmanlives (Talk | contribs) |
Pacmanlives (Talk | contribs) |
||
Line 5: | Line 5: | ||
== Installation == | == Installation == | ||
To install mpd all your have to do is run ' lin mpd 'as root. | To install mpd all your have to do is run ' lin mpd 'as root. | ||
+ | |||
==Configuration== | ==Configuration== | ||
− | Copy the example config: cp /usr/share/doc/mpd/doc/mpdconf.example /etc/mpd.conf | + | Copy the example config:' cp /usr/share/doc/mpd/doc/mpdconf.example /etc/mpd.conf ' |
+ | |||
Now edit /etc/mpd.conf with you favorite editor as root. | Now edit /etc/mpd.conf with you favorite editor as root. | ||
− | + | Now you need to build the database with the following command. ' /usr/bin/mpd --create-db ' | |
− | Now you need to build the database with the following command. '/usr/bin/mpd --create-db ' | + | |
− | + | ||
==Service== | ==Service== | ||
Now you can start the service by running this command as root ' /etc/init.d/mpd start ' | Now you can start the service by running this command as root ' /etc/init.d/mpd start ' | ||
− | |||
As long as you edited your config file correctly you should have a working mpd! | As long as you edited your config file correctly you should have a working mpd! |
Latest revision as of 19:27, 20 February 2010
Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol
From MPD Homepage:
Contents |
Installation
To install mpd all your have to do is run ' lin mpd 'as root.
Configuration
Copy the example config:' cp /usr/share/doc/mpd/doc/mpdconf.example /etc/mpd.conf '
Now edit /etc/mpd.conf with you favorite editor as root.
Now you need to build the database with the following command. ' /usr/bin/mpd --create-db '
Service
Now you can start the service by running this command as root ' /etc/init.d/mpd start '
As long as you edited your config file correctly you should have a working mpd! Now you can install the client!
Additional Help
Additional help can be found at the MPD WIKI