<?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: Magical musical singing ponycorn</title>
      <link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn/</link>
      <description>Comments on MetaTalk post Magical musical singing ponycorn</description>
	  	  <pubDate>Sun, 05 Aug 2012 12:23:58 -0800</pubDate>
      <lastBuildDate>Sun, 05 Aug 2012 12:23:58 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Magical musical singing ponycorn</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn</link>	
  	<description>Hey, how about some way to re-order the songs in playlists on MeFi Music? &lt;br /&gt;&lt;br /&gt; So I was trying to assemble a personalized mix of some of the awesome OK Computer covers the other day, with the tracks in the same order as the original album, and it was way more complicated and frustrating than I anticipated! Not only could I not re-order the tracks after adding them, but tracks also showed up in reverse chronological order, with the last track I add appearing first on the list. This is kind of weird and confusing.

In my brain, here&apos;s how the process should work: &quot;Hey, I like that one, I&apos;ll add it to the list.&quot; *click* [later] &quot;OK, let&apos;s put these in the right order.&quot; FIN

Here&apos;s how it ends up working: &quot;Hey, I like that one, but I can&apos;t add it yet. I&apos;ll remember it for later.&quot; [scroll down huge list and forget where I was, repeat several times, give up]

Would it be possible to add some re-ordering functionality without a massive overhaul of how playlists work?</description>
  	<guid isPermaLink="false">post:metatalk.metafilter.com,2012:site.21936</guid>
  	<pubDate>Sun, 05 Aug 2012 11:03:46 -0800</pubDate>
  	<dc:creator>speicus</dc:creator>
</item>
<item>
  	<title>By: pb</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013427</link>	
  	<description>Thanks for the suggestion. We can think about it. We haven&apos;t touched playlists since Music launched in 2006. It might be a good time to think about how we might update them.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013427</guid>
  	<pubDate>Sun, 05 Aug 2012 12:23:58 -0800</pubDate>
  	<dc:creator>pb</dc:creator>
</item>
<item>
  	<title>By: John Cohen</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013430</link>	
  	<description>I agree.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013430</guid>
  	<pubDate>Sun, 05 Aug 2012 12:48:25 -0800</pubDate>
  	<dc:creator>John Cohen</dc:creator>
</item>
<item>
  	<title>By: iamkimiam</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013434</link>	
  	<description>Yes please!</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013434</guid>
  	<pubDate>Sun, 05 Aug 2012 13:08:30 -0800</pubDate>
  	<dc:creator>iamkimiam</dc:creator>
</item>
<item>
  	<title>By: pb</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013435</link>	
  	<description>One thing to keep in mind is that any playlist feature here on the site is going to pale in comparison to a desktop app that is designed for managing music. So if you already use iTunes, you can think of the Playlists here on the site as an easy way to download the music so you can work with it in iTunes. &lt;br&gt;
&lt;br&gt;
At the bottom of every playlist page is a &lt;em&gt;Podcast Feed&lt;/em&gt; link. You can subscribe to the playlist in iTunes which will download the tracks to your computer. Then you can create a new playlist in iTunes, drag the tracks over, and sort in the myriad ways iTunes offers.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013435</guid>
  	<pubDate>Sun, 05 Aug 2012 13:21:56 -0800</pubDate>
  	<dc:creator>pb</dc:creator>
</item>
<item>
  	<title>By: axiom</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013436</link>	
  	<description>It looks like you guys are already using jquery to do some stuff on the site. Check out &lt;a href=&quot;http://jqueryui.com/&quot;&gt;jquery ui&lt;/a&gt;, specifically the &lt;code&gt;sortable&lt;/code&gt; functionality. I recently discovered this and it is &lt;i&gt;super easy&lt;/i&gt;. I bet all you need is something like:&lt;br&gt;
&lt;br&gt;
&lt;pre&gt;&lt;br&gt;
#(&apos;.jplayer_playlist_current&apos;).sortable({&lt;br&gt;
  axis: &apos;y&apos;,&lt;br&gt;
  revert: true,&lt;br&gt;
  stop: function(event, ui) {&lt;br&gt;
    saveNewOrder(); //some ajax call to read &amp;amp; store the new order&lt;br&gt;
  }&lt;br&gt;
});&lt;br&gt;
&lt;/pre&gt;</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013436</guid>
  	<pubDate>Sun, 05 Aug 2012 13:24:48 -0800</pubDate>
  	<dc:creator>axiom</dc:creator>
</item>
<item>
  	<title>By: axiom</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013438</link>	
  	<description>That should be &lt;code&gt;$(&apos;.jplayer_playlist_current&apos;)&lt;/code&gt;, obviously.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013438</guid>
  	<pubDate>Sun, 05 Aug 2012 13:29:49 -0800</pubDate>
  	<dc:creator>axiom</dc:creator>
</item>
<item>
  	<title>By: Pronoiac</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013445</link>	
  	<description>&lt;i&gt;    saveNewOrder(); //some ajax call to read &amp;amp; store the new order&lt;/i&gt; &lt;br&gt;
&lt;br&gt;
But what if the playlist is entirely Joy Division covers?</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013445</guid>
  	<pubDate>Sun, 05 Aug 2012 14:02:10 -0800</pubDate>
  	<dc:creator>Pronoiac</dc:creator>
</item>
<item>
  	<title>By: axiom</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013446</link>	
  	<description>Meh, it&apos;s all Factory Records.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013446</guid>
  	<pubDate>Sun, 05 Aug 2012 14:04:56 -0800</pubDate>
  	<dc:creator>axiom</dc:creator>
</item>
<item>
  	<title>By: klangklangston</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013447</link>	
  	<description>Hey, just a note (since this seems a decent place to put it): None of the songs are working for me right now, there&apos;s some sort of weird buffering problem where it will only load about the first four seconds or so, and the songs aren&apos;t preloading when they&apos;re paused. &lt;br&gt;
&lt;br&gt;
I&apos;ve been getting stutters with my connection all morning, so hopefully I can try it in another couple hours and see if it works.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013447</guid>
  	<pubDate>Sun, 05 Aug 2012 14:07:59 -0800</pubDate>
  	<dc:creator>klangklangston</dc:creator>
</item>
<item>
  	<title>By: pb</title>
  	<link>http://metatalk.metafilter.com/21936/Magical-musical-singing-ponycorn#1013449</link>	
  	<description>Sounds like a local network issue. Everything is checking out ok on this end.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2012:site.21936-1013449</guid>
  	<pubDate>Sun, 05 Aug 2012 14:43:17 -0800</pubDate>
  	<dc:creator>pb</dc:creator>
</item>

    </channel>
</rss>