<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Installing Playdar</title>
	<atom:link href="http://musicmachinery.com/2009/10/18/installing-playdar/feed/" rel="self" type="application/rss+xml" />
	<link>http://musicmachinery.com/2009/10/18/installing-playdar/</link>
	<description>a blog about music technology by Paul Lamere</description>
	<lastBuildDate>Fri, 25 May 2012 19:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Max Howell</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-3030</link>
		<dc:creator><![CDATA[Max Howell]]></dc:creator>
		<pubDate>Sat, 14 Nov 2009 23:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-3030</guid>
		<description><![CDATA[Possibly the easiest way is with Homebrew, which has a playdar formula:

http://github.com/mxcl/homebrew/]]></description>
		<content:encoded><![CDATA[<p>Possibly the easiest way is with Homebrew, which has a playdar formula:</p>
<p><a href="http://github.com/mxcl/homebrew/" rel="nofollow">http://github.com/mxcl/homebrew/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Wheare</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-3027</link>
		<dc:creator><![CDATA[James Wheare]]></dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-3027</guid>
		<description><![CDATA[Note also that you&#039;ll need a double dash in those options, the comment formatting is turning them into an endash annoyingly.]]></description>
		<content:encoded><![CDATA[<p>Note also that you&#8217;ll need a double dash in those options, the comment formatting is turning them into an endash annoyingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Wheare</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-3026</link>
		<dc:creator><![CDATA[James Wheare]]></dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-3026</guid>
		<description><![CDATA[If you have music in AAC/MP4 format (quite likely if you use iTunes), you&#039;ll want to configure Taglib like this:

./configure --prefix=/usr/local --enable-mp4

This will ensure that the Playdar scanner indexes all your mp4s.]]></description>
		<content:encoded><![CDATA[<p>If you have music in AAC/MP4 format (quite likely if you use iTunes), you&#8217;ll want to configure Taglib like this:</p>
<p>./configure &#8211;prefix=/usr/local &#8211;enable-mp4</p>
<p>This will ensure that the Playdar scanner indexes all your mp4s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: owen</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-2951</link>
		<dc:creator><![CDATA[owen]]></dc:creator>
		<pubDate>Wed, 04 Nov 2009 11:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-2951</guid>
		<description><![CDATA[yes! i&#039;m up and running :)]]></description>
		<content:encoded><![CDATA[<p>yes! i&#8217;m up and running :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-2834</link>
		<dc:creator><![CDATA[brian]]></dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-2834</guid>
		<description><![CDATA[thanks tyler! though I am surprised you are using emacs and not pico for step 5.]]></description>
		<content:encoded><![CDATA[<p>thanks tyler! though I am surprised you are using emacs and not pico for step 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-2828</link>
		<dc:creator><![CDATA[Tyler]]></dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-2828</guid>
		<description><![CDATA[1) download and install &quot;http://git-osx-installer.googlecode.com/files/git-1.6.5-intel-leopard.dmg&quot;

2) download and install &quot;http://www.erlang.org/download/otp_src_R13B02-1.tar.gz&quot; by:
	./configure --prefix=/usr/local
	touch lib/wx/SKIP
	make
	sudo make install

3)  download and install &quot;http://developer.kde.org/~wheeler/files/src/taglib-1.6.tar.gz&quot; by:
	./configure --prefix=/usr/local
	make
	sudo make install

4) download and install playdar-core by:
	git clone git://github.com/RJ/playdar-core.git
	make
	
5) configure it by:
	cp etc/playday.conf.example etc/playdar.conf
	emacs -nw etc/playdar.conf and:
		uncomment name and set it to something cool
		comment out p2p in the blacklist

6) ./start.sh]]></description>
		<content:encoded><![CDATA[<p>1) download and install &#8220;http://git-osx-installer.googlecode.com/files/git-1.6.5-intel-leopard.dmg&#8221;</p>
<p>2) download and install &#8220;http://www.erlang.org/download/otp_src_R13B02-1.tar.gz&#8221; by:<br />
	./configure &#8211;prefix=/usr/local<br />
	touch lib/wx/SKIP<br />
	make<br />
	sudo make install</p>
<p>3)  download and install &#8220;http://developer.kde.org/~wheeler/files/src/taglib-1.6.tar.gz&#8221; by:<br />
	./configure &#8211;prefix=/usr/local<br />
	make<br />
	sudo make install</p>
<p>4) download and install playdar-core by:<br />
	git clone git://github.com/RJ/playdar-core.git<br />
	make</p>
<p>5) configure it by:<br />
	cp etc/playday.conf.example etc/playdar.conf<br />
	emacs -nw etc/playdar.conf and:<br />
		uncomment name and set it to something cool<br />
		comment out p2p in the blacklist</p>
<p>6) ./start.sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Howell</title>
		<link>http://musicmachinery.com/2009/10/18/installing-playdar/#comment-2827</link>
		<dc:creator><![CDATA[Max Howell]]></dc:creator>
		<pubDate>Mon, 19 Oct 2009 12:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://musicmachinery.com/?p=1360#comment-2827</guid>
		<description><![CDATA[You may as well install git through macports:

sudo port install git

And indeed, mac playdar package on it&#039;s way! Followed by Windows.]]></description>
		<content:encoded><![CDATA[<p>You may as well install git through macports:</p>
<p>sudo port install git</p>
<p>And indeed, mac playdar package on it&#8217;s way! Followed by Windows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

