<?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: How do I turn a text file list of artist &amp; song titles into an iTunes playlist?</title>
	<link>http://ask.metafilter.com/124246/How-do-I-turn-a-text-file-list-of-artist-and-song-titles-into-an-iTunes-playlist/</link>
	<description>Comments on Ask MetaFilter post How do I turn a text file list of artist &amp; song titles into an iTunes playlist?</description>
	<pubDate>Mon, 08 Jun 2009 16:39:43 -0800</pubDate>
	<lastBuildDate>Mon, 08 Jun 2009 16:39:43 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How do I turn a text file list of artist &amp;amp; song titles into an iTunes playlist?</title>
		<link>http://ask.metafilter.com/124246/How-do-I-turn-a-text-file-list-of-artist-and-song-titles-into-an-iTunes-playlist</link>	
		<description>A friend just posted a list of well-nigh every song they played at the dance club we went to as teenagers, exported from his iTunes.  I&apos;d love to somehow be able to have that as a playlist in my iTunes, so I could listen to the collection (at least those in the list that I have on my computer).  Already checked &lt;a href=&quot;http://ask.metafilter.com/21650/How-do-I-convert-a-text-list-of-songs-into-a-working-music-playlist-file&quot;&gt;this AskMe response&lt;/a&gt;, but it doesn&apos;t really answer.  If there&apos;s some better way (e.g. if iTunes has some kind of &quot;send a playlist&quot; option that I don&apos;t know about), please tell me that.  Thanks!</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.124246</guid>
		<pubDate>Mon, 08 Jun 2009 16:22:01 -0800</pubDate>
		<dc:creator>mabelstreet</dc:creator>
		
			<category>itunes</category>
		
			<category>playlist</category>
		
			<category>sharing</category>
		
	</item> <item>
		<title>By: zippy</title>
		<link>http://ask.metafilter.com/124246/How-do-I-turn-a-text-file-list-of-artist-and-song-titles-into-an-iTunes-playlist#1775613</link>	
		<description>Possible solution: &lt;a href=&quot;http://www.ericdaugherty.com/dev/itunesexport/&quot;&gt;iTunes export&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
If your friend can export the playlist as an m3u, you can read it in.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124246-1775613</guid>
		<pubDate>Mon, 08 Jun 2009 16:39:43 -0800</pubDate>
		<dc:creator>zippy</dc:creator>
	</item><item>
		<title>By: philomathoholic</title>
		<link>http://ask.metafilter.com/124246/How-do-I-turn-a-text-file-list-of-artist-and-song-titles-into-an-iTunes-playlist#1775670</link>	
		<description>Assuming you have the exact same artist, album and title tags as your friend&apos;s list, you could create a .&lt;a href=&quot;http://en.wikipedia.org/wiki/M3U&quot;&gt;m3u&lt;/a&gt; file. (You could use either a good text editor&apos;s search/replace and copy/past functions, or a perl/python/etc. script to write the playlist for you.) Here&apos;s a sample .m3u file.&lt;br&gt;
&lt;code&gt;&lt;br&gt;
#EXTM3U&lt;br&gt;
&lt;br&gt;
#EXTINF:song title1&lt;br&gt;
C:\path\to\library\artist1\album1\title1.mp3&lt;br&gt;
&lt;br&gt;
#EXTINF:song title2&lt;br&gt;
C:\path\to\library\artist2\album2\title2.mp3&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
I put &quot;C:\&quot; because you didn&apos;t specify which OS. If your on a mac, then it&apos;d be something like &quot;/Users/mabelstreet/Music/...&quot;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124246-1775670</guid>
		<pubDate>Mon, 08 Jun 2009 17:18:45 -0800</pubDate>
		<dc:creator>philomathoholic</dc:creator>
	</item>
	</channel>
</rss>
