MPD
From openSUSE
Contents |
[edit]
Introduction
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.
[edit]
Installation
Enable Packman repository from YaST2 Repositories, Community Repositories.
zypper in mpd mpc
[edit]
Configuration
Edit /etc/mpd.conf and change the following:
music_directory "/path/to/yourcollection"
audio_output {
type "alsa"
name "My ALSA Device"
}
[edit]
Starting the service
Run the following as root:
insserv mpd rcmpd start
[edit]
Using it
Install any of the various MPD clients available, there are some also available in Packman repository.
You can setup web based clients such as iPodMp and use iphone/ipod's browser to control the music from anywhere.
[edit]
See also
Categories: HOWTOs | Multimedia | Server

