Using "display: none" instead of "visibility: hidden" speeds up the
[pyTivo/TheBayer.git] / README
blobe84af2ea5f9107b9dee6c4c92e6a5d12f5e989c8
1 ---Description\r
2 \r
3 pyTivo lets you stream most videos from your PC to your unhacked tivo. \r
4 It uses the HMO server protocol. It will guess if your video is 4:3 or \r
5 16:9 and pad your video if it thinks it is needed. It will not transcode \r
6 an mpeg that is supported by your tivo.\r
7 \r
8 ---Requirements\r
9 \r
10 OS = Anything that will run python and ffmpeg, which I think is \r
11 anything. Known to work on Linux, Mac OS X and Windows.\r
13 Python - http://www.python.org/download/\r
14 - You need at least version 2.4 of python\r
16 pywin32 (only to install as a service) - \r
17 http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063\r
18 - Windows users only and only if you intend to install as a service\r
20 ---Usage\r
22 You need to edit pyTivo.conf in 3 places\r
24 1. ffmpeg=\r
25 2. [<name of share>]\r
26 3. path=\r
28 ffmpeg should be the full path to ffmpeg including filename. path is the \r
29 absolute path to your media.\r
31 run pyTivo.py\r
33 ---To install as a service in Windows\r
35 run pyTivoService.py --startup auto install\r
37 ---To remove service\r
39 run pyTivoService.py remove\r
41 ---Notes\r
42 pyTivo was created by Jason Michalski ("armooo"). Contributors include \r
43 Kevin R. Keegan, William McBrine, and Terry Mound ("wgw").\r