Web Interface - Browse and Play Trailers
#1
I've been working on a site which i can use to browse my movies and play trailers etc independent from XBMC.. i think i'm almost there so thought i would share it with you :

Image

It's querying the MYSQL database and initially shows the 17 most recently added movies.
You then have the option to search for an individual movie, a genre, a year or an imdb rating (single number). (random results each time to keep query times down)
Each movie can be clicked and display movie information including the trailer from youtube.
Each info page can send a request to a local install of XBMC to play the movie
YTS Button to list the latest 20 1080p releases from the YTS site with magnet links

The trailers are the first youtube result for the title and year of the movie.

Edit : 11.04.2014 - Centralised config in config.inc.php
Edit : 23.04.2014 - Poster and Fanart caching

Posters and Fanart are now searched for locally. If they are not found then they will be cached from TMDB.com for next time.
GetPosters.php and GetFanart.php can be used to cache your library images initially.

Note : API key from TMDB required

Git Repo : https://github.com/danmed/XBMCBrowser
Reply


Messages In This Thread
Web Interface - Browse and Play Trailers - by danmedhurst - 2013-03-03, 10:30
Logout Mark Read Team Forum Stats Members Help
Web Interface - Browse and Play Trailers0