Joined
·
6 Posts
Nope it's not. If you look at it and know anything about javascript you'll quickly realize it's all client side meaning the machine that it's actually executing on needs to be able to reach your TiVo(s) through the network.windracer said:Actually, I take some of that back. It works fine through Firefox when the file is local on my PC. When I tried to serve it through Apache (via my Linux web server) to Firefox, it didn't work. Guess it's not meant to work that way.
Pretty cool looking though!
Of course, there's little to keep you from having a go-between where your webserver makes the exact same requests of the TiVo that the file does and the file in turn makes the request of your webserver. Like a pipe sort of.
At any rate, was just adding some details for anyone that cared about all that stuff..