<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Duplo &#187; music</title>
	<atom:link href="http://kill-0.com/duplo/tag/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://kill-0.com/duplo</link>
	<description>Building Blocks &#38; Learning Experiences</description>
	<lastBuildDate>Fri, 05 Aug 2011 15:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MPD -&gt; MP3 Shoutcast Streaming Patches Accepted</title>
		<link>http://kill-0.com/duplo/2008/10/21/mpd-mp3-shoutcast-streaming-patches-accepted/</link>
		<comments>http://kill-0.com/duplo/2008/10/21/mpd-mp3-shoutcast-streaming-patches-accepted/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 06:01:51 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[shoutcast]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/?p=20</guid>
		<description><![CDATA[Just a note to those of you that have tried my MP3 streaming patches for MPD; the patches have been accepted and will be included in the next release of MPD (version 0.14.0).  If you want to try out the development version of MPD, that includes these patches, you can now do so by cloning [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note to those of you that have tried my MP3 streaming patches for MPD; the patches have been accepted and will be included in the next release of MPD (version 0.14.0).  If you want to try out the development version of MPD, that includes these patches, you can now do so by cloning the master git branch at <a href="git://git.musicpd.org/master/mpd.git">git://git.musicpd.org/master/mpd.git</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/10/21/mpd-mp3-shoutcast-streaming-patches-accepted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MPD FLAC md5sum Support</title>
		<link>http://kill-0.com/duplo/2008/09/03/mpd-flac-md5sum-support/</link>
		<comments>http://kill-0.com/duplo/2008/09/03/mpd-flac-md5sum-support/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 04:40:40 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mildred]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/?p=18</guid>
		<description><![CDATA[Here&#8217;s another little patch for MPD&#8216;s git repos that allows FLAC files to return md5sum as if it were a bit of metadata, like artist, title, or album.  A FLAC file&#8217;s md5sum is about the closest thing you can get to a unique identifier for that file.  The md5sum is generated from the wav file [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another little patch for <acronym title="Music Player Daemon: http://musicpd.org/">MPD</acronym>&#8216;s git repos that allows <acronym title="Free Lossless Audio Codec: http://xiph.org/">FLAC</acronym> files to return md5sum as if it were a bit of metadata, like artist, title, or album.  A FLAC file&#8217;s md5sum is about the closest thing you can get to a unique identifier for that file.  The md5sum is generated from the wav file that is encoded when the FLAC file is created, so even if you change the filename, or its tags (vorbis comments), the md5sum will remain the same.  This code is how <a href="http://mildred.xmtp.net/">Mildred</a> correlates songs playing in MPD with songs in its database.</p>
<p>You can find the patch here: <a href="http://kill-0.com/patches/0001-Adds-FLAC-md5sum.patch">http://kill-0.com/patches/0001-Adds-FLAC-md5sum.patch</a></p>
<p>After applying the patch, you&#8217;ll want to re-create your MPD database file.  You can use the <tt>--create-db</tt> flag to do so, or just delete your old database file before restarting MPD.</p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/09/03/mpd-flac-md5sum-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MPD MP3 -&gt; Shoutcast streaming (part 2) [UPDATED Sept 15]</title>
		<link>http://kill-0.com/duplo/2008/08/25/mpd-mp3-shoutcast-streaming-part-2/</link>
		<comments>http://kill-0.com/duplo/2008/08/25/mpd-mp3-shoutcast-streaming-part-2/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 00:19:57 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/?p=17</guid>
		<description><![CDATA[Update: due to wide-spread changes in the MPD git repository, this patch no longer applies and builds correctly.  You can still play with the shout MP3 plugin by cloning my shiny-new git repository at: http://git.musicpd.org/encoded/mpd.git See the comments section below for information about configuration changes.  The plugin is currently on the roadmap for the 0.14.0 [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Update:</strong> due to wide-spread changes in the MPD git repository, this patch no longer applies and builds correctly.  You can still play with the shout MP3 plugin by cloning my shiny-new git repository at: <a href="http://git.musicpd.org/encoded/mpd.git">http://git.musicpd.org/encoded/mpd.git</a> See the comments section below for information about configuration changes.  The plugin is currently on the roadmap for the 0.14.0 release, so keep your fingers crossed.</em></p>
<p>I&#8217;ve updated my patch so that it can be applied against the current <a href="http://git.musicpd.org/normalperson/mpd.git/">MPD git repository</a>.  Hopefully it will be rolled into <acronym title="Music Player Daemon: http://musicpd.org/">MPD</acronym> for the 0.14.0 release.  The patch has been improved to do better configuration-time checking for the lame library.  I also found a bug where I wasn&#8217;t setting the bit rate properly if constant bit rate was requeted.</p>
<p>I&#8217;m hoping to roll this out to <a href="http://mildred.xmtp.net/">Mildred</a> soon.</p>
<p>Here&#8217;s the link:  <a href="http://kill-0.com/patches/0001-Creation-of-shout_mp3-audio-output-plugin.-Basicall.patch">0001-Creation-of-shout_mp3-audio-output-plugin.-Basicall.patch</a><a href="http://kill-0.com/patches/0001-Adds-FLAC-md5sum.patch"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/08/25/mpd-mp3-shoutcast-streaming-part-2/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MPD MP3 -&gt; Shoutcast streaming</title>
		<link>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/</link>
		<comments>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 01:21:13 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/</guid>
		<description><![CDATA[MPD is a great little project that collects, organizes, and plays your music files for you.  You can connect to MPD and listen to your music in a great number of ways.  You can even stream your music out as your own radio station (Mildred makes use of this functionality). I&#8217;ve always thought it odd [...]]]></description>
			<content:encoded><![CDATA[<p><acronym title="Music Player Daemon: http://musicpd.org">MPD</acronym> is a great little project that collects, organizes, and plays your music files for you.  You can connect to MPD and listen to your music in <a href="http://www.musicpd.org/clients.shtml">a great number of ways</a>.  You can even <a href="http://mpd.wikia.com/wiki/Configuration#Icecast">stream your music out</a> as your own radio station (<a href="http://mildred.xmtp.net/">Mildred</a> makes use of this functionality).</p>
<p>I&#8217;ve always thought it odd that MPD would stream in <a href="http://www.vorbis.com/">Ogg</a>, but not MP3.  Don&#8217;t get me wrong, I&#8217;m a big fan of open standards and all, but MP3 is just so dominant, that I was surprised MP3 streaming hadn&#8217;t been implemented.  Add to that <a href="http://www.xiph.org/quicktime/faq.html#faq_itunes_stream">the stupid inability of Apple&#8217;s iTunes to stream Ogg</a> and well, it motivated me.  I sat down and hacked together a MPD plugin that allows you to stream MP3 to your shoutcast server from MPD.</p>
<p>Source patches for the plugin are available here:  <a href="http://kill-0.com/patches/shout_mp3.patch">http://kill-0.com/patches/shout_mp3.patch</a></p>
<p>It&#8217;s rough around the edges, but it does work.  You can even play it in iTunes.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/08/23/mpd-mp3-shoutcast-streaming/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Voyeur: Growl Notifications for MPD</title>
		<link>http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/</link>
		<comments>http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 01:10:24 +0000</pubDate>
		<dc:creator>ericw</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[mpd]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[voyeur]]></category>

		<guid isPermaLink="false">http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/</guid>
		<description><![CDATA[Voyeur is a very small bit of ruby code that I&#8217;ve written to display updates to your MPD stream via Growl. You can find it here:  http://kill-0.com/voyeur/ You start and stop it as you would a daemon, ie $ ./voyeur start and ./voyeur stop. As an added bonus, you can send it a HUP signal, [...]]]></description>
			<content:encoded><![CDATA[<p>Voyeur is a very small bit of ruby code that I&#8217;ve written to display updates to your MPD stream via Growl.</p>
<p>You can find it here:  <a href="http://kill-0.com/voyeur/" title="Voyeur">http://kill-0.com/voyeur/</a></p>
<p>You start and stop it as you would a daemon, ie <tt>$ ./voyeur start</tt> and <tt>./voyeur stop</tt>.  As an added bonus, you can send it a HUP signal, and it will immediately display the current track information or status.  Here&#8217;s a screen shot:</p>
<p><a href="http://kill-0.com/duplo/wp-content/uploads/2008/08/voyeur-screenshot.png" title="Voyeur: Screenshot"><img src="http://kill-0.com/duplo/wp-content/uploads/2008/08/voyeur-screenshot.thumbnail.png" alt="Voyeur: Screenshot" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://kill-0.com/duplo/2008/08/23/voyeur-growl-notifications-for-mpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

