<?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: Developing Dev Skills</title>
	<atom:link href="http://www.laurendempster.com/2006/10/10/developing-dev-skills/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laurendempster.com/2006/10/10/developing-dev-skills/</link>
	<description>More of a geek each day...</description>
	<lastBuildDate>Tue, 23 Jun 2009 13:33:19 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yash</title>
		<link>http://www.laurendempster.com/2006/10/10/developing-dev-skills/comment-page-1/#comment-1323</link>
		<dc:creator>yash</dc:creator>
		<pubDate>Mon, 20 Nov 2006 05:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2006/10/10/developing-dev-skills/#comment-1323</guid>
		<description>I wish there was a way to transfer play counts from last.fm to your pc....itunes..</description>
		<content:encoded><![CDATA[<p>I wish there was a way to transfer play counts from last.fm to your pc&#8230;.itunes..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lauren</title>
		<link>http://www.laurendempster.com/2006/10/10/developing-dev-skills/comment-page-1/#comment-653</link>
		<dc:creator>Lauren</dc:creator>
		<pubDate>Wed, 11 Oct 2006 19:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2006/10/10/developing-dev-skills/#comment-653</guid>
		<description>Hey thanks guys,

The xml file is definitely the way to go at the moment I have code that reads the file in and stores some of the useful information, not too difficult but definitely a good start!

Gary: Yeah I think import and export functions would&#039;ve helped if I had done that straight away, but now I have play counts on both iTunes that I don&#039;t want to lose! So I&#039;m aiming to add them together instead.

Neil: Yeah it&#039;s not a bad xml file, had some problems with it and Java&#039;s DOM parser, but think I have managed to get round that now. Thanks for the article I think it&#039;s mostly up-to-date but there are some new things that iTunes keeps track of now, like Skip Count. 

Steven: last.fm is a very pretty site! I think I may have a more in depth look at that soon.

Thanks again for all the comments, 

Lxx</description>
		<content:encoded><![CDATA[<p>Hey thanks guys,</p>
<p>The xml file is definitely the way to go at the moment I have code that reads the file in and stores some of the useful information, not too difficult but definitely a good start!</p>
<p>Gary: Yeah I think import and export functions would&#8217;ve helped if I had done that straight away, but now I have play counts on both iTunes that I don&#8217;t want to lose! So I&#8217;m aiming to add them together instead.</p>
<p>Neil: Yeah it&#8217;s not a bad xml file, had some problems with it and Java&#8217;s DOM parser, but think I have managed to get round that now. Thanks for the article I think it&#8217;s mostly up-to-date but there are some new things that iTunes keeps track of now, like Skip Count. </p>
<p>Steven: last.fm is a very pretty site! I think I may have a more in depth look at that soon.</p>
<p>Thanks again for all the comments, </p>
<p>Lxx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Morrison</title>
		<link>http://www.laurendempster.com/2006/10/10/developing-dev-skills/comment-page-1/#comment-649</link>
		<dc:creator>Steven Morrison</dc:creator>
		<pubDate>Wed, 11 Oct 2006 12:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2006/10/10/developing-dev-skills/#comment-649</guid>
		<description>I&#039;ve also been annoyed in the past by losing my play counts, not having them shared between Linux and Windows being my main gripe. This doesn&#039;t solve the problem, but a website I like a lot is &lt;a href=&quot;http://last.fm/user/sgmorrison&quot; rel=&quot;nofollow&quot;&gt;last.fm&lt;/a&gt;. It stores play counts for you (and groups by artist) and lets you see what you&#039;ve been listening to.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve also been annoyed in the past by losing my play counts, not having them shared between Linux and Windows being my main gripe. This doesn&#8217;t solve the problem, but a website I like a lot is <a href="http://last.fm/user/sgmorrison" rel="nofollow">last.fm</a>. It stores play counts for you (and groups by artist) and lets you see what you&#8217;ve been listening to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.laurendempster.com/2006/10/10/developing-dev-skills/comment-page-1/#comment-648</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 11 Oct 2006 11:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2006/10/10/developing-dev-skills/#comment-648</guid>
		<description>Yup the iTunes XML file is the way to go, it&#039;s in ~/Music/iTunes/iTunes Library or somewhere. I actually played a bit on writing a small app that&#039;d go through the library and count up your playcounts for each artist so you&#039;d know which artists you listen to most.    It&#039;s a fairly sensible XML file,  not hard to write a parser for and yes you can edit it.

Sounds like it&#039;d be a useful app, I too hate when I lose my play counts as I use them extensively in play lists.

http://www.xml.com/pub/a/2004/11/03/itunes.html is an article on it though it&#039;s quite likely out of date.

Good luck!</description>
		<content:encoded><![CDATA[<p>Yup the iTunes XML file is the way to go, it&#8217;s in ~/Music/iTunes/iTunes Library or somewhere. I actually played a bit on writing a small app that&#8217;d go through the library and count up your playcounts for each artist so you&#8217;d know which artists you listen to most.    It&#8217;s a fairly sensible XML file,  not hard to write a parser for and yes you can edit it.</p>
<p>Sounds like it&#8217;d be a useful app, I too hate when I lose my play counts as I use them extensively in play lists.</p>
<p><a href="http://www.xml.com/pub/a/2004/11/03/itunes.html" rel="nofollow">http://www.xml.com/pub/a/2004/11/03/itunes.html</a> is an article on it though it&#8217;s quite likely out of date.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary Fleming</title>
		<link>http://www.laurendempster.com/2006/10/10/developing-dev-skills/comment-page-1/#comment-646</link>
		<dc:creator>Gary Fleming</dc:creator>
		<pubDate>Tue, 10 Oct 2006 22:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurendempster.com/2006/10/10/developing-dev-skills/#comment-646</guid>
		<description>I haven&#039;t tried importing yet, but if you go to File-&gt;Export Library... in iTunes it gives you the option to export your library as XML. The resulting file does contain play counts. Like I say, I haven&#039;t tried to then import it to see if it uses it (I imagine it would). If it doesn&#039;t, it gives you a fairly simple data-source to start with. Hope that helps.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tried importing yet, but if you go to File-&gt;Export Library&#8230; in iTunes it gives you the option to export your library as XML. The resulting file does contain play counts. Like I say, I haven&#8217;t tried to then import it to see if it uses it (I imagine it would). If it doesn&#8217;t, it gives you a fairly simple data-source to start with. Hope that helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
