<?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: Easy-peasy podcasting</title>
	<atom:link href="http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/</link>
	<description>Christopher Finke is a software engineer who builds high-traffic websites (like AOL Shopping and Mahalo.com) and develops browser add-ons (like ScribeFire, TwitterBar, FireFound, and Tapsure) to enhance the Web.</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:27:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: qbic</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-103978</link>
		<dc:creator>qbic</dc:creator>
		<pubDate>Wed, 03 Dec 2008 00:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-103978</guid>
		<description>gives me internel server error...

any ideas?</description>
		<content:encoded><![CDATA[<p>gives me internel server error&#8230;</p>
<p>any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: komputery bydgoszcz</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-34365</link>
		<dc:creator>komputery bydgoszcz</dc:creator>
		<pubDate>Tue, 06 Nov 2007 21:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-34365</guid>
		<description>We are programing group form poland.</description>
		<content:encoded><![CDATA[<p>We are programing group form poland.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan Mendoza</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-30986</link>
		<dc:creator>Bryan Mendoza</dc:creator>
		<pubDate>Fri, 21 Sep 2007 21:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-30986</guid>
		<description>This is the first script I&#039;ve been able to get working on our poor beatup server.  Any chance you could tell me how to read ID3 tags or some way to add a description/title for each file?  I&#039;d like to make it simple enough that our intern can update this stuff via web form...</description>
		<content:encoded><![CDATA[<p>This is the first script I&#8217;ve been able to get working on our poor beatup server.  Any chance you could tell me how to read ID3 tags or some way to add a description/title for each file?  I&#8217;d like to make it simple enough that our intern can update this stuff via web form&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Finke</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-30908</link>
		<dc:creator>Christopher Finke</dc:creator>
		<pubDate>Thu, 20 Sep 2007 20:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-30908</guid>
		<description>Softsled: you could replace this line:

echo htmlentities($file);

with

echo htmlentities(str_replace(&quot;_&quot;,&quot; &quot;,strrev(array_pop(explode(&quot;.&quot;, strrev($file), 2)))));

(Haven&#039;t tested that, but it should work.  There are other ways as well, but this once came to mind  first.)</description>
		<content:encoded><![CDATA[<p>Softsled: you could replace this line:</p>
<p>echo htmlentities($file);</p>
<p>with</p>
<p>echo htmlentities(str_replace(&#8220;_&#8221;,&#8221; &#8220;,strrev(array_pop(explode(&#8220;.&#8221;, strrev($file), 2)))));</p>
<p>(Haven&#8217;t tested that, but it should work.  There are other ways as well, but this once came to mind  first.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Softsled</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-30849</link>
		<dc:creator>Softsled</dc:creator>
		<pubDate>Thu, 20 Sep 2007 03:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-30849</guid>
		<description>Nice script.  I will find a good use for it.  One question though.  
(I am wanting to drop some php redirect files in the  directory so I can create a custom feed for the content that I choose.)
Let&#039;s say I wanted the title to read &quot;Chris Finke Rocks&quot;, but my file is actually &quot;Chris_Finke_Rocks.php&quot;.  How hard would it be to remove the &quot;_&quot; and replace it with a space, and also remove the .php extension?  So basically, I want to create a title based on the filename but retain the correct url to the file.</description>
		<content:encoded><![CDATA[<p>Nice script.  I will find a good use for it.  One question though.<br />
(I am wanting to drop some php redirect files in the  directory so I can create a custom feed for the content that I choose.)<br />
Let&#8217;s say I wanted the title to read &#8220;Chris Finke Rocks&#8221;, but my file is actually &#8220;Chris_Finke_Rocks.php&#8221;.  How hard would it be to remove the &#8220;_&#8221; and replace it with a space, and also remove the .php extension?  So basically, I want to create a title based on the filename but retain the correct url to the file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Softsled</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-29423</link>
		<dc:creator>Softsled</dc:creator>
		<pubDate>Thu, 06 Sep 2007 09:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-29423</guid>
		<description>Thanks for the script.  I just love running across little gems like this.</description>
		<content:encoded><![CDATA[<p>Thanks for the script.  I just love running across little gems like this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

