Archive:TiVo: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Gamester17
No edit summary
 
>Gamester17
Line 1: Line 1:
===TiVo sharing===
===TiVo sharing===
[[TiVo]] (and DirecTivo) is a stand-alone PVR/DVR (Personal Video Recoder/Digital Video Recoder) box, (a rival to the above mentioned [http://www.replaytv.com] 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: [http://www.dealdatabase.com/forum/ dealdatabase.com] [http://www.tivocommunity.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).
[http://en.wikipedia.org/wiki/TiVo TiVo (and DirecTiVo)] is a stand-alone PVR/DVR (Personal Video Recoder/Digital Video Recoder) box, (a rival to the above mentioned [http://www.replaytv.com] 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: [http://www.dealdatabase.com/forum/forumdisplay.php?f=23 dealdatabase.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).




Line 12: Line 12:
   </bookmark></xml>
   </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 [http://www.xboxmediacenter.com/forum/showthread.php?t=3560 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).
'''Note!''' There is also a Python Script called TivoX Control Station which enables to to control your TiVo box from XBMC, more information [http://www.xboxmediacenter.com/forum/showthread.php?t=3560 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). If someone wanted they could probebly write a new script for [http://alt.org/wiki/index.php/TiVoToGo TiVoToGo (Ti Vo To Go) and stream to XBMC via HTTP instead (?), as [http://www.zatznotfunny.com/ttg.htm TiVoToGo] is the feature TiVo added in software release 7.1. It enables transfering video off the TiVo unit to a PC over a HTTP connection.
 
 
External links in regards to hacking the TiVo to enable all above:
*[http://www.tivofaq.com/hack/ TiVo Hacking FAQ]
*[http://community.livejournal.com/tivolovers/profile TiVo Lovers Links]
*[http://alt.org/wiki/index.php/TivoHackingLinks Tivo Hacking Links]
*[http://www.tivohelp.com TiVoHelp.com] (A Wiki detailing TiVo Hacking Instructions for Beginners)
*[http://www.dealdatabase.com/forum/forumdisplay.php?f=23 DealDatabase TiVo Hacking Forums]
*[http://www.tivofaq.com/hack/ The unofficial TiVo Hackers Site]
*[http://www.zatznotfunny.com/ttg.htm TiVo To Go Tutorial]
*[http://tivo.upgrade-instructions.com/index.php Comprehensive, Interactive TiVo Upgrade Instructions for Do-It-Yourselfers]
*[http://www.newreleasesvideo.com/hinsdale-how-to/ Hinsdale TiVo Upgrade How-To]
*[http://tivo.stevejenkins.com/ TiVo Network Hack How-To]

Revision as of 16:14, 29 August 2006

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), 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>

Note! 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). If someone wanted they could probebly write a new script for TiVoToGo (Ti Vo To Go) and stream to XBMC via HTTP instead (?), as [http://www.zatznotfunny.com/ttg.htm TiVoToGo is the feature TiVo added in software release 7.1. It enables transfering video off the TiVo unit to a PC over a HTTP connection.


External links in regards to hacking the TiVo to enable all above: