Skip to content

A PHP / jQuery webpage to get movie info from tmdb for local movies.

License

Notifications You must be signed in to change notification settings

CelliesProjects/Movie-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Movie-info

about

A single file PHP/jQuery webpage to see some info about your locally stored movies.
See it in action here.

how to install

  1. Copy index.php to your LAMP webhost.
  2. Replace the $api_key variable with your own API key or (better yet) store it outside your webroot and include it. (For example with trim(file_get_contents( ... ))).
  3. Change the $watchedFolder variable to the folder where your movies are stored.

things to note

  • Use separate movie folders.
    Movie-info assumes your movies are stored in seperate subfolders and uses the foldernames as the argument for the search at themoviedb.org.
  • Get an themoviedb account and API key.
    An account at themoviedb.org is necessary to use the API functions and obtain an api key.
    The api key needed to access themoviedb.org api is read from '../TMDBapikey.txt' which (obviously) is not included.
    You will have to provide your own.
    Getting a key is free (as in beer) and easy, just sign up at themoviedb.org.

used open source libraries:

Movie-info is developed on/for Linux.

screenshots

windowed

fullscreen 1680x1050