<?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: Backup Tivo shows to your linux desktop</title>
	<atom:link href="http://www.koopman.me/2008/01/backup-tivo-shows-to-your-linux-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.koopman.me/2008/01/backup-tivo-shows-to-your-linux-desktop/</link>
	<description>Dave Koopman&#039;s Blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:35:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Curtis</title>
		<link>http://www.koopman.me/2008/01/backup-tivo-shows-to-your-linux-desktop/comment-page-1/#comment-41</link>
		<dc:creator>Curtis</dc:creator>
		<pubDate>Tue, 10 Mar 2009 02:59:35 +0000</pubDate>
		<guid isPermaLink="false">#comment-41</guid>
		<description>there was a major change to pyTivo.  With the new update of ffmpeg, here is the change you need to make to pyTivo to get it to function properly:

at line 115 in ...pyTivo/plugins/video/ffmpeg.py, change

durre = re.compile(r&#039;.*Duration: (.{2}):(.{2}):(.{2})\.(.),&#039;)

to

durre = re.compile(r&#039;.*Duration: ([0-9]+):([0-9]+):([0-9]+)\.([0-9]+),&#039;)</description>
		<content:encoded><![CDATA[<p>there was a major change to pyTivo.  With the new update of ffmpeg, here is the change you need to make to pyTivo to get it to function properly:</p>
<p>at line 115 in &#8230;pyTivo/plugins/video/ffmpeg.py, change</p>
<p>durre = re.compile(r&#8217;.*Duration: (.{2}):(.{2}):(.{2})\.(.),&#8217;)</p>
<p>to</p>
<p>durre = re.compile(r&#8217;.*Duration: ([0-9]+):([0-9]+):([0-9]+)\.([0-9]+),&#8217;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

