<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>KRKeegan - TiVo</title>
    <link>http://www.krkeegan.com/</link>
    <description>I'm lost and confused</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>TiVo Central for Mobile Devices</title>
    <link>http://www.krkeegan.com/archives/81-TiVo-Central-for-Mobile-Devices.html</link>
            <category>Programming</category>
            <category>TiVo</category>
    
    <comments>http://www.krkeegan.com/archives/81-TiVo-Central-for-Mobile-Devices.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=81</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=81</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;!-- s9ymdb:52 --&gt;&lt;img width=&quot;110&quot; height=&quot;92&quot; src=&quot;http://www.krkeegan.com/uploads/tivo_logo.serendipityThumb.gif&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;TiVo Central Online is pretty cool, it allows you to program your TiVo to record an upcoming show or season pass from the interent.  I wanted to be able to access TiVo Central anywhere I went, unfortunately TiVo Central is not available for Mobile devices.  So I decided to whip up a quick PHP script to parse TCO and repaginate it into a mobile friendly html site.  This is all accomplished in 480 lines of php code.  The script allows for searching of upcoming shows by title, description, or cast members.   After searching you can select the specific showing and record it using a one time or season pass recording.  Additionally the script allows access to all advanced recording options and will send you an email to confirm the recording. &lt;!-- s9ymdb:52 --&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/81-TiVo-Central-for-Mobile-Devices.html#extended&quot;&gt;Continue reading &quot;TiVo Central for Mobile Devices&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 29 Oct 2007 22:05:53 -0700</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/81-guid.html</guid>
    
</item>
<item>
    <title>pyTivo - Aspect Ratio</title>
    <link>http://www.krkeegan.com/archives/77-pyTivo-Aspect-Ratio.html</link>
            <category>Programming</category>
            <category>TiVo</category>
    
    <comments>http://www.krkeegan.com/archives/77-pyTivo-Aspect-Ratio.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;p id=&quot;HowpyTivohandlesaspectratios&quot;&gt;&lt;img width=&quot;100&quot; height=&quot;100&quot; src=&quot;http://www.krkeegan.com/uploads/pytivo.gif&quot; style=&quot;border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;&quot; /&gt;&lt;/p&gt;&lt;p&gt;I have received a number of questions about how pyTivo handles aspect ratios.  Aspect ratios are a very convoluted subject as you will see.  I make no attempt to explain everything, at the end of this page you will see a link to a much longer page that does a better explanation than me.&lt;/p&gt;&lt;p&gt;This is meant to be a quick and dirty explanation of how pyTivo handles Aspect Ratios. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Quick Tutorial on Aspect Ratios&lt;/strong&gt; By no means is any of this guaranteed to be accurate. This only represents what I believe to be true, if I am making a mistake that causes an error in pyTivo please point it out to me.&lt;/p&gt;&lt;p&gt;There are two types of aspect ratios:&lt;br /&gt;&lt;span class=&quot;underline&quot;&gt;Frame Aspect Ratio&lt;/span&gt;&lt;br /&gt;This is simply the ratio of what the file looks like when it plays on your TV which can be determined by:&lt;br /&gt;Width displayed on TV: Height displayed on TV. TiVo accepts files in 16:9 or 4:3 format. &lt;/p&gt;&lt;p&gt;&lt;span class=&quot;underline&quot;&gt;Pixel Aspect Ratio&lt;/span&gt;&lt;br /&gt;This is the annoying one. This refers to the shape of the pixels themselves. For example a 1:1 pixel aspect ratio means a perfect square pixel. &lt;/p&gt;&lt;p&gt;Most computer files are saved in 1:1 Pixel Aspect Ratio(PAR) however that is where it ends.  TV, DVD, Film is all distorted to some other PAR.  Infortunately there is no way for us to know when pyTivo opens a file what the PAR is.  For the most part since pyTivo is using computer files it assumes that most files are 1:1.  And then if the file fits an exact dimension of a known non 1:1 PAR pyTivo will use that dimension.&lt;/p&gt;&lt;p&gt;Oh but we are not done. . .&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/77-pyTivo-Aspect-Ratio.html#extended&quot;&gt;Continue reading &quot;pyTivo - Aspect Ratio&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 25 Feb 2007 21:45:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/77-guid.html</guid>
    
</item>
<item>
    <title>pyTivo - End Transfer</title>
    <link>http://www.krkeegan.com/archives/76-pyTivo-End-Transfer.html</link>
            <category>Programming</category>
            <category>TiVo</category>
    
    <comments>http://www.krkeegan.com/archives/76-pyTivo-End-Transfer.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;p&gt;&lt;img width=&quot;100&quot; height=&quot;100&quot; src=&quot;http://www.krkeegan.com/uploads/pytivo.gif&quot; style=&quot;border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;&quot; /&gt;Both pyTivo and TiVoDotNet suffer the same problem with transfers.  The result is that files which are transfered but not watched are deleted instantly as soon as they finish.  The problem is caused by how we transfer files.  &lt;/p&gt;&lt;p&gt;When TiVo asks for a XviD file from pyTivo TiVo asks for the file size of the file before it starts transfering.  This of course raises an issue, since pyTivo is transcoding the file realtime pyTivo has no idea how large he file will be when the transcoding is done.  I have tried numerous settings and I can&#039;t figure out a command to force FFMpeg to an &lt;strong&gt;exact&lt;/strong&gt; bit rate.  So we usually estimate the file size.&lt;/p&gt;&lt;p&gt;There is also an additional problem with file size estimation.  Estimating the file size too small will cause files to be clipped at the end.  Estimating the file to large may cause TiVo to unnecessarily delete other videos to make room for a file that is not that large.  Also, when a user reached the end of the video TiVo would display an error stating that the transfer had unexpectedly ended even though we have reached the end of the video.&lt;/p&gt;&lt;p&gt;However if pyTivo estimates the file even 1 bit too large(pyTivo never gets it exact, we always have a 2% buffer to prevent the under size issue) TiVo will continue asking for bytes that dont exist.  This really messes with TiVo.  So our temporary hack was to return a 404 error when TiVo asked for the overage of the file.  However this doesn&#039;t appear to be perfect, most of us suffer the early deletion problem discussed above.&lt;/p&gt;&lt;p&gt;So I spent a weekend on this and solved the issue!!&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/76-pyTivo-End-Transfer.html#extended&quot;&gt;Continue reading &quot;pyTivo - End Transfer&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 08 Feb 2007 21:14:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/76-guid.html</guid>
    
</item>
<item>
    <title>pyTivo - Play any type of video on TiVo</title>
    <link>http://www.krkeegan.com/archives/75-pyTivo-Play-any-type-of-video-on-TiVo.html</link>
            <category>Programming</category>
            <category>TiVo</category>
    
    <comments>http://www.krkeegan.com/archives/75-pyTivo-Play-any-type-of-video-on-TiVo.html#comments</comments>
    <wfw:comment>http://www.krkeegan.com/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.krkeegan.com/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Kevin Keegan)</author>
    <content:encoded>
    
&lt;p&gt;&lt;img width=&quot;100&quot; height=&quot;100&quot; src=&quot;http://www.krkeegan.com/uploads/pytivo.serendipityThumb.gif&quot; style=&quot;border: 0px none ; padding-right: 5px; padding-left: 5px; float: left;&quot; /&gt;?All I can say is wow, this is one of the coolest pieces of software.? Let me explain what it is. TiVo has long since allowed you to transfer previously recorded TiVo shows back to TiVo.? They also allow you to transfer non-TiVo shows as long as they are in TiVo format.? However, TiVo format is MPEG2 and has specific size and fps requirements.? Unfortunately no one stores videos on their home computer in MPEG2, mostly because they take up 5-10 times the space of a XviD video.&lt;/p&gt;&lt;p&gt;While I was browsing around the &lt;a href=&quot;http://www.tivocommunity.com&quot;&gt;TiVo Community forum&lt;/a&gt;?i discovered &lt;a href=&quot;http://www.tivocommunity.com/tivo-vb/showthread.php?t=337822&quot;&gt;TiVo.net&lt;/a&gt;.? This program ingeniously takes just about any video and transcodes it to MPEG2 on the fly and serves it up to TiVo.? Now I run a linux box as my server and TiVo.net is written in C#, however they recommended a program called mono, that will enable a linux machine to run C#.? It worked, but I kinda found TiVo.net to be a little bulky and prone to crashing.? Not the type of program that I can just put on a headless linux box and forget about.&lt;/p&gt;&lt;p&gt;So I kept looking for a better solution.? What I found was amazing.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.krkeegan.com/archives/75-pyTivo-Play-any-type-of-video-on-TiVo.html#extended&quot;&gt;Continue reading &quot;pyTivo - Play any type of video on TiVo&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 08 Jan 2007 09:25:00 -0800</pubDate>
    <guid isPermaLink="false">http://www.krkeegan.com/archives/75-guid.html</guid>
    
</item>

</channel>
</rss>