<?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: Automate Artist Image Downloads</title>
	<atom:link href="http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads</link>
	<description>Foo for thought</description>
	<pubDate>Tue, 06 Jan 2009 03:10:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: verymagicfellow</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-1894</link>
		<dc:creator>verymagicfellow</dc:creator>
		<pubDate>Fri, 14 Sep 2007 14:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-1894</guid>
		<description>hello, i can't seem to get this to work.
i get it to download the image
but then when i try to view it, my image viewer says it's not a valid file...am i doing something wrong ?
also,
"C:\program files\foobar2000\artistimagebig.exe" "$replace(%_path%,%_filename_ext%,)%artist%"
should put the image in the folder of the artist you are trying to get.</description>
		<content:encoded><![CDATA[<p>hello, i can&#8217;t seem to get this to work.<br />
i get it to download the image<br />
but then when i try to view it, my image viewer says it&#8217;s not a valid file&#8230;am i doing something wrong ?<br />
also,<br />
&#8220;C:\program files\foobar2000\artistimagebig.exe&#8221; &#8220;$replace(%_path%,%_filename_ext%,)%artist%&#8221;<br />
should put the image in the folder of the artist you are trying to get.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [tourist].Tam</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-1371</link>
		<dc:creator>[tourist].Tam</dc:creator>
		<pubDate>Mon, 30 Jul 2007 20:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-1371</guid>
		<description>How do you get to fetch the album as well ?</description>
		<content:encoded><![CDATA[<p>How do you get to fetch the album as well ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FofR</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-602</link>
		<dc:creator>FofR</dc:creator>
		<pubDate>Tue, 12 Jun 2007 15:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-602</guid>
		<description>I'll update the script in a short while.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll update the script in a short while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FofR</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-601</link>
		<dc:creator>FofR</dc:creator>
		<pubDate>Tue, 12 Jun 2007 15:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-601</guid>
		<description>A cumbersome way of doing that would be to make and run a little batch script that copies the artistimagebig.exe file to the appropriate folder, executes it, then deletes it. Shouldn't be too difficult. Though there may be problems in presenting special characters in the batch file.</description>
		<content:encoded><![CDATA[<p>A cumbersome way of doing that would be to make and run a little batch script that copies the artistimagebig.exe file to the appropriate folder, executes it, then deletes it. Shouldn&#8217;t be too difficult. Though there may be problems in presenting special characters in the batch file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SaintofKillers</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-600</link>
		<dc:creator>SaintofKillers</dc:creator>
		<pubDate>Tue, 12 Jun 2007 07:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-600</guid>
		<description>Word, Nathan. If this program can download the artist images directly to the artist's respective folder, this would rock even more. It makes me look less of an obsessive-compulsive prick, too. Heh.</description>
		<content:encoded><![CDATA[<p>Word, Nathan. If this program can download the artist images directly to the artist&#8217;s respective folder, this would rock even more. It makes me look less of an obsessive-compulsive prick, too. Heh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scrollop</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-541</link>
		<dc:creator>Scrollop</dc:creator>
		<pubDate>Fri, 01 Jun 2007 21:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-541</guid>
		<description>Try using the command line:

"C:\Program Files\Foobar2000\Artists\artistimagebig.exe" $replace($replace(%artist%, ," "),&#38;,and)

so instead of using + the file names outputed use " " (ie. spaces).

Nice program!</description>
		<content:encoded><![CDATA[<p>Try using the command line:</p>
<p>&#8220;C:\Program Files\Foobar2000\Artists\artistimagebig.exe&#8221; $replace($replace(%artist%, ,&#8221; &#8220;),&amp;,and)</p>
<p>so instead of using + the file names outputed use &#8221; &#8221; (ie. spaces).</p>
<p>Nice program!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FofR</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-538</link>
		<dc:creator>FofR</dc:creator>
		<pubDate>Fri, 01 Jun 2007 10:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-538</guid>
		<description>These problems are mostly a limitation of PanelsUI I am afraid - its not possible to grab image dimensions.

I'll look into the big/small thing.</description>
		<content:encoded><![CDATA[<p>These problems are mostly a limitation of PanelsUI I am afraid - its not possible to grab image dimensions.</p>
<p>I&#8217;ll look into the big/small thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WWNSX</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-536</link>
		<dc:creator>WWNSX</dc:creator>
		<pubDate>Thu, 31 May 2007 22:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-536</guid>
		<description>Okay While this works it only works part of the Time at least for me. I followed the instructions and finally got it to work but foobar or whatever it uses to display the artist image will not recognize it if i left the + in the sting so I removed it. 

That seemed to help but now if some images do not fit a exact even width x height format maybe (180 x180 and not something like 123x180 because that it doesn't seem to display odd pixel numbered images ) it won't display the and also you have to pause and then un-pause the music to have the image display. 

Maybe having some setting to resize the image to whatever is downloaded would be good and also configure it to read the images when they're format with the plus for example it won't read a image that is "yoko+kanno.jpg" but if it's "yokokanno.jpg" it'll read the image.

I'd also like to see a setting is possible so you can use Artist image big or Artist image Thumb so if you format a file as "Yoko+Kanno+Big.jpg" and "Yoko+Kanno+Thumb.jpg" you can switch between using large and small images.</description>
		<content:encoded><![CDATA[<p>Okay While this works it only works part of the Time at least for me. I followed the instructions and finally got it to work but foobar or whatever it uses to display the artist image will not recognize it if i left the + in the sting so I removed it. </p>
<p>That seemed to help but now if some images do not fit a exact even width x height format maybe (180 x180 and not something like 123&#215;180 because that it doesn&#8217;t seem to display odd pixel numbered images ) it won&#8217;t display the and also you have to pause and then un-pause the music to have the image display. </p>
<p>Maybe having some setting to resize the image to whatever is downloaded would be good and also configure it to read the images when they&#8217;re format with the plus for example it won&#8217;t read a image that is &#8220;yoko+kanno.jpg&#8221; but if it&#8217;s &#8220;yokokanno.jpg&#8221; it&#8217;ll read the image.</p>
<p>I&#8217;d also like to see a setting is possible so you can use Artist image big or Artist image Thumb so if you format a file as &#8220;Yoko+Kanno+Big.jpg&#8221; and &#8220;Yoko+Kanno+Thumb.jpg&#8221; you can switch between using large and small images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolej</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-363</link>
		<dc:creator>toolej</dc:creator>
		<pubDate>Wed, 02 May 2007 23:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-363</guid>
		<description>I can't remember, is there a program like this for album images?

Latarz.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t remember, is there a program like this for album images?</p>
<p>Latarz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://www.fooblog2000.com/2007-02/automate-artist-image-downloads/comment-page-1#comment-108</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Wed, 07 Mar 2007 14:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/2007-02/automate-artist-image-downloads#comment-108</guid>
		<description>This program is very nice! Thnx for making :)
I have assigned a run service in foobar2000 of this:
"C:\Program Files\foobar2000\artistimagebig.exe" "$replace($replace(%artist%, ,+),&#38;,and)"

This downloads the artist image to my foobar2000 directory. 
Is there any way of getting the image to download to the folder where the mp3 is stored?

Sorry if you have already explained this above. Still new at all this stuff.

Thnx</description>
		<content:encoded><![CDATA[<p>This program is very nice! Thnx for making <img src='http://www.fooblog2000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I have assigned a run service in foobar2000 of this:<br />
&#8220;C:\Program Files\foobar2000\artistimagebig.exe&#8221; &#8220;$replace($replace(%artist%, ,+),&amp;,and)&#8221;</p>
<p>This downloads the artist image to my foobar2000 directory.<br />
Is there any way of getting the image to download to the folder where the mp3 is stored?</p>
<p>Sorry if you have already explained this above. Still new at all this stuff.</p>
<p>Thnx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
