You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.5 KiB
Markdown
42 lines
1.5 KiB
Markdown
The Movie DB API
|
|
================
|
|
|
|
Author: Stuart Boston (Omertron AT Gmail DOT com)
|
|
|
|
This API uses the [TheMovieDB.org API](http://api.themoviedb.org/)
|
|
|
|
Originally written for use by Yet Another Movie Jukebox [(YAMJ)](http://code.google.com/p/moviejukebox/)
|
|
|
|
But anyone can use it for other projects as well.
|
|
|
|
[](https://flattr.com/submit/auto?user_id=Omertron&url=https://github.com/Omertron/api-themoviedb&title=TheMovieDB API&language=&tags=github&category=software)
|
|
|
|
[](https://bitdeli.com/free "Bitdeli Badge")
|
|
***
|
|
|
|
TMDB TV Support
|
|
===============
|
|
|
|
Release 4.0 of the API now includes TV shows.
|
|
|
|
This has resulted in a complete re-write of the API and many of the methods and models have been re-written to support the new TV calls.
|
|
|
|
|
|
***
|
|
### TheMovieDB.org
|
|
This is an excellent open database for movie and film content.
|
|
|
|
I *strongly* encourage you to check it out and contribute to keep it growing.
|
|
|
|
### http://www.themoviedb.org
|
|
***
|
|
Project Logging
|
|
---------------
|
|
This project uses [SLF4J](http://www.slf4j.org) to abstract the logging in the project.
|
|
|
|
To use the logging in your own project you should add one of the bindings listed [HERE](http://www.slf4j.org/manual.html#swapping)
|
|
|
|
Project Documentation
|
|
---------------------
|
|
The automatically generated documentation can be found [HERE](http://omertron.github.com/api-themoviedb/)
|