<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: I Watch Shows, Not Tv</title>
	<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/</link>
	<description>Simplistic Complexity</description>
	<pubDate>Mon, 06 Oct 2008 20:41:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on I Watch Shows, Not Tv by: angrycamel</title>
		<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1093</link>
		<pubDate>Thu, 27 Oct 2005 16:48:55 +0000</pubDate>
		<guid>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1093</guid>
					<description>You have a good point. Thanks</description>
		<content:encoded><![CDATA[	<p>You have a good point. Thanks
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on I Watch Shows, Not Tv by: Jon</title>
		<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1091</link>
		<pubDate>Thu, 27 Oct 2005 02:45:37 +0000</pubDate>
		<guid>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1091</guid>
					<description>I don't really see the point. All you need in the filters are dots in between the words. They are simple REGEXs. 

&lt;code&gt;arrested.development&lt;/code&gt;

Thats all  you really need. That won't pick up anything but something with &quot;Arrested Development&quot; in its name. You may have problems with shows like ER, or say, CSI came out with a new show called CSI: Las Vegas. Then the filter for Las Vegas, &quot;las.vegas&quot;, would pull that show. So you'd make a filter to fail on &quot;csi.las.vegas&quot;.</description>
		<content:encoded><![CDATA[	<p>I don&#8217;t really see the point. All you need in the filters are dots in between the words. They are simple REGEXs. </p>
	<p><code>arrested.development</code></p>
	<p>Thats all  you really need. That won&#8217;t pick up anything but something with &#8220;Arrested Development&#8221; in its name. You may have problems with shows like ER, or say, CSI came out with a new show called CSI: Las Vegas. Then the filter for Las Vegas, &#8220;las.vegas&#8221;, would pull that show. So you&#8217;d make a filter to fail on &#8220;csi.las.vegas&#8221;.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on I Watch Shows, Not Tv by: angrycamel</title>
		<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1090</link>
		<pubDate>Thu, 27 Oct 2005 02:41:47 +0000</pubDate>
		<guid>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1090</guid>
					<description>Thanks for the smart history tip. I have that checked currently but I still see duplicates. It must be due to not having any fail filters setup so I will give them a whurl.

Any thoughts on a public repository of filters for any given show?</description>
		<content:encoded><![CDATA[	<p>Thanks for the smart history tip. I have that checked currently but I still see duplicates. It must be due to not having any fail filters setup so I will give them a whurl.</p>
	<p>Any thoughts on a public repository of filters for any given show?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on I Watch Shows, Not Tv by: Jon</title>
		<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1088</link>
		<pubDate>Thu, 27 Oct 2005 01:05:28 +0000</pubDate>
		<guid>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1088</guid>
					<description>If you'd like you can right click the show in the rss feed and choose &quot;Create Filter&quot;. This will automatically create the REGEX for you. Once your filter is created, be sure the check the &quot;Use Smart History&quot; option. This will enable the plugin to recognize if its downloaded one of your shows or not. It will remember, and never download it a second time! 

Also, try making some fail filters. I have filters for VCD and hr-hdtv, so that those types won't download. I also use it for other reasons when i need to restrict something from downloading.

Good Luck!</description>
		<content:encoded><![CDATA[	<p>If you&#8217;d like you can right click the show in the rss feed and choose &#8220;Create Filter&#8221;. This will automatically create the REGEX for you. Once your filter is created, be sure the check the &#8220;Use Smart History&#8221; option. This will enable the plugin to recognize if its downloaded one of your shows or not. It will remember, and never download it a second time! </p>
	<p>Also, try making some fail filters. I have filters for VCD and hr-hdtv, so that those types won&#8217;t download. I also use it for other reasons when i need to restrict something from downloading.</p>
	<p>Good Luck!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on I Watch Shows, Not Tv by: angrycamel</title>
		<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1087</link>
		<pubDate>Wed, 26 Oct 2005 21:18:31 +0000</pubDate>
		<guid>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1087</guid>
					<description>I am enjoying all of your thoughts on the current state of television and the viewing habits of the shows. This article hit the nail on the head if you ask me. I could not agree more.

Until your article about rss feeds and torrents I was manually downloading each episode that I wanted to watch. Now I have it running full time and downloading the shows as they become available. Thanks!

Only issue that I run into is getting a really good regex string for the show that I want to grab. I end up with multiple copies of the same thing being downloaded a lot. Why do I need to be a regex pro to get a solid search criteria that will not result in duplicates and full seasons? I know most will reply that its not rocket science and I would agree, but I do think its a little silly that each person is writing thier own regex filters for the rss feed extension of Azureus. Why isnt there an online repository for regex filters for shows? Is that something that anyone is interested in working on? I will throw the serverside up for it if some would contribute.</description>
		<content:encoded><![CDATA[	<p>I am enjoying all of your thoughts on the current state of television and the viewing habits of the shows. This article hit the nail on the head if you ask me. I could not agree more.</p>
	<p>Until your article about rss feeds and torrents I was manually downloading each episode that I wanted to watch. Now I have it running full time and downloading the shows as they become available. Thanks!</p>
	<p>Only issue that I run into is getting a really good regex string for the show that I want to grab. I end up with multiple copies of the same thing being downloaded a lot. Why do I need to be a regex pro to get a solid search criteria that will not result in duplicates and full seasons? I know most will reply that its not rocket science and I would agree, but I do think its a little silly that each person is writing thier own regex filters for the rss feed extension of Azureus. Why isnt there an online repository for regex filters for shows? Is that something that anyone is interested in working on? I will throw the serverside up for it if some would contribute.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on I Watch Shows, Not Tv by: cubicgarden.com...</title>
		<link>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1077</link>
		<pubDate>Sat, 22 Oct 2005 04:18:50 +0000</pubDate>
		<guid>http://www.jonsthoughtsoneverything.com/2005/10/20/i-watch-shows-not-tv/#comment-1077</guid>
					<description>&lt;strong&gt;Should we kill TV but keep the shows?&lt;/strong&gt;

So I was almost done with my RSS aggregator for the night when I read Jon's entry titled I Watch Shows, Not Tv. As I was reading through, I was in total agreement with Jon. Some choice quotes which made me laugh.
The medium had become totally unintere...</description>
		<content:encoded><![CDATA[	<p><strong>Should we kill TV but keep the shows?</strong></p>
	<p>So I was almost done with my RSS aggregator for the night when I read Jon&#8217;s entry titled I Watch Shows, Not Tv. As I was reading through, I was in total agreement with Jon. Some choice quotes which made me laugh.<br />
The medium had become totally unintere&#8230;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
