Playing Music

From SingletonMillerWiki
Revision as of 09:13, 5 June 2012 by Martin (Talk | contribs) (Created page with "Category: RaspberryPi == Resources == Enable Sound [http://www.techdrivein.com/2011/05/mpd-ncmpc-music-nirvana-for-command.html http://www.techdrivein.com/2011/05/mpd-nc...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Resources

Enable Sound http://www.techdrivein.com/2011/05/mpd-ncmpc-music-nirvana-for-command.html

Sound via Command Line

mpd is a music playing daemon [mpd.wikia.com], this means its a server side service that runs on your RPi in the background. mpd builds and maintains a database of all your music so you can access it with a client for anywhere on our network.

Once properly configured mpd can be controlled via the command line utilities using a client tool such as mpc [1] or a console client like ncmpcpp. Graphical clients also exist.

sudo apt-get install mpd mpc ncmpcpp

This command will install the tools we need and automatically resolve a stack of dependencies. On my system it took about 10m to install everything.

Configuring mpd