<?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: GoldenPod</title>
	<atom:link href="http://blog.zerodogg.org/2005/10/08/goldenpod/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zerodogg.org/2005/10/08/goldenpod/</link>
	<description>Geeky comments on geeky things</description>
	<lastBuildDate>Wed, 06 Apr 2011 13:50:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: PhatBob55</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-31327</link>
		<dc:creator>PhatBob55</dc:creator>
		<pubDate>Thu, 20 Dec 2007 11:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-31327</guid>
		<description>Hi

Just started to use Goldenpod, I am having trouble trying to integrate it with cron. 

my cron tab entry for goldenpod is :

04 3,11 * * *   root    goldenpod -f
(which is just really a test, as I was wanting it to run at 11:04 (and then again at 03:04)

the mail log for the entry stated that the download failed, and that Curl exited with return value 6. What does this mean? What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Just started to use Goldenpod, I am having trouble trying to integrate it with cron. </p>
<p>my cron tab entry for goldenpod is :</p>
<p>04 3,11 * * *   root    goldenpod -f<br />
(which is just really a test, as I was wanting it to run at 11:04 (and then again at 03:04)</p>
<p>the mail log for the entry stated that the download failed, and that Curl exited with return value 6. What does this mean? What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-281</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 07 Feb 2006 16:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-281</guid>
		<description>Thanks for responding so promptly! ...and I&#039;ve noted your request concerning where to go for help next time. I certainly appreciate your effort. :)</description>
		<content:encoded><![CDATA[<p>Thanks for responding so promptly! &#8230;and I&#8217;ve noted your request concerning where to go for help next time. I certainly appreciate your effort. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-280</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Tue, 07 Feb 2006 16:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-280</guid>
		<description>Please post support requests at https://savannah.nongnu.org/support/?group=goldenpod

goldenpod.conf should be autogenerated by goldenpod and placed at ~/.goldenpod/goldenpod.conf

The default looks like this:

# GoldenPod configuration file
# Do NOT put podcast feed URLs in this file! Put them in podcasts.conf

# The directory the podcasts will be downloaded to
# This is only used if there is no ./podcasts.conf or ./bp.conf
# If one those are present WorkingDir will be ./
$WorkingDir = &quot;/home/zerodogg/Podcasts&quot;;

# The default verbosity, anything other than 0 means verbose
$DefaultVerbosity = &quot;1&quot;;

# Set this to a regular expression you want goldenpod to ignore when downloading
# or copying podcasts. --ignore-pattern overrides this and --rmold only obeys --ignore-pattern, not this configuration setting.
$IgnorePattern = &quot;&quot;;

# Set this to 1 if you want GoldenPod only to download audio feeds
$PodcastFilter = &quot;0&quot;;</description>
		<content:encoded><![CDATA[<p>Please post support requests at <a href="https://savannah.nongnu.org/support/?group=goldenpod" rel="nofollow">https://savannah.nongnu.org/support/?group=goldenpod</a></p>
<p>goldenpod.conf should be autogenerated by goldenpod and placed at ~/.goldenpod/goldenpod.conf</p>
<p>The default looks like this:</p>
<p># GoldenPod configuration file<br />
# Do NOT put podcast feed URLs in this file! Put them in podcasts.conf</p>
<p># The directory the podcasts will be downloaded to<br />
# This is only used if there is no ./podcasts.conf or ./bp.conf<br />
# If one those are present WorkingDir will be ./<br />
$WorkingDir = &#8220;/home/zerodogg/Podcasts&#8221;;</p>
<p># The default verbosity, anything other than 0 means verbose<br />
$DefaultVerbosity = &#8220;1&#8243;;</p>
<p># Set this to a regular expression you want goldenpod to ignore when downloading<br />
# or copying podcasts. &#8211;ignore-pattern overrides this and &#8211;rmold only obeys &#8211;ignore-pattern, not this configuration setting.<br />
$IgnorePattern = &#8220;&#8221;;</p>
<p># Set this to 1 if you want GoldenPod only to download audio feeds<br />
$PodcastFilter = &#8220;0&#8243;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-279</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Tue, 07 Feb 2006 15:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-279</guid>
		<description>I&#039;m feeling REALLY foolish. I&#039;ve read the man page over and over...goldenpod.conf should be self explanatory...

I&#039;ve missed something, there is no sample in the tar ball and I haven&#039;t found an example by googling it. I&#039;m sorry to be so ignorant but could you please tell me what that file should look like?  Thanks for your effort!</description>
		<content:encoded><![CDATA[<p>I&#8217;m feeling REALLY foolish. I&#8217;ve read the man page over and over&#8230;goldenpod.conf should be self explanatory&#8230;</p>
<p>I&#8217;ve missed something, there is no sample in the tar ball and I haven&#8217;t found an example by googling it. I&#8217;m sorry to be so ignorant but could you please tell me what that file should look like?  Thanks for your effort!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-260</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Sat, 28 Jan 2006 17:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-260</guid>
		<description>Remember, Windows doesn&#039;t know what symlinks are so smb shares them as real files not symlinks.</description>
		<content:encoded><![CDATA[<p>Remember, Windows doesn&#8217;t know what symlinks are so smb shares them as real files not symlinks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-259</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 28 Jan 2006 16:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-259</guid>
		<description>last line - shouldn&#039;t be an asterisk on the end. (Last comment. I swear!). Thank God these things are modereated.</description>
		<content:encoded><![CDATA[<p>last line &#8211; shouldn&#8217;t be an asterisk on the end. (Last comment. I swear!). Thank God these things are modereated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-258</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 28 Jan 2006 16:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-258</guid>
		<description>Sorry - I&#039;m hopelessly incompetent. The first command should be recursive rather than limited to a depth of 1 and the esecond command I had another typo in it (a stray asterisk). As corrected, the commands should read as follows:

#remove old golden pods
find &quot;$PODCAST_DIR\Goldenpod&quot; -regex .*mp3 -type f -mtime +3 -exec rm {} -f \;
#remove empty directories
find &quot;$PODCAST_DIR\Goldenpod&quot; -type d -exec rmdir --ignore-fail-on-non-empty {} * \;

I tested them and they work - failed to do that properly last time.</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; I&#8217;m hopelessly incompetent. The first command should be recursive rather than limited to a depth of 1 and the esecond command I had another typo in it (a stray asterisk). As corrected, the commands should read as follows:</p>
<p>#remove old golden pods<br />
find &#8220;$PODCAST_DIR\Goldenpod&#8221; -regex .*mp3 -type f -mtime +3 -exec rm {} -f \;<br />
#remove empty directories<br />
find &#8220;$PODCAST_DIR\Goldenpod&#8221; -type d -exec rmdir &#8211;ignore-fail-on-non-empty {} * \;</p>
<p>I tested them and they work &#8211; failed to do that properly last time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-257</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 28 Jan 2006 16:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-257</guid>
		<description>Sorry, second line had a typo - it should read:

#remove empty directories
find &quot;$PODCAST_DIR\Goldenpod&quot;  * -exec rmdir --ignore-fail-on-non-empty {} * \;</description>
		<content:encoded><![CDATA[<p>Sorry, second line had a typo &#8211; it should read:</p>
<p>#remove empty directories<br />
find &#8220;$PODCAST_DIR\Goldenpod&#8221;  * -exec rmdir &#8211;ignore-fail-on-non-empty {} * \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-256</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Sat, 28 Jan 2006 16:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-256</guid>
		<description>Wow - quick response. Ok but it is not showing as a symlink and in SAMBA windows seems to be counting it twice (maybe I&#039;m wrong on that but it does look like it&#039;s killing my drive). Anyway my solution to the old mp3&#039;s is just to run the following as a part of a cron script like the following (removes mp3&#039;s older than 3 days and deletes empty directories):
#remove old golden pods
find &quot;$PODCAST_DIR\Goldenpod&quot; -maxdepth 1 -regex .*mp3 -type f -mtime +3 -exec rm {} -f \;
#remove empty directories
find &quot;$PODCAST_DIR\Goldenpod&quot; find . * -exec rmdir --ignore-fail-on-non-empty {} * \;</description>
		<content:encoded><![CDATA[<p>Wow &#8211; quick response. Ok but it is not showing as a symlink and in SAMBA windows seems to be counting it twice (maybe I&#8217;m wrong on that but it does look like it&#8217;s killing my drive). Anyway my solution to the old mp3&#8242;s is just to run the following as a part of a cron script like the following (removes mp3&#8242;s older than 3 days and deletes empty directories):<br />
#remove old golden pods<br />
find &#8220;$PODCAST_DIR\Goldenpod&#8221; -maxdepth 1 -regex .*mp3 -type f -mtime +3 -exec rm {} -f \;<br />
#remove empty directories<br />
find &#8220;$PODCAST_DIR\Goldenpod&#8221; find . * -exec rmdir &#8211;ignore-fail-on-non-empty {} * \;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zero_Dogg</title>
		<link>http://blog.zerodogg.org/2005/10/08/goldenpod/comment-page-1/#comment-255</link>
		<dc:creator>Zero_Dogg</dc:creator>
		<pubDate>Sat, 28 Jan 2006 15:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iamaturtle.org/?p=21#comment-255</guid>
		<description>It keeps only one copy, the second one is a symlink to the other one. The docs are available in manpage format. Join the IRC channel #goldenfiles on irc.freenode.net for live help or report bugs at http://goldenpod.nongnu.org/</description>
		<content:encoded><![CDATA[<p>It keeps only one copy, the second one is a symlink to the other one. The docs are available in manpage format. Join the IRC channel #goldenfiles on irc.freenode.net for live help or report bugs at <a href="http://goldenpod.nongnu.org/" rel="nofollow">http://goldenpod.nongnu.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

