<?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 for Peapod</title>
	<atom:link href="http://www.peapodpy.org.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peapodpy.org.uk</link>
	<description>A Podcatcher that just works.</description>
	<lastBuildDate>Sun, 25 Dec 2011 19:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Using peapod by rss command line downloader.. no viable solution found yet</title>
		<link>http://www.peapodpy.org.uk/using-peapod/comment-page-1/#comment-21232</link>
		<dc:creator>rss command line downloader.. no viable solution found yet</dc:creator>
		<pubDate>Sun, 25 Dec 2011 19:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org/?page_id=6#comment-21232</guid>
		<description>[...] can&#039;t speak about of these. But here are some. http://www.buzzmaven.com/podcast-software-list.html http://www.peapodpy.org.uk/using-peapod/ http://www.newsbeuter.org/ http://blog.davidron.com/2009/08/acc...d-line_09.html [...]</description>
		<content:encoded><![CDATA[<p>[...] can&#039;t speak about of these. But here are some. <a href="http://www.buzzmaven.com/podcast-software-list.html" rel="nofollow">http://www.buzzmaven.com/podcast-software-list.html</a> <a href="http://www.peapodpy.org.uk/using-peapod/" rel="nofollow">http://www.peapodpy.org.uk/using-peapod/</a> <a href="http://www.newsbeuter.org/" rel="nofollow">http://www.newsbeuter.org/</a> <a href="http://blog.davidron.com/2009/08/acc" rel="nofollow">http://blog.davidron.com/2009/08/acc</a>&#8230;d-line_09.html [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Chris</title>
		<link>http://www.peapodpy.org.uk/about/comment-page-1/#comment-10392</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 11 Aug 2010 08:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org/about/#comment-10392</guid>
		<description>Hats off to the producers of this excellent podcatcher.  I tried many potential candidates with Peapod being one of the few that worked as it should.  The rewriting of ID3 tags (essential with Podcasts) works like a charm - pay attention to the dependencies and ignore the &quot;popen2 module is deprecated&quot; comment when running.</description>
		<content:encoded><![CDATA[<p>Hats off to the producers of this excellent podcatcher.  I tried many potential candidates with Peapod being one of the few that worked as it should.  The rewriting of ID3 tags (essential with Podcasts) works like a charm &#8211; pay attention to the dependencies and ignore the &#8220;popen2 module is deprecated&#8221; comment when running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Involved by Allan Metts</title>
		<link>http://www.peapodpy.org.uk/get-involved/comment-page-1/#comment-9733</link>
		<dc:creator>Allan Metts</dc:creator>
		<pubDate>Tue, 06 Apr 2010 20:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org/get-involved/#comment-9733</guid>
		<description>For some reason, I was ending up with line breaks in my feed.log file, which caused &quot;index out of range&quot; errors when I next ran the application -- because some of the tokens in the feed entry were ending up on the next line.

I fixed my issue by making three changes to Peapod/peapod.py (essentially just adding string.strip() whereever the url was written in the feed.log file):

195c195
             self.feedlog = &quot;%s&#124;&#124;None&#124;&#124;None\n&quot; % ( self.url )
205c205
             self.feedlog = self.feedlog + &quot;%s&#124;&#124;%s&#124;&#124;%s\n&quot; % ( self.url, feed_etag, feed_modified )
298c298
                 self.feedlog = self.feedlog + &quot;%s&#124;&#124;%s&#124;&#124;%s\n&quot; % ( self.url, self.feedLogDict[self.url][&quot;e-tag&quot;], self.feedLogDict[self.url][&quot;modified&quot;] )</description>
		<content:encoded><![CDATA[<p>For some reason, I was ending up with line breaks in my feed.log file, which caused &#8220;index out of range&#8221; errors when I next ran the application &#8212; because some of the tokens in the feed entry were ending up on the next line.</p>
<p>I fixed my issue by making three changes to Peapod/peapod.py (essentially just adding string.strip() whereever the url was written in the feed.log file):</p>
<p>195c195<br />
             self.feedlog = &#8220;%s||None||None\n&#8221; % ( self.url )<br />
205c205<br />
             self.feedlog = self.feedlog + &#8220;%s||%s||%s\n&#8221; % ( self.url, feed_etag, feed_modified )<br />
298c298<br />
                 self.feedlog = self.feedlog + &#8220;%s||%s||%s\n&#8221; % ( self.url, self.feedLogDict[self.url]["e-tag"], self.feedLogDict[self.url]["modified"] )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting in Touch by Huw</title>
		<link>http://www.peapodpy.org.uk/getting-in-touch/comment-page-1/#comment-9351</link>
		<dc:creator>Huw</dc:creator>
		<pubDate>Wed, 02 Dec 2009 21:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org/getting-in-touch/#comment-9351</guid>
		<description>The code is there for you to read. A large company would have to validate the code itself or pay someone to validate it for them.

Like most open software Peapod is offered without warranty or guarantee.</description>
		<content:encoded><![CDATA[<p>The code is there for you to read. A large company would have to validate the code itself or pay someone to validate it for them.</p>
<p>Like most open software Peapod is offered without warranty or guarantee.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting in Touch by James</title>
		<link>http://www.peapodpy.org.uk/getting-in-touch/comment-page-1/#comment-9344</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 29 Nov 2009 23:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org/getting-in-touch/#comment-9344</guid>
		<description>Hey

Does peapod contain malicious code?

Is there anyway I can be sure it doesn&#039;t?

Is there anyway I could prove this to a large company?

Thank you</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>Does peapod contain malicious code?</p>
<p>Is there anyway I can be sure it doesn&#8217;t?</p>
<p>Is there anyway I could prove this to a large company?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Peapod 0.7.2 &#8211; xml is mysterious by Huw</title>
		<link>http://www.peapodpy.org.uk/2008/06/11/peapod-072-xml-is-mysterious/comment-page-1/#comment-9244</link>
		<dc:creator>Huw</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org.uk/?p=33#comment-9244</guid>
		<description>Yes, popen will be going away in Python 3. We will release a new version before then that uses subprocess. 

These are just warnings they can be ignored for now.

Thanks,
Huw</description>
		<content:encoded><![CDATA[<p>Yes, popen will be going away in Python 3. We will release a new version before then that uses subprocess. </p>
<p>These are just warnings they can be ignored for now.</p>
<p>Thanks,<br />
Huw</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Peapod 0.7.2 &#8211; xml is mysterious by Endmoräne</title>
		<link>http://www.peapodpy.org.uk/2008/06/11/peapod-072-xml-is-mysterious/comment-page-1/#comment-9175</link>
		<dc:creator>Endmoräne</dc:creator>
		<pubDate>Wed, 07 Oct 2009 11:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org.uk/?p=33#comment-9175</guid>
		<description>Hey! I got these errors:

./peapod-0.7.2/Peapod/tagging.py:21: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  from popen2 import Popen3

/usr/lib/python2.6/site-packages/BitTorrent/download.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  from sha import sha

Endmoräne</description>
		<content:encoded><![CDATA[<p>Hey! I got these errors:</p>
<p>./peapod-0.7.2/Peapod/tagging.py:21: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.<br />
  from popen2 import Popen3</p>
<p>/usr/lib/python2.6/site-packages/BitTorrent/download.py:22: DeprecationWarning: the sha module is deprecated; use the hashlib module instead<br />
  from sha import sha</p>
<p>Endmoräne</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Peapod 0.7.2 &#8211; xml is mysterious by timetrap</title>
		<link>http://www.peapodpy.org.uk/2008/06/11/peapod-072-xml-is-mysterious/comment-page-1/#comment-8570</link>
		<dc:creator>timetrap</dc:creator>
		<pubDate>Sun, 28 Dec 2008 16:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org.uk/?p=33#comment-8570</guid>
		<description>I also created an Arch Linux Package: http://bbs.archlinux.org/viewtopic.php?pid=470865</description>
		<content:encoded><![CDATA[<p>I also created an Arch Linux Package: <a href="http://bbs.archlinux.org/viewtopic.php?pid=470865" rel="nofollow">http://bbs.archlinux.org/viewtopic.php?pid=470865</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Peapod 0.7.2 &#8211; xml is mysterious by timetrap</title>
		<link>http://www.peapodpy.org.uk/2008/06/11/peapod-072-xml-is-mysterious/comment-page-1/#comment-8569</link>
		<dc:creator>timetrap</dc:creator>
		<pubDate>Sat, 27 Dec 2008 03:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org.uk/?p=33#comment-8569</guid>
		<description>Your setup.py file is missing the Peapod.download script. I uploaded a fixed version here: http://pastebin.com/f2412859d</description>
		<content:encoded><![CDATA[<p>Your setup.py file is missing the Peapod.download script. I uploaded a fixed version here: <a href="http://pastebin.com/f2412859d" rel="nofollow">http://pastebin.com/f2412859d</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration by Meandering thoughts &#187; Blog Archive &#187; Setting up peapod - a pod catcher</title>
		<link>http://www.peapodpy.org.uk/configuration/comment-page-1/#comment-8325</link>
		<dc:creator>Meandering thoughts &#187; Blog Archive &#187; Setting up peapod - a pod catcher</dc:creator>
		<pubDate>Fri, 12 Sep 2008 21:43:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.peapodpy.org/configuration/#comment-8325</guid>
		<description>[...] up on the very sparse document on configuration. Essentially you get a default config in ~/.peapod/peapod.xml after you run peapod the first [...]</description>
		<content:encoded><![CDATA[<p>[...] up on the very sparse document on configuration. Essentially you get a default config in ~/.peapod/peapod.xml after you run peapod the first [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

