Archive:TiVo

From Official Kodi Wiki
Revision as of 15:51, 29 August 2006 by >Gamester17
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

TiVo sharing

TiVo (and DirecTivo) is a stand-alone PVR/DVR (Personal Video Recoder/Digital Video Recoder) box, (a rival to the above mentioned [1] ReplayTV). The TivO box records TV (and sheduele recordings) to its built-in harddrive and stores it there, and via it's network-port the TiVo box can share that stored video on a local network, (a network-adapter for the TivO box may have to be purshased as an option for some TiVo series, for the ones that don't have a built-in network-port). The TiVo boxes doesn't have any native method of streaming video to XBMC so first you will have to hack your TiVo (see websites and forums such as: dealdatabase.com tivocommunity.com) then you have to install a version of ccxstream server that was compiled for it, that ccxstream will share all the video files on that TiVo box via XBMSP (XBox Media Stream Protocol), thus you will have to add a XBMS bookmark in XBMC to browse and stream from it, see the "XBMS Protocol (CCX/ccXStream)" section in the Bookmarks article, (good to know is that ccxstream does support auto-discovery so simply adding <path>xbms://</path> should be enough, but best might be to add IP-address of the TiVo box).


For auto-discovery of the TiVO box use the following share:
<xml> <bookmark>

   <path>xbms://</path>
 </bookmark></xml>

or for a direct link to the TiVo box (which is recomended) use the TiVo IP-address:

<xml>  <bookmark>
   <path>xbms://ip_address:1400</path>
 </bookmark></xml>

PS! There is also a Python Script called TivoX Control Station which enables to to control your TiVo box from XBMC, more information here (link) (it if unknown is TivoX Control Station is still working in XBMC, if not then the script will have to be updated, this can be done by anyone by learning a bit of python).