<?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: 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 at Mahalo. He is available for birthday parties and bar mitzvahs.</description>
	<pubDate>Sun, 20 Jul 2008 15:22:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<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'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'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'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'd like to make it simple enough that our intern can update this stuff via web form...</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("_"," ",strrev(array_pop(explode(".", strrev($file), 2)))));

(Haven'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("_"," ",strrev(array_pop(explode(".", strrev($file), 2)))));</p>
<p>(Haven'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's say I wanted the title to read "Chris Finke Rocks", but my file is actually "Chris_Finke_Rocks.php".  How hard would it be to remove the "_" 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's say I wanted the title to read "Chris Finke Rocks", but my file is actually "Chris_Finke_Rocks.php".  How hard would it be to remove the "_" 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>
	<item>
		<title>By: RobotSkirts &#187; Blog Archive &#187; Easy-peasy podcasting</title>
		<link>http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-29043</link>
		<dc:creator>RobotSkirts &#187; Blog Archive &#187; Easy-peasy podcasting</dc:creator>
		<pubDate>Mon, 03 Sep 2007 03:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisfinke.com/2007/09/02/easy-peasy-podcasting/#comment-29043</guid>
		<description>[...] Easy-peasy podcasting Kick ass! Thanks again Chris. [...]</description>
		<content:encoded><![CDATA[<p>[...] Easy-peasy podcasting Kick ass! Thanks again Chris. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
