<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iTunes Tagger (now with Last.FM tags!)</title>
	<atom:link href="http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Dec 2011 18:22:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Moser</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-286</link>
		<dc:creator>Steve Moser</dc:creator>
		<pubDate>Fri, 26 Dec 2008 19:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-286</guid>
		<description>This is for OS X by the way. =)</description>
		<content:encoded><![CDATA[<p>This is for OS X by the way. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Moser</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-285</link>
		<dc:creator>Steve Moser</dc:creator>
		<pubDate>Fri, 26 Dec 2008 19:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-285</guid>
		<description>Looking for a way to automagically tag your tunes? I just finished a script that grabs tags from last.fm and writes them to the groupings field. Enjoy.

http://stevemoser.wordpress.com/2008/12/26/lastfm-folksonomy-itunes-applescript/</description>
		<content:encoded><![CDATA[<p>Looking for a way to automagically tag your tunes? I just finished a script that grabs tags from last.fm and writes them to the groupings field. Enjoy.</p>
<p><a href="http://stevemoser.wordpress.com/2008/12/26/lastfm-folksonomy-itunes-applescript/" rel="nofollow">http://stevemoser.wordpress.com/2008/12/26/lastfm-folksonomy-itunes-applescript/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-222</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 27 Nov 2008 17:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-222</guid>
		<description>I did not write that cocoa application.  It is by wes rogers.

When I talked about the fingerprinting function, I was referring to my own application which uses that functionality.  I&#039;m not sure how easy it would be to incorporate the fingerprinting into an applescript, since the fingerprint program is distributed as an executable file.</description>
		<content:encoded><![CDATA[<p>I did not write that cocoa application.  It is by wes rogers.</p>
<p>When I talked about the fingerprinting function, I was referring to my own application which uses that functionality.  I&#8217;m not sure how easy it would be to incorporate the fingerprinting into an applescript, since the fingerprint program is distributed as an executable file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-221</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 27 Nov 2008 15:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-221</guid>
		<description>that cocoa app is pretty nice, i have to admin (and damn fast,too)

anyhu, what exactly are you meaning when referring to the &quot;fingerprinting&quot; in your scfipt, haven&#039;t seen anything like that in the script (atleast i haven&#039;t noticed it, i&#039;m fairly new to applesctipt but i think i understand mostof your code..)</description>
		<content:encoded><![CDATA[<p>that cocoa app is pretty nice, i have to admin (and damn fast,too)</p>
<p>anyhu, what exactly are you meaning when referring to the &#8220;fingerprinting&#8221; in your scfipt, haven&#8217;t seen anything like that in the script (atleast i haven&#8217;t noticed it, i&#8217;m fairly new to applesctipt but i think i understand mostof your code..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-220</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-220</guid>
		<description>I would give this one a try: &lt;a href=&quot;http://www.633k.net/labels/lastfmtaggercocoa.html&quot; rel=&quot;nofollow&quot;&gt;last.fm cocoa tagger&lt;/a&gt;  Though it looks like the site is down at the moment.

From my own experience, I&#039;d recommend coding the program to ensure that adding future function and features is simple.  Until you get the program working and used, it&#039;s hard to tell what features will complement your program most.

From my tagger, my favourite feature is the ability to use the fingerprinting client to check song id3 data before adding other tags.  It saves me the time of figuring that out myself.</description>
		<content:encoded><![CDATA[<p>I would give this one a try: <a href="http://www.633k.net/labels/lastfmtaggercocoa.html" rel="nofollow">last.fm cocoa tagger</a>  Though it looks like the site is down at the moment.</p>
<p>From my own experience, I&#8217;d recommend coding the program to ensure that adding future function and features is simple.  Until you get the program working and used, it&#8217;s hard to tell what features will complement your program most.</p>
<p>From my tagger, my favourite feature is the ability to use the fingerprinting client to check song id3 data before adding other tags.  It saves me the time of figuring that out myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-219</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 27 Nov 2008 12:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-219</guid>
		<description>hi

there i actually am planning to hack something like that for mac / itunes. 
i was wondering if...
..you might know a script that does what your tool does for mac so that i donthave to write it myself
..if you might have any hints, ideas etc on what i should consider when hacking something. (less the code itself, more like what is a musthave, what is nice etc)

thanx...</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>there i actually am planning to hack something like that for mac / itunes.<br />
i was wondering if&#8230;<br />
..you might know a script that does what your tool does for mac so that i donthave to write it myself<br />
..if you might have any hints, ideas etc on what i should consider when hacking something. (less the code itself, more like what is a musthave, what is nice etc)</p>
<p>thanx&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-38</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 05 Feb 2008 13:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-38</guid>
		<description>Hi, John.

An automatic mode is what I&#039;m aiming for.  Hopefully I&#039;ll get some free time this week, and I&#039;ll add it in.

The tough part is that I&#039;ll need to validate some of the data still, so it doesn&#039;t over-write good information with false information.

Thanks for your interest, and stay tuned...</description>
		<content:encoded><![CDATA[<p>Hi, John.</p>
<p>An automatic mode is what I&#8217;m aiming for.  Hopefully I&#8217;ll get some free time this week, and I&#8217;ll add it in.</p>
<p>The tough part is that I&#8217;ll need to validate some of the data still, so it doesn&#8217;t over-write good information with false information.</p>
<p>Thanks for your interest, and stay tuned&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnPaulVaughan</title>
		<link>http://www.svankruistum.com/itunes-tagger-now-with-lastfm-tags/comment-page-1/#comment-37</link>
		<dc:creator>JohnPaulVaughan</dc:creator>
		<pubDate>Tue, 05 Feb 2008 11:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.svankruistum.com/programming/itunes-tagger-now-with-lastfm-tags/#comment-37</guid>
		<description>This is almost my dream application... please please please create an automatic mode... I have a billion songs and it will take me weeks to click through adding tags to comments.</description>
		<content:encoded><![CDATA[<p>This is almost my dream application&#8230; please please please create an automatic mode&#8230; I have a billion songs and it will take me weeks to click through adding tags to comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

