<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=MPD_Jukebox_-_Raspberry_Pi</id>
	<title>MPD Jukebox - Raspberry Pi - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://etcwiki.org/index.php?action=history&amp;feed=atom&amp;title=MPD_Jukebox_-_Raspberry_Pi"/>
	<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=MPD_Jukebox_-_Raspberry_Pi&amp;action=history"/>
	<updated>2026-05-11T14:59:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://etcwiki.org/index.php?title=MPD_Jukebox_-_Raspberry_Pi&amp;diff=3229&amp;oldid=prev</id>
		<title>Ddxfish: Ddxfish moved page Raspberry Pi - Jukebox - Media Player Daemon MPD to MPD Jukebox - Raspberry Pi</title>
		<link rel="alternate" type="text/html" href="http://etcwiki.org/index.php?title=MPD_Jukebox_-_Raspberry_Pi&amp;diff=3229&amp;oldid=prev"/>
		<updated>2013-09-25T18:10:26Z</updated>

		<summary type="html">&lt;p&gt;Ddxfish moved page &lt;a href=&quot;/wiki/Raspberry_Pi_-_Jukebox_-_Media_Player_Daemon_MPD&quot; class=&quot;mw-redirect&quot; title=&quot;Raspberry Pi - Jukebox - Media Player Daemon MPD&quot;&gt;Raspberry Pi - Jukebox - Media Player Daemon MPD&lt;/a&gt; to &lt;a href=&quot;/wiki/MPD_Jukebox_-_Raspberry_Pi&quot; title=&quot;MPD Jukebox - Raspberry Pi&quot;&gt;MPD Jukebox - Raspberry Pi&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Raspberry Pi]]&lt;br /&gt;
This guide will show you how to get Music Player Daemon (a SERVER that outputs to the pi audio, HDMI and regular, can be controlled locally or remotely) and Music Player Client to play music and command them from a terminal window or an MPD graphical client (to connect and control the music)&lt;br /&gt;
 apt-get install mpd mpc&lt;br /&gt;
setup mpd&lt;br /&gt;
 vi /etc/mpd.conf&lt;br /&gt;
setup these lines (just make the directory or file if it doesnt exist, use the touch command)&lt;br /&gt;
 music_directory&lt;br /&gt;
 playlist_directory&lt;br /&gt;
 db_file&lt;br /&gt;
 log_file&lt;br /&gt;
 pid_file&lt;br /&gt;
 state_file&lt;br /&gt;
 sticker_file&lt;br /&gt;
 bind_to_address (comment this line with a # at the start)&lt;br /&gt;
 port &amp;quot;6600&amp;quot; (uncomment this line, remove the #)&lt;br /&gt;
 user &amp;quot;pi&amp;quot;&lt;br /&gt;
 metadata_to_use (uncomment)&lt;br /&gt;
 mixer_type &amp;quot;software&amp;quot; (uncomment this line)&lt;br /&gt;
restart the pi&lt;br /&gt;
 reboot (dont use init 6)&lt;br /&gt;
start MPD on the pi, look for errors&lt;br /&gt;
 service mpd start&lt;br /&gt;
 (wait until its done)&lt;br /&gt;
 service mpd restart&lt;br /&gt;
&lt;br /&gt;
Connect to mpd using a client on your main computer (I use Auremo MPD Client)&lt;br /&gt;
#download Auremo MPD Client (open source!)&lt;br /&gt;
#enter the ip in the setup for the pi&lt;br /&gt;
#click connect&lt;/div&gt;</summary>
		<author><name>Ddxfish</name></author>
	</entry>
</feed>