<?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"
	>
<channel>
	<title>Comments on: iTunes Library Checker 2.0</title>
	<atom:link href="http://schinckel.net/2005/07/18/itunes-library-checker-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2005/07/18/itunes-library-checker-20/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Sat, 10 Jan 2009 00:56:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/07/18/itunes-library-checker-20/#comment-125</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Fri, 22 Jul 2005 08:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/07/18/itunes-library-checker-20/#comment-125</guid>
		<description>I'm not sure if it's a real bug: at least not with SEE, anyway.  It seems to be an issue with the way files are parsed for the blogging system.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if it&#8217;s a real bug: at least not with SEE, anyway.  It seems to be an issue with the way files are parsed for the blogging system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominik Wagner</title>
		<link>http://schinckel.net/2005/07/18/itunes-library-checker-20/#comment-122</link>
		<dc:creator>Dominik Wagner</dc:creator>
		<pubDate>Thu, 21 Jul 2005 14:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/07/18/itunes-library-checker-20/#comment-122</guid>
		<description>please do file a bug, with source, result and expected result. if your right and double quotes should be encoded it will definitely make its way into our next update.</description>
		<content:encoded><![CDATA[<p>please do file a bug, with source, result and expected result. if your right and double quotes should be encoded it will definitely make its way into our next update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Schinckel</title>
		<link>http://schinckel.net/2005/07/18/itunes-library-checker-20/#comment-116</link>
		<dc:creator>Matthew Schinckel</dc:creator>
		<pubDate>Wed, 20 Jul 2005 04:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/07/18/itunes-library-checker-20/#comment-116</guid>
		<description>Yeah, I think the quoting issue came from the conversion to HTML.  I'm using SubEthaEdit's copy as XHTML, and it doesn't encode double quotes.  I think it should, and I'm reporting a bug now.

I've never really used unicode stuff before - I haven't done that much python stuff since ages ago, but thanks for the tip about that - and I do have non-ascii filenames, so that might be why I was getting some weird results.

(As for the treedata opy, I think I was going to reuse that somewhere, or I may have left it in there to test something else, but I don't think I do need the copy).</description>
		<content:encoded><![CDATA[<p>Yeah, I think the quoting issue came from the conversion to HTML.  I&#8217;m using SubEthaEdit&#8217;s copy as XHTML, and it doesn&#8217;t encode double quotes.  I think it should, and I&#8217;m reporting a bug now.</p>
<p>I&#8217;ve never really used unicode stuff before - I haven&#8217;t done that much python stuff since ages ago, but thanks for the tip about that - and I do have non-ascii filenames, so that might be why I was getting some weird results.</p>
<p>(As for the treedata opy, I think I was going to reuse that somewhere, or I may have left it in there to test something else, but I don&#8217;t think I do need the copy).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Ippolito</title>
		<link>http://schinckel.net/2005/07/18/itunes-library-checker-20/#comment-111</link>
		<dc:creator>Bob Ippolito</dc:creator>
		<pubDate>Mon, 18 Jul 2005 21:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.blogsome.com/2005/07/18/itunes-library-checker-20/#comment-111</guid>
		<description>You should take a look at the subprocess module from Python 2.4 (it's compatible with Python 2.3, just copy it over).  It has a much nicer API for executing other processes.  Most importantly, you won't need to do your own quoting (which isn't correct here, btw).

You probably want to use location.encode('utf8'), not str(location), because the latter is going to raise UnicodeDecodeError if the filenames aren't entirely ASCII.

Is there any particular reason you're copying the treedata list?  It doesn't look like you're reusing it anywhere.</description>
		<content:encoded><![CDATA[<p>You should take a look at the subprocess module from Python 2.4 (it&#8217;s compatible with Python 2.3, just copy it over).  It has a much nicer API for executing other processes.  Most importantly, you won&#8217;t need to do your own quoting (which isn&#8217;t correct here, btw).</p>
<p>You probably want to use location.encode(&#8217;utf8&#8242;), not str(location), because the latter is going to raise UnicodeDecodeError if the filenames aren&#8217;t entirely ASCII.</p>
<p>Is there any particular reason you&#8217;re copying the treedata list?  It doesn&#8217;t look like you&#8217;re reusing it anywhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
