<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Batch downloading cover art with PHP and Google Image Search</title>
	<atom:link href="http://bosmeeuw.wordpress.com/2008/07/12/batch-downloading-cover-art-with-php-and-google-image-search/feed/" rel="self" type="application/rss+xml" />
	<link>http://bosmeeuw.wordpress.com/2008/07/12/batch-downloading-cover-art-with-php-and-google-image-search/</link>
	<description>I type stuff about coding</description>
	<lastBuildDate>Thu, 22 Oct 2009 18:05:08 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Edward</title>
		<link>http://bosmeeuw.wordpress.com/2008/07/12/batch-downloading-cover-art-with-php-and-google-image-search/#comment-61</link>
		<dc:creator>Edward</dc:creator>
		<pubDate>Sat, 02 May 2009 01:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://bosmeeuw.wordpress.com/?p=3#comment-61</guid>
		<description>Does this still work it looks like Google changed the layout of their page so that now it uses javascript to load the image</description>
		<content:encoded><![CDATA[<p>Does this still work it looks like Google changed the layout of their page so that now it uses javascript to load the image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gofrit Toerme</title>
		<link>http://bosmeeuw.wordpress.com/2008/07/12/batch-downloading-cover-art-with-php-and-google-image-search/#comment-59</link>
		<dc:creator>Gofrit Toerme</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:11:21 +0000</pubDate>
		<guid isPermaLink="false">http://bosmeeuw.wordpress.com/?p=3#comment-59</guid>
		<description>great code, with this code you can download images from google automaticly.</description>
		<content:encoded><![CDATA[<p>great code, with this code you can download images from google automaticly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bosmeeuw</title>
		<link>http://bosmeeuw.wordpress.com/2008/07/12/batch-downloading-cover-art-with-php-and-google-image-search/#comment-25</link>
		<dc:creator>bosmeeuw</dc:creator>
		<pubDate>Fri, 01 Aug 2008 12:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://bosmeeuw.wordpress.com/?p=3#comment-25</guid>
		<description>Dear Anonymous Guy,

glad it&#039;s of help to you! 

You can have the image named the same as the folder name in stead of folder.jpg by changing this line of script:

file_put_contents(&quot;{$folder}/folder.jpg&quot;,$imageContents);  

to

file_put_contents(&quot;{$folder}/{$folder}.jpg&quot;,$imageContents);  

This way you would get an image like c:\map\to\thumbnailize\some_folder_name\some_folder_name.jpg

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Dear Anonymous Guy,</p>
<p>glad it&#8217;s of help to you! </p>
<p>You can have the image named the same as the folder name in stead of folder.jpg by changing this line of script:</p>
<p>file_put_contents(&#8220;{$folder}/folder.jpg&#8221;,$imageContents);  </p>
<p>to</p>
<p>file_put_contents(&#8220;{$folder}/{$folder}.jpg&#8221;,$imageContents);  </p>
<p>This way you would get an image like c:\map\to\thumbnailize\some_folder_name\some_folder_name.jpg</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://bosmeeuw.wordpress.com/2008/07/12/batch-downloading-cover-art-with-php-and-google-image-search/#comment-24</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Fri, 01 Aug 2008 11:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://bosmeeuw.wordpress.com/?p=3#comment-24</guid>
		<description>This is a brilliant little script, not just for mp3s may I add ;)

I used a text file (line seperated) with a list of folders I wanted created and then ran this:

FOR /F &quot;delims=~&quot; %f in (FolderList.txt) DO MD &quot;%f&quot; 

Which creates all the folders in the directory you run it from.

I then ran your helpful script to get images for every folder :) Can be used for just about anything! 

One question I must ask though...is there anyway to make it so the images are named the same as the folder???

Thanks dude!</description>
		<content:encoded><![CDATA[<p>This is a brilliant little script, not just for mp3s may I add ;)</p>
<p>I used a text file (line seperated) with a list of folders I wanted created and then ran this:</p>
<p>FOR /F &#8220;delims=~&#8221; %f in (FolderList.txt) DO MD &#8220;%f&#8221; </p>
<p>Which creates all the folders in the directory you run it from.</p>
<p>I then ran your helpful script to get images for every folder :) Can be used for just about anything! </p>
<p>One question I must ask though&#8230;is there anyway to make it so the images are named the same as the folder???</p>
<p>Thanks dude!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
