<?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: How to Copy Videos from a Series 3 TiVo to Ubuntu Linux</title>
	<atom:link href="http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/</link>
	<description>Your Guide to User-Friendly Entertainment</description>
	<lastBuildDate>Sat, 19 Jun 2010 13:18:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Werner</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-383</link>
		<dc:creator>Eric Werner</dc:creator>
		<pubDate>Fri, 09 Apr 2010 05:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-383</guid>
		<description>Thanks, Ed.  I came up with a hack solution, where the program_id is appended to the output detailing the episode being skipped.  Specifically, line 133 is now:

print &quot;Skipping $program_title - $program_id.\n&quot;;

Maybe not the most elegant, but it works for now.

Next, I need to figure out a way to keep the script from downloading new episodes twice.  I&#039;m guessing it&#039;s keying on the way the show will be in it&#039;s own directory, as well as the &quot;HD Recording&quot; directory.  If you&#039;ve got thoughts on that one, I&#039;m all ears.  

I can not tell you how much I love this script, too.  This is some really good stuff.</description>
		<content:encoded><![CDATA[<p>Thanks, Ed.  I came up with a hack solution, where the program_id is appended to the output detailing the episode being skipped.  Specifically, line 133 is now:</p>
<p>print &#8220;Skipping $program_title &#8211; $program_id.\n&#8221;;</p>
<p>Maybe not the most elegant, but it works for now.</p>
<p>Next, I need to figure out a way to keep the script from downloading new episodes twice.  I&#8217;m guessing it&#8217;s keying on the way the show will be in it&#8217;s own directory, as well as the &#8220;HD Recording&#8221; directory.  If you&#8217;ve got thoughts on that one, I&#8217;m all ears.  </p>
<p>I can not tell you how much I love this script, too.  This is some really good stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-372</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 05 Mar 2010 23:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-372</guid>
		<description>Eric, I ran into this issue as well - I will post an updated version of the script that outputs program_ids into the file to make it easy to figure out which ones to delete.</description>
		<content:encoded><![CDATA[<p>Eric, I ran into this issue as well &#8211; I will post an updated version of the script that outputs program_ids into the file to make it easy to figure out which ones to delete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-359</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sun, 07 Feb 2010 18:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-359</guid>
		<description>Your script probably works, but I needed to generate pytivo metadata files for only a partial list of shows on my tivo.  You already did all the heavy lifting so I was able to quickly and successfully modify it for what I needed.  Thanks!

Later I&#039;ll figure out how to combine it with zenity to be a functional alternative to the venerable tytools program.  Your research and programming style will make it easy.</description>
		<content:encoded><![CDATA[<p>Your script probably works, but I needed to generate pytivo metadata files for only a partial list of shows on my tivo.  You already did all the heavy lifting so I was able to quickly and successfully modify it for what I needed.  Thanks!</p>
<p>Later I&#8217;ll figure out how to combine it with zenity to be a functional alternative to the venerable tytools program.  Your research and programming style will make it easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Werner</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-350</link>
		<dc:creator>Eric Werner</dc:creator>
		<pubDate>Sat, 28 Nov 2009 00:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-350</guid>
		<description>Love this script, works perfectly, but I have one question.  I need to re-download a couple of shows because I ran out of disk space (ooops, who would have EVER thought so many 4+ GB files would take up that much space...), but I can&#039;t figure out which program_ids I need to remove from the .tivo_programs file to keep the script from skipping those episodes.</description>
		<content:encoded><![CDATA[<p>Love this script, works perfectly, but I have one question.  I need to re-download a couple of shows because I ran out of disk space (ooops, who would have EVER thought so many 4+ GB files would take up that much space&#8230;), but I can&#8217;t figure out which program_ids I need to remove from the .tivo_programs file to keep the script from skipping those episodes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-123</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 21 Aug 2009 06:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-123</guid>
		<description>Good catch -- I don&#039;t use that path personally, and changed it at the last minute to post.  Didn&#039;t think about the no-globbing thing.  Fixed, and Thanks!</description>
		<content:encoded><![CDATA[<p>Good catch &#8212; I don&#8217;t use that path personally, and changed it at the last minute to post.  Didn&#8217;t think about the no-globbing thing.  Fixed, and Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BugMaster Flash</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-121</link>
		<dc:creator>BugMaster Flash</dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-121</guid>
		<description>You have a bug in your script.
Perl&#039;s open() does not do globbing so ~/.tivo_programs is an invalid filename.</description>
		<content:encoded><![CDATA[<p>You have a bug in your script.<br />
Perl&#8217;s open() does not do globbing so ~/.tivo_programs is an invalid filename.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Convert DVDs and TiVo MPEG2 Videos to H.264 &#124; EdSalisbury.net : Your Guide to User-Friendly Entertainment</title>
		<link>http://www.edsalisbury.net/linux/how-to-copy-videos-from-a-series-3-tivo-to-ubuntu-linux/comment-page-1/#comment-85</link>
		<dc:creator>How to Convert DVDs and TiVo MPEG2 Videos to H.264 &#124; EdSalisbury.net : Your Guide to User-Friendly Entertainment</dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.edsalisbury.net/?p=341#comment-85</guid>
		<description>[...] to set up software to be able to rip DVDs to your hard drive, and I&#8217;ve also shown you how to copy your TiVo videos nightly. I&#8217;ve described the method I use to transcode the videos, but haven&#8217;t provided [...]</description>
		<content:encoded><![CDATA[<p>[...] to set up software to be able to rip DVDs to your hard drive, and I&#8217;ve also shown you how to copy your TiVo videos nightly. I&#8217;ve described the method I use to transcode the videos, but haven&#8217;t provided [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
