Skip to content

yanguanglan/themoviedb-webfrontend

 
 

Repository files navigation

themoviedb-webfrontend

Awesome way to manage your rated movies, search, watchlist and more.

DEMO

http://www.sierag.nl/movie/

FEATURES

  • Responsive Webdesign
  • Slide through your movies with keyboard navigation
  • Loading only the images when needed (by Lazy loading)
  • Displaying all your movies in one screen.
  • Searching movies in local database and on themoviedb.org
  • Import all movies from themoviedb.org that you have rated allready
  • Rate a movie and it also will be send to themoviedb.org
  • Statistics page; Plotting charts from your own rated movies
  • Using the APIv3 from themoviedb.org in combination of this fantasic TMDb-PHP-API wrapper
  • Easy use of known javascript and CSS frameworks as Bootstrap, jQuery.
  • Caching enabled for movie images, bandwith friendly.
  • Run's entirely on it's own there are no dependencies on other hosts.

INSTALLATION

Download to, or Clone on the location you prefer.

# git clone https://github.com/sierag/themoviedb-webfrontend.git

Than you will need to make some easy changes to make this work.

# mv themoviedb-webfrontend movie
# mv movie/config.php.default movie/config.php
# vi movie/config.php and add the right values

Last step is to create the tabel into your database to make it work. Import db.sql into your database and make sure the table name is movies

SCREENSHOTS

Front page Movie page Front page iPad Movie page iPad Stats page

Resources Used

endorse

About

Awesome way to manage your rated movies, search, watchlist and more from themoviedb.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.9%
  • JavaScript 16.7%
  • CSS 5.1%
  • ApacheConf 1.3%