<?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: Hive Mind Playlists</title>
      <link>http://projects.metafilter.com/5090/Hive-Mind-Playlists/</link>
      <description>Comments on MetaFilter Projects post Hive Mind Playlists</description>
	  	  <pubDate>Mon, 28 Nov 2016 04:47:23 -0800</pubDate>
      <lastBuildDate>Mon, 28 Nov 2016 04:47:23 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
    
  	<title>Hive Mind Playlists</title>
  	<link>http://projects.metafilter.com/5090/Hive-Mind-Playlists</link>	
    <description>Magically translate AskMe song recommendations into Spotify playlists (it takes a minute or two).&lt;br /&gt;&lt;br /&gt;I&apos;ve often wished that I could just hit &quot;play&quot; on some of AskMe&apos;s song recommendation threads. This project sort of lets you do that. &lt;br /&gt;&lt;br /&gt;Theres a mix of guessing and natural language processing going on. Feel free to dive into the code (link below), but the rough process is: &lt;br /&gt;&lt;br /&gt;1. Assemble a list of &quot;recommendations&quot; by:&lt;br /&gt;&#8195;* checking any links to youtube for video titles (since they are usually metadata-rich); otherwise, looking for link text&lt;br /&gt;&#8195;* looking for capitalized words or &quot;interesting&quot; words/phrases  in comments&lt;br /&gt;2. Search Spotify for each recommendation string and take the first track of the results. &lt;br /&gt;3. Return the tracklist. &lt;br /&gt;&lt;br /&gt;The code is all on &lt;a href=&quot;https://github.com/nadavoosh/hive-mind-playlists&quot;&gt;github&lt;/a&gt; (I&apos;d welcome any contributions!), and please report any bugs or problems on &lt;a href=&quot;https://github.com/nadavoosh/hive-mind-playlists/issues&quot;&gt;the issues page&lt;/a&gt;. &lt;br /&gt;&lt;br /&gt;TODOs: I&apos;d like for the site layout to be more responsive, and I&apos;d like a button that lets you export the playlist directly to your spotify account. This would require the user to log in with OAuth credentials.</description>
  	<guid isPermaLink="false">post:projects.metafilter.com,2016:site.5090</guid>
  	<pubDate>Sun, 27 Nov 2016 07:52:59 -0800</pubDate>
  	<dc:creator>So You&apos;re Saying These Are Pants?</dc:creator>
</item>
<item>
  	<title>By: ellieBOA</title>
  	<link>http://projects.metafilter.com/5090/Hive-Mind-Playlists#12420</link>	
    <description>When I copy the address to open in spotify, could it show as a playlist? Currently it will play the songs but just as the kind of &apos;up next&apos; track list.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2016:site.5090-12420</guid>
  	<pubDate>Mon, 28 Nov 2016 04:47:23 -0800</pubDate>
  	<dc:creator>ellieBOA</dc:creator>
</item>
<item>
  	<title>By: So You&apos;re Saying These Are Pants?</title>
  	<link>http://projects.metafilter.com/5090/Hive-Mind-Playlists#12423</link>	
    <description>Yep, that&apos;s definitely on my list of what to add next. However, it&apos;s adds a lot more complexity, since you&apos;d have to sign in to your spotify account and give my site the &quot;create playlists&quot; permission.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2016:site.5090-12423</guid>
  	<pubDate>Mon, 28 Nov 2016 19:50:45 -0800</pubDate>
  	<dc:creator>So You&apos;re Saying These Are Pants?</dc:creator>
</item>
<item>
  	<title>By: ellieBOA</title>
  	<link>http://projects.metafilter.com/5090/Hive-Mind-Playlists#12424</link>	
    <description>Great! Brilliant idea too.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2016:site.5090-12424</guid>
  	<pubDate>Tue, 29 Nov 2016 03:51:17 -0800</pubDate>
  	<dc:creator>ellieBOA</dc:creator>
</item>
<item>
  	<title>By: ignignokt</title>
  	<link>http://projects.metafilter.com/5090/Hive-Mind-Playlists#12425</link>	
    <description>Hey, this is excellent! It even has interesting results for threads that have &lt;a href=&quot;http://ask.metafilter.com/303152/&quot;&gt;no songs in them&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
A couple things you can do to make these playlists more shareable:&lt;br&gt;
&lt;br&gt;
- Include the AskMe url in the hash part of the url and have the app route using that. e.g. Going to `http://nadavrecca.com/hivemindplaylists/#/ask.metafilter.com/303152/`would automatically load up the AskMe thread and generate the playlist. That way people could just pass around that url and say, &quot;hey, check out this neat playlist the app made for me&quot;.&lt;br&gt;
&lt;br&gt;
- If you include all of the Spotify URIs for the tracks in the playlist as text, people could create their own playlists in the app and just paste those URIs in to get the playlist.&lt;br&gt;
&lt;br&gt;
Again, great work! I&apos;ll have to look at the language processing when I get a chance.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2016:site.5090-12425</guid>
  	<pubDate>Tue, 29 Nov 2016 08:07:47 -0800</pubDate>
  	<dc:creator>ignignokt</dc:creator>
</item>
<item>
  	<title>By: So You&apos;re Saying These Are Pants?</title>
  	<link>http://projects.metafilter.com/5090/Hive-Mind-Playlists#12426</link>	
    <description>Great feedback, thanks! I will give the URL hashing a go-round. Never done it before.</description>
  	<guid isPermaLink="false">comment:projects.metafilter.com,2016:site.5090-12426</guid>
  	<pubDate>Tue, 29 Nov 2016 13:14:49 -0800</pubDate>
  	<dc:creator>So You&apos;re Saying These Are Pants?</dc:creator>
</item>

    </channel>
</rss>
