Skip to content

jradwan/tivo_now_playing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiVo Now Playing (PHP)

Retrieve the Now Playing data from your TiVo(s) and display it as either HTML, XML or RSS.

As originally developed by gonzotek and clam729 on the TiVo Community Forum:

http://archive2.tivocommunity.com/tivo-vb/showthread.php?t=218365

And then further developed and enhanced by other members of TCF (like TiVoHomeUser):

http://www.tivocommunity.com/community/index.php?threads/now-playing-more-php-code-part-ii.371838/

Summary page:

npl-summary

Now Playing page:

npl-details

See it live here.


Setup

Edit bin/tivo_settings.php and make the necessary changes for your environment.

  • wgetpath: path to wget
  • mymak: your TiVo MAK (Media Access Key)
  • mysubnet: first three bytes of your local network IP addresses (for use in tivos array)
  • tivos: add your TiVo boxes to this array (see file for examples)

There are other settings than those in the file, see the comments for details and experiment!


Execution

$ php index.php

The program will create the HTML files in the local directory. Point your browser to summary.htm and explore the results.


Contact

Jeremy C. Radwan

About

Retrieve the Now Playing data from your TiVo(s) and display it as either HTML, XML or RSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published