<?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 FW.Hardijzer.nl</title>
	<atom:link href="http://fw.hardijzer.nl/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://fw.hardijzer.nl</link>
	<description>My little corner of the giant intarwebz!</description>
	<lastBuildDate>Sat, 05 Dec 2009 21:06:24 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on My rtorrent setup by Noting</title>
		<link>http://fw.hardijzer.nl/?p=73&#038;cpage=1#comment-704</link>
		<dc:creator>Noting</dc:creator>
		<pubDate>Sat, 05 Dec 2009 21:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=73#comment-704</guid>
		<description>Just so you know rtorrent actually has inbuilt routines for some of what you want. Have a look here http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks in particular it will move incompleted files to completed directory after it has finished and various other cool things ;)</description>
		<content:encoded><![CDATA[<p>Just so you know rtorrent actually has inbuilt routines for some of what you want. Have a look here <a href="http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks" rel="nofollow">http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks</a> in particular it will move incompleted files to completed directory after it has finished and various other cool things <img src='http://fw.hardijzer.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LiveScratcher: Now what? by Dennijr</title>
		<link>http://fw.hardijzer.nl/?p=60&#038;cpage=1#comment-699</link>
		<dc:creator>Dennijr</dc:creator>
		<pubDate>Fri, 11 Sep 2009 16:50:40 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=60#comment-699</guid>
		<description>i would be interested in testing what you have worked on so far, you&#039;ve caught my attention :p</description>
		<content:encoded><![CDATA[<p>i would be interested in testing what you have worked on so far, you&#8217;ve caught my attention :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My rtorrent setup by Joris</title>
		<link>http://fw.hardijzer.nl/?p=73&#038;cpage=1#comment-698</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=73#comment-698</guid>
		<description>Interesting setup, I&#039;ll be using something similar for my machine.
I just noticed a minor flaw:

port_range = 12300-12400
...
dht_port = 12300

You might want to alter that port range to 12301, just for that 1% chance it picks the same port ;)</description>
		<content:encoded><![CDATA[<p>Interesting setup, I&#8217;ll be using something similar for my machine.<br />
I just noticed a minor flaw:</p>
<p>port_range = 12300-12400<br />
&#8230;<br />
dht_port = 12300</p>
<p>You might want to alter that port range to 12301, just for that 1% chance it picks the same port <img src='http://fw.hardijzer.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My rtorrent setup by Jeroen</title>
		<link>http://fw.hardijzer.nl/?p=73&#038;cpage=1#comment-691</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=73#comment-691</guid>
		<description>Great stuff!

I recently set up my own server and am using rtorrent on it.
However I was also annoyed by the mess in the overview and the .torrent files left behind.

Inspired by your scripts I started out applying them to my own situation.
Besides changing some directory paths in the scripts I figured out that I needed php-cli to get them running.

I tested the scripts by running them manually and everything worked fine. However when I ran rtorrent it gave me this message: 

&quot;Scheduled command failed: watch_directory: Bad return code.&quot;

After about two hours of messing around I changed:

&quot;schedule = watch_directory,10,10,&quot;execute=/directory/containing/scandump.sh;load_start=/directory/containing/*.torrent&quot;

To:

schedule = watch_directory,10,10,&quot;execute=/directory/containing/scandump.sh&quot;
schedule = watch_directory,15,15,&quot;load_start=/directory/containing/*.torrent&quot;

Which seemed to do the trick.

Thanks for posting this!

Regards,

Jeroen</description>
		<content:encoded><![CDATA[<p>Great stuff!</p>
<p>I recently set up my own server and am using rtorrent on it.<br />
However I was also annoyed by the mess in the overview and the .torrent files left behind.</p>
<p>Inspired by your scripts I started out applying them to my own situation.<br />
Besides changing some directory paths in the scripts I figured out that I needed php-cli to get them running.</p>
<p>I tested the scripts by running them manually and everything worked fine. However when I ran rtorrent it gave me this message: </p>
<p>&#8220;Scheduled command failed: watch_directory: Bad return code.&#8221;</p>
<p>After about two hours of messing around I changed:</p>
<p>&#8220;schedule = watch_directory,10,10,&#8221;execute=/directory/containing/scandump.sh;load_start=/directory/containing/*.torrent&#8221;</p>
<p>To:</p>
<p>schedule = watch_directory,10,10,&#8221;execute=/directory/containing/scandump.sh&#8221;<br />
schedule = watch_directory,15,15,&#8221;load_start=/directory/containing/*.torrent&#8221;</p>
<p>Which seemed to do the trick.</p>
<p>Thanks for posting this!</p>
<p>Regards,</p>
<p>Jeroen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LiveScratcher first public alpha by Setaou</title>
		<link>http://fw.hardijzer.nl/?p=69&#038;cpage=1#comment-671</link>
		<dc:creator>Setaou</dc:creator>
		<pubDate>Fri, 17 Jul 2009 22:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=69#comment-671</guid>
		<description>Nice to see that this project is still going very well ! Keep up the good work !</description>
		<content:encoded><![CDATA[<p>Nice to see that this project is still going very well ! Keep up the good work !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disappointing discoveries by Frans-Willem Hardijzer</title>
		<link>http://fw.hardijzer.nl/?p=65&#038;cpage=1#comment-670</link>
		<dc:creator>Frans-Willem Hardijzer</dc:creator>
		<pubDate>Fri, 17 Jul 2009 05:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=65#comment-670</guid>
		<description>What&#039;s wrong with RSS feeds :p? Can&#039;t twitter follow my RSS feed or something?</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with RSS feeds :p? Can&#8217;t twitter follow my RSS feed or something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disappointing discoveries by Daniel "warmth" Delgado</title>
		<link>http://fw.hardijzer.nl/?p=65&#038;cpage=1#comment-669</link>
		<dc:creator>Daniel "warmth" Delgado</dc:creator>
		<pubDate>Fri, 17 Jul 2009 04:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=65#comment-669</guid>
		<description>TB do you have Twitter? I wanna follow your small updates about all this there... you should add some Twitter integration to you site so we can know when you post something here and come to read it! :P</description>
		<content:encoded><![CDATA[<p>TB do you have Twitter? I wanna follow your small updates about all this there&#8230; you should add some Twitter integration to you site so we can know when you post something here and come to read it! <img src='http://fw.hardijzer.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LiveScratcher: Now what? by Daniel "warmth" Delgado</title>
		<link>http://fw.hardijzer.nl/?p=60&#038;cpage=1#comment-668</link>
		<dc:creator>Daniel "warmth" Delgado</dc:creator>
		<pubDate>Fri, 17 Jul 2009 04:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=60#comment-668</guid>
		<description>That&#039;s great! :P Keep doing well my friend!</description>
		<content:encoded><![CDATA[<p>That&#8217;s great! <img src='http://fw.hardijzer.nl/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Keep doing well my friend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Messenger Addons by US play casino</title>
		<link>http://fw.hardijzer.nl/?p=31&#038;cpage=1#comment-645</link>
		<dc:creator>US play casino</dc:creator>
		<pubDate>Tue, 12 May 2009 13:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=31#comment-645</guid>
		<description>&lt;strong&gt;usa online casino...&lt;/strong&gt;

Gambling games...</description>
		<content:encoded><![CDATA[<p><strong>usa online casino&#8230;</strong></p>
<p>Gambling games&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Messenger Addons by Online usa casinos play</title>
		<link>http://fw.hardijzer.nl/?p=31&#038;cpage=1#comment-644</link>
		<dc:creator>Online usa casinos play</dc:creator>
		<pubDate>Tue, 12 May 2009 12:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://fw.hardijzer.nl/?p=31#comment-644</guid>
		<description>&lt;strong&gt;online casinos for usa players...&lt;/strong&gt;

usa welcome players...</description>
		<content:encoded><![CDATA[<p><strong>online casinos for usa players&#8230;</strong></p>
<p>usa welcome players&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
