Changeset 32b6c44ed9f76785b295521e22bb07f6336c8c76

Show
Ignore:
Timestamp:
02/02/08 20:05:12 (10 months ago)
Author:
William McBrine <wmcbrine@gmail.com>
git-committer:
William McBrine <wmcbrine@gmail.com> 1202004312 -0500
git-parent:

[c7e031165a637fc449352aa75d10b2618df10fbd]

git-author:
William McBrine <wmcbrine@gmail.com> 1202004312 -0500
Message:

Word-wrap this. To Do: It's outdated and incomplete.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • README

    r303570a r32b6c44  
    22- Transfer End Properly 
    33 
    4 - File Sizes are estimated now. Sending 6gig estimates for a 400meg file caused TiVo to unnecessarily dump shows for space. New estimation will generally still be over but by a reasonable amount now. 
     4- File Sizes are estimated now. Sending 6gig estimates for a 400meg file  
     5  caused TiVo to unnecessarily dump shows for space. New estimation will  
     6  generally still be over but by a reasonable amount now. 
    57 
    6 - Ratios are altered.  Filed that are almost 4:3 or 16:9 will be crammed into those formats, looks better on TV and streching image by less than 1% is not noticable. 
     8- Ratios are altered.  Filed that are almost 4:3 or 16:9 will be crammed  
     9  into those formats, looks better on TV and streching image by less  
     10  than 1% is not noticable. 
    711 
    8 - Padding for videos that have a lower ratio than 4:3 is added. This allows for black bars on left and right for oddly shaped movies. 
     12- Padding for videos that have a lower ratio than 4:3 is added. This  
     13  allows for black bars on left and right for oddly shaped movies. 
    914 
    1015---Description 
    1116 
    12 pyTivo lets you stream most videos from yout PC to your unhacked tivo. It uses the HMO server protocol. It will guess if your video is 4:3 or 16:9 and pad your video if it thinks it is needed (looked good on my tests). It will not transcode an mpeg that is supported by your tivo. 
     17pyTivo lets you stream most videos from yout PC to your unhacked tivo.  
     18It uses the HMO server protocol. It will guess if your video is 4:3 or  
     1916:9 and pad your video if it thinks it is needed (looked good on my  
     20tests). It will not transcode an mpeg that is supported by your tivo. 
    1321 
    1422---Download 
     
    1826---Requirements 
    1927 
    20 OS = Anything that will run python and ffmpeg, which I think is anything.  I have it running on linux, I know windows works as well. 
     28OS = Anything that will run python and ffmpeg, which I think is  
     29anything.  I have it running on linux, I know windows works as well. 
    2130 
    2231Python - http://www.python.org/download/ 
    2332- You need at least version 2.4 of python 
    2433 
    25 pywin32 (only to install as a service) - http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063  
     34pywin32 (only to install as a service) -  
     35http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063 
    2636- Windows users only and only if you intend to install as a service 
    2737 
     
    34443. path= 
    3545 
    36 ffmpeg should be the full path to ffmpeg including filename.  For windows users the exe has been included and is in the plugins/video directory. 
    37 path is the absolute path to your media 
     46ffmpeg should be the full path to ffmpeg including filename.  For  
     47windows users the exe has been included and is in the plugins/video  
     48directory. path is the absolute path to your media. 
    3849 
    3950run pyTivo.py 
     
    5061 
    5162- Now Playing List disappears 
    52 This seems to be an error with the TiVo software.  But what happens is that the NPL is replaced with the directory listing of your pyTivo server.  Very odd. 
    53 Workaround - go to the bottom of the page and either select "Recently Deleted" or your pyTivo server that is listed and then hit the left arrow.  Your NPL will be back to normal 
     63This seems to be an error with the TiVo software.  But what happens is  
     64that the NPL is replaced with the directory listing of your pyTivo  
     65server.  Very odd. Workaround - go to the bottom of the page and either  
     66select "Recently Deleted" or your pyTivo server that is listed and then  
     67hit the left arrow.  Your NPL will be back to normal. 
    5468 
    5569---Notes