PDA

View Full Version : Creating an index webpage of Movies/TV Shows for XBMC's webserver?


badge
2008-12-05, 23:30
Apologies if this is the wrong place to ask the question, but I'm trying to created a webpage to index my Movies and TV Shows for access over a network, and need a little guidance.

I've got Apache/PHP running on my Linux box and would like to dump a list of the contents of my library titles every time my library is updated. Does XBMC have the capacity to run a script after an update? I'm not after a complete explanation by any means but if anybody has any ideas as to the best way of achieving this I'd be very grateful.

I'd like to have a nicely formatted webpage that I can visit when I want to decide what to watch, wherever I might be.

Cheers.

Rand Al Thor
2008-12-06, 18:55
You can automatically create an html list of all of your movies with xbmc media companion. Not sure if it works for tv shows.

badge
2008-12-06, 23:03
Thanks, I'll look into that.

m69bv3
2009-02-24, 12:45
I work on a quite similar project.

I've build a PHP frontend for unwatched TvShow Episode from the internal XBMC Database.

I've written a PHP class to handle SQL requests with HTTP API on the Internal SQLLite Database and reply records just like other SGBD connection.

With this class, everything *should* be possible since you can query the entire database.