<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: More Cowbell.dj</title>
      <link>http://projects.metafilter.com/1705/More-Cowbelldj/</link>
      <description>Comments on MetaFilter Projects post More Cowbell.dj</description>
	  	  <pubDate>Tue, 09 Sep 2008 22:02:02 -0800</pubDate>
      <lastBuildDate>Tue, 09 Sep 2008 22:02:02 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
    
  	<title>More Cowbell.dj</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj</link>	
    <description>Upload a song, experience the fever.  Adds a synchronized cowbell and Walken track to any song. Part of  &lt;a href=&quot;http://the.echonest.com&quot;&gt;The Echo Nest&apos;s&lt;/a&gt; launch of its &lt;a href=&quot;http://developer.echonest.com&quot;&gt;developer site&lt;/a&gt; where anyone can access our audio analysis, search capabilites or data feeds (tags / reviews / posts for any artist, all automatically.) The Python code of the cowbell renderer is also now available as an example in the &lt;a href=&quot;http://code.google.com/p/echo-nest-remix&quot;&gt;open-source Echo Nest Remix API.&lt;/a&gt; Examples: &lt;a href=&quot;http://www.morecowbell.dj/listen?id=CK0q8&quot;&gt;Steely Dan&lt;/a&gt;, &lt;a href=&quot;http://www.morecowbell.dj/listen?id=BN4RPC&quot;&gt;Raymond Scott&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;(NB: if you have a problem uploading a track, just try again. We&apos;re still working through some file encoding issues on the web app. It should work most of the time)</description>
  	<guid isPermaLink="false">post:projects.metafilter.com,2008:site.1705</guid>
  	<pubDate>Tue, 09 Sep 2008 20:43:29 -0800</pubDate>
  	<dc:creator>brianwhitman</dc:creator>
</item>
<item>
  	<title>By: cortex</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#737</link>	
    <description>Yeah, it just crapped out on me twice with a &quot;we don&apos;t know about that file&quot; error.  Any particular good or bad factors in getting success?  Filesize limitations?</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-737</guid>
  	<pubDate>Tue, 09 Sep 2008 22:02:02 -0800</pubDate>
  	<dc:creator>cortex</dc:creator>
</item>
<item>
  	<title>By: brianwhitman</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#740</link>	
    <description>Ack, sorry, site went down 2 hours ago. Just got up, we&apos;ll fix it in a tiny bit.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-740</guid>
  	<pubDate>Wed, 10 Sep 2008 04:57:34 -0800</pubDate>
  	<dc:creator>brianwhitman</dc:creator>
</item>
<item>
  	<title>By: brianwhitman</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#741</link>	
    <description>OK, unstuck the queue and booted up a few more machines. Internet: bring it on, quietly. You may have to wait a few minutes until yours is ready.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-741</guid>
  	<pubDate>Wed, 10 Sep 2008 05:23:06 -0800</pubDate>
  	<dc:creator>brianwhitman</dc:creator>
</item>
<item>
  	<title>By: cortex</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#743</link>	
    <description>Yay for unsticking.  Do you have a plan for making the archives browsable?  At the moment, if it didn&apos;t happen in the last ten minutes, it didn&apos;t happen.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-743</guid>
  	<pubDate>Wed, 10 Sep 2008 07:51:54 -0800</pubDate>
  	<dc:creator>cortex</dc:creator>
</item>
<item>
  	<title>By: brianwhitman</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#744</link>	
    <description>we&apos;re trying to encourage the PITYB (post-it-to-your-blog) component of it instead of making that site be the repository... if you like a cowbell, there&apos;s a button there that adds it to various places. but I agree, i love just refreshing the recent page all day...</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-744</guid>
  	<pubDate>Wed, 10 Sep 2008 08:10:38 -0800</pubDate>
  	<dc:creator>brianwhitman</dc:creator>
</item>
<item>
  	<title>By: brianwhitman</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#745</link>	
    <description>just for you cortex, because I like the cut of your jib, i made the recent 20 not 10&lt;br&gt;
&lt;br&gt;
# THIS ONE IS FOR CORTEX&lt;br&gt;
last20 = Track.objects.filter(status=&apos;Y&apos;).order_by(&apos;-rendered&apos;)[:20]</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-745</guid>
  	<pubDate>Wed, 10 Sep 2008 08:27:09 -0800</pubDate>
  	<dc:creator>brianwhitman</dc:creator>
</item>
<item>
  	<title>By: cortex</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#746</link>	
    <description>Heh.  Thanks, it&apos;s a jib I&apos;ve put many hard hours into tailoring.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-746</guid>
  	<pubDate>Wed, 10 Sep 2008 08:30:53 -0800</pubDate>
  	<dc:creator>cortex</dc:creator>
</item>
<item>
  	<title>By: notashroom</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#766</link>	
    <description>Great project! Mike Elgan linked you up yesterday on his blog &lt;a href=&apos;http://www.therawfeed.com/2008/09/only-one-way-to-improve-your-mp3s-more.html&apos;&gt;The Raw Feed&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-766</guid>
  	<pubDate>Fri, 12 Sep 2008 07:51:41 -0800</pubDate>
  	<dc:creator>notashroom</dc:creator>
</item>
<item>
  	<title>By: needs more cowbell</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#826</link>	
    <description>I had to vote for this, naturally.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-826</guid>
  	<pubDate>Thu, 18 Sep 2008 01:13:02 -0800</pubDate>
  	<dc:creator>needs more cowbell</dc:creator>
</item>
<item>
  	<title>By: Slarty Bartfast</title>
  	<link>http://projects.metafilter.com/1705/More-Cowbelldj#892</link>	
    <description>Huh. This just made Entertainment Weekly&apos;s Must List. Nice work!</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2008:site.1705-892</guid>
  	<pubDate>Sat, 27 Sep 2008 09:17:12 -0800</pubDate>
  	<dc:creator>Slarty Bartfast</dc:creator>
</item>

    </channel>
</rss>
