<?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: FofR Configuration Guide</title>
	<atom:link href="http://www.fooblog2000.com/fofr-configuration-guide/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fooblog2000.com</link>
	<description>Foo for thought</description>
	<lastBuildDate>Sat, 05 Jul 2008 15:09:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: OGWilson</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-6883</link>
		<dc:creator>OGWilson</dc:creator>
		<pubDate>Wed, 13 Feb 2008 07:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-6883</guid>
		<description>Hi can someone help me get this working? I really having problems. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi can someone help me get this working? I really having problems. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coco</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-6327</link>
		<dc:creator>Coco</dc:creator>
		<pubDate>Fri, 01 Feb 2008 18:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-6327</guid>
		<description>Sorry, I mean to have an equalizer with an appearance similar to Fofr, the original equalizer is very lousy
Thanks</description>
		<content:encoded><![CDATA[<p>Sorry, I mean to have an equalizer with an appearance similar to Fofr, the original equalizer is very lousy<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coco</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-6317</link>
		<dc:creator>Coco</dc:creator>
		<pubDate>Fri, 01 Feb 2008 13:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-6317</guid>
		<description>Hi, 
Is it possible to add an equalizer (I´m very new with foobar, and I donwloaded Fofr yesterday)
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Is it possible to add an equalizer (I´m very new with foobar, and I donwloaded Fofr yesterday)<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruediger</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-4868</link>
		<dc:creator>Ruediger</dc:creator>
		<pubDate>Fri, 28 Dec 2007 09:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-4868</guid>
		<description>Great it works! Thanks a lot for offering FofR! :)

My hint for WinXP users, who don´t possess Calibri fonts: Install MS PowerPoint Viewer 2007 (freeware) and you will get automatically the Calibri fonts. http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en

Therefore please change the Calibri fonts link. http://blogwindows.wordpress.com/2007/01/08/novo-vista-fonts/
This link doesn´t work anymore. Probably Microsft has stopped the transfer.</description>
		<content:encoded><![CDATA[<p>Great it works! Thanks a lot for offering FofR! <img src='http://www.fooblog2000.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My hint for WinXP users, who don´t possess Calibri fonts: Install MS PowerPoint Viewer 2007 (freeware) and you will get automatically the Calibri fonts. <a href="http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?familyid=048DC840-14E1-467D-8DCA-19D2A8FD7485&amp;displaylang=en</a></p>
<p>Therefore please change the Calibri fonts link. <a href="http://blogwindows.wordpress.com/2007/01/08/novo-vista-fonts/" rel="nofollow">http://blogwindows.wordpress.com/2007/01/08/novo-vista-fonts/</a><br />
This link doesn´t work anymore. Probably Microsft has stopped the transfer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suron</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-3786</link>
		<dc:creator>Suron</dc:creator>
		<pubDate>Wed, 05 Dec 2007 20:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-3786</guid>
		<description>The solution given by Robson is valid, but is easier the way he tried before...

The problem is that &quot;../&quot; means nothing but &quot;..\&quot; is the correct way

Replace
$puts(artistPath,$replace(%path%,%filename_ext%,artist.*))
with
$puts(artistPath,$replace(%path%,%filename_ext%,..\artist.*))
Should work

At least, it works for me, on a structure Artist\Album\Songs.mp3</description>
		<content:encoded><![CDATA[<p>The solution given by Robson is valid, but is easier the way he tried before&#8230;</p>
<p>The problem is that &#8220;../&#8221; means nothing but &#8220;..\&#8221; is the correct way</p>
<p>Replace<br />
$puts(artistPath,$replace(%path%,%filename_ext%,artist.*))<br />
with<br />
$puts(artistPath,$replace(%path%,%filename_ext%,..\artist.*))<br />
Should work</p>
<p>At least, it works for me, on a structure Artist\Album\Songs.mp3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FrankZabbath</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-3780</link>
		<dc:creator>FrankZabbath</dc:creator>
		<pubDate>Wed, 05 Dec 2007 18:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-3780</guid>
		<description>Hi there! First of all thanks a lot for this amazing theme and this fine blog! As a total foobar2k newbie I pulled my hair out for over an hour to get alternative filenames for cover artwork working. The result isn&#039;t quite optimal yet, as for the selection and priorities of the actual filename filters. But that&#039;s a thing to be fine tuned.

My solution works by checking if the filenames defined by the filters (from first line to the last) are existing. It stops if one file is found.

Here&#039;s the complete code for User Globals (only coverPath lines are relevant for this regard of course):
$puts(coverPath,$replace(%path%,%filename_ext%,folder.*))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,cover.*)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*front.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*front*.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*cover.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*cover*.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,00*.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*%album%.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*%album%*.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*.jpg)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*.png)))
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*.bmp)))
$puts(artistPath,C:\Programme\foobar2000\artist_images\%artist%.*)
$puts(userFont,Tahoma)
$puts(userFontSize,9)</description>
		<content:encoded><![CDATA[<p>Hi there! First of all thanks a lot for this amazing theme and this fine blog! As a total foobar2k newbie I pulled my hair out for over an hour to get alternative filenames for cover artwork working. The result isn&#8217;t quite optimal yet, as for the selection and priorities of the actual filename filters. But that&#8217;s a thing to be fine tuned.</p>
<p>My solution works by checking if the filenames defined by the filters (from first line to the last) are existing. It stops if one file is found.</p>
<p>Here&#8217;s the complete code for User Globals (only coverPath lines are relevant for this regard of course):<br />
$puts(coverPath,$replace(%path%,%filename_ext%,folder.*))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,cover.*)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*front.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*front*.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*cover.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*cover*.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,00*.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*%album%.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*%album%*.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*.jpg)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*.png)))<br />
$if($not($fileexists($get(coverPath))),$puts(coverPath,$replace(%path%,%filename_ext%,*.bmp)))<br />
$puts(artistPath,C:\Programme\foobar2000\artist_images\%artist%.*)<br />
$puts(userFont,Tahoma)<br />
$puts(userFontSize,9)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holic87</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-2297</link>
		<dc:creator>Holic87</dc:creator>
		<pubDate>Sat, 10 Nov 2007 22:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-2297</guid>
		<description>Hey get setup, but I was just wondering if it is possible to get fb2k to read album art that&#039;s embedded in ID3v2 tags instead of from folder.*? Thanks.</description>
		<content:encoded><![CDATA[<p>Hey get setup, but I was just wondering if it is possible to get fb2k to read album art that&#8217;s embedded in ID3v2 tags instead of from folder.*? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZakkWylde</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-2195</link>
		<dc:creator>ZakkWylde</dc:creator>
		<pubDate>Mon, 05 Nov 2007 12:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-2195</guid>
		<description>-------- HI ---------

i can&#039;t figure out how to use the Egoh Spectrum.
It won&#039;t appear. 

&lt;a href=&quot;http://www.picoodle.com/view.php?img=/5/11/5/f_HowToSpectrm_b68d7c5.jpg&amp;srv=img40&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;

Can anyone help?</description>
		<content:encoded><![CDATA[<p>&#8212;&#8212;&#8211; HI &#8212;&#8212;&#8212;</p>
<p>i can&#8217;t figure out how to use the Egoh Spectrum.<br />
It won&#8217;t appear. </p>
<p><a href="http://www.picoodle.com/view.php?img=/5/11/5/f_HowToSpectrm_b68d7c5.jpg&amp;srv=img40" rel="nofollow"></a></p>
<p>Can anyone help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Koldunas</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-2164</link>
		<dc:creator>Koldunas</dc:creator>
		<pubDate>Fri, 02 Nov 2007 22:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-2164</guid>
		<description>Really dude. Buggy, a lot of work to install, hard to configure and uncomfortable to use. :( Disappointed.</description>
		<content:encoded><![CDATA[<p>Really dude. Buggy, a lot of work to install, hard to configure and uncomfortable to use. <img src='http://www.fooblog2000.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Disappointed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZakkNorther</title>
		<link>http://www.fooblog2000.com/fofr-configuration-guide/comment-page-1#comment-2131</link>
		<dc:creator>ZakkNorther</dc:creator>
		<pubDate>Thu, 25 Oct 2007 18:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.fooblog2000.com/fofr-configuration-guide/#comment-2131</guid>
		<description>yea i got same questions too..

i dont know how to config Foobar2000 at all, like 
how do i change the album cover? 
how do i add lyrics?
how do i change the display of your theme? 

And THANKS for the theme. i thought Foobar2000 sucked coz i didnt know it can be themed.. hahaha...</description>
		<content:encoded><![CDATA[<p>yea i got same questions too..</p>
<p>i dont know how to config Foobar2000 at all, like<br />
how do i change the album cover?<br />
how do i add lyrics?<br />
how do i change the display of your theme? </p>
<p>And THANKS for the theme. i thought Foobar2000 sucked coz i didnt know it can be themed.. hahaha&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.101 seconds -->
