<?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: Screen Scraping Amazon Album Art for MythTV</title>
	<atom:link href="http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/</link>
	<description>My external memory</description>
	<pubDate>Fri, 05 Dec 2008 10:17:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Joel</title>
		<link>http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6439</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Sun, 28 Sep 2008 14:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6439</guid>
		<description>I ran into the same problem as Mike, but edited the perl script myself and its going full steam ahead now.  Thanks for this.

By the way, it works on the latest Mythbuntu just fine.</description>
		<content:encoded><![CDATA[<p>I ran into the same problem as Mike, but edited the perl script myself and its going full steam ahead now.  Thanks for this.</p>
<p>By the way, it works on the latest Mythbuntu just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6435</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 27 Sep 2008 18:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6435</guid>
		<description>great tool i'm very impressed, i found mine wouldn't locate the directory because it was missing the / in between

$filename = "$directory$dirname/albumart.jpg";

So just add it in 
$filename = "$directory/$dirname/albumart.jpg";

I tried adding the / in the myth setup but that didn't fix it.
cheers.</description>
		<content:encoded><![CDATA[<p>great tool i&#8217;m very impressed, i found mine wouldn&#8217;t locate the directory because it was missing the / in between</p>
<p>$filename = &#8220;$directory$dirname/albumart.jpg&#8221;;</p>
<p>So just add it in<br />
$filename = &#8220;$directory/$dirname/albumart.jpg&#8221;;</p>
<p>I tried adding the / in the myth setup but that didn&#8217;t fix it.<br />
cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6430</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 24 Sep 2008 14:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6430</guid>
		<description>Elkin,
Thanks, I added them.
Jay</description>
		<content:encoded><![CDATA[<p>Elkin,<br />
Thanks, I added them.<br />
Jay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elkin</title>
		<link>http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6429</link>
		<dc:creator>elkin</dc:creator>
		<pubDate>Wed, 24 Sep 2008 13:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.summet.com/blog/2007/09/23/screen-scraping-amazon-album-art-for-mythtv/#comment-6429</guid>
		<description>the two sleeps in your script need a ; an the end</description>
		<content:encoded><![CDATA[<p>the two sleeps in your script need a ; an the end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
