Jukebox with RaspberryPi


Configuration Raspberry Output

You can force the Raspy to take some output (default is HDMI)

amixer cset numid=3 n

Where <n> is the required interface : 0=auto, 1=analog, 2=hdmi. To force the Raspberry Pi to use the analog output :

amixer cset numid=3 1

Quick check that the Raspy is working fine

sudo apt-get install mpg123

–> mpg123 my.mp3

sudo apt-get install sox libsox-fmt-all

–> play myStuff

Install MPD and flokebox

sudo apt-get install flokebox

–> Configure /etc/mpd.conf (set the music path and enable network access)

bind_to_address "0.0.0.0"

–> Configure flokebox (set the music path to display art works)

Install a Window MPD client used as a remote (faster than flokebox)

https://code.google.com/p/auremo/

Comments are closed.