MPD
From FrugalWiki
Dansk – Deutsch – English – Español – Français – Indonesia – Italiano – Lietuviškai – Magyar – Nederlands – Polski – Português – Română – Slovenský – Suomi – Svenska – Türkçe – Česky – Ελληνικά – Български – Русский – Српски – Українська – עברית – ไทย – 日本語 – 正體中文 – 简体中文 – 한국어
Contents |
MPD (Music Player Daemon)
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.
Installation
Configuration
Edit /etc/mpd.conf
Uncomment user lineand replace mpd by your login.
user "mpd"
Indicate your music directory.
music_directory "~/music"
If you PCis theonly one to use mpd:
bind_to_address "127.0.0.1"
And uncomment:
port "6600"
Decommentez: mixer_type "software"
Then create directories .mpd et playlists :
Create the database
Use
Launch the service
To have it started at every boot
Launch mpd:
Then use one of the clients (list just below).
Clients
There are many client for MPD.
Gimmix
Gimmix is a client in GTK2 made by Priyank of Frugalware Developer Team.
Installation
Sonata
Light client written in GTK2 and Python.
Installation
GMPC
Installation
ncmpc
Installation
Glurp
Installation
KMP
Installation
Ario
Installation
pympd
GTK interface for MPD.
Last.fm scrobbling
lastfmsubmitd
lastfmsubmitd is a daemon.
Edit /etc/lastfmsubmitd.conf and //etc/lastmp.conf
then add and launch the deamon