Package | Description |
---|---|
com.moviejukebox.themoviedb | |
com.moviejukebox.themoviedb.tools |
Modifier and Type | Method and Description |
---|---|
URL |
TheMovieDb.createImageUrl(String imagePath,
String requiredSize)
Generate the full image URL from the size and image path
|
CollectionInfo |
TheMovieDb.getCollectionInfo(int movieId,
String language)
This method is used to retrieve all of the basic information about a movie collection.
|
Company |
TheMovieDb.getCompanyInfo(int companyId)
This method is used to retrieve the basic information about a production company on TMDb.
|
List<MovieDb> |
TheMovieDb.getCompanyMovies(int companyId,
String language,
boolean allResults)
This method is used to retrieve the movies associated with a company.
|
List<Genre> |
TheMovieDb.getGenreList(String language)
You can use this method to retrieve the list of genres used on TMDb.
|
List<MovieDb> |
TheMovieDb.getGenreMovies(int genreId,
String language,
boolean allResults)
Get a list of movies per genre.
|
MovieDb |
TheMovieDb.getLatestMovie()
This method is used to retrieve the newest movie that was added to TMDb.
|
List<AlternativeTitle> |
TheMovieDb.getMovieAlternativeTitles(int movieId,
String country)
This method is used to retrieve all of the alternative titles we have for a particular movie.
|
List<Person> |
TheMovieDb.getMovieCasts(int movieId)
This method is used to retrieve all of the movie cast information.
|
List<Artwork> |
TheMovieDb.getMovieImages(int movieId,
String language)
This method should be used when you’re wanting to retrieve all of the images for a particular movie.
|
MovieDb |
TheMovieDb.getMovieInfo(int movieId,
String language)
This method is used to retrieve all of the basic movie information.
|
MovieDb |
TheMovieDb.getMovieInfoImdb(String imdbId,
String language)
This method is used to retrieve all of the basic movie information.
|
List<Keyword> |
TheMovieDb.getMovieKeywords(int movieId)
This method is used to retrieve all of the keywords that have been added to a particular movie.
|
List<ReleaseInfo> |
TheMovieDb.getMovieReleaseInfo(int movieId,
String language)
This method is used to retrieve all of the release and certification data we have for a specific movie.
|
List<Trailer> |
TheMovieDb.getMovieTrailers(int movieId,
String language)
This method is used to retrieve all of the trailers for a particular movie.
|
List<Translation> |
TheMovieDb.getMovieTranslations(int movieId)
This method is used to retrieve a list of the available translations for a specific movie.
|
List<MovieDb> |
TheMovieDb.getNowPlayingMovies(String language,
boolean allResults)
This method is used to retrieve the movies currently in theatres.
|
List<PersonCredit> |
TheMovieDb.getPersonCredits(int personId)
This method is used to retrieve all of the cast & crew information for the person.
|
List<Artwork> |
TheMovieDb.getPersonImages(int personId)
This method is used to retrieve all of the profile images for a person.
|
Person |
TheMovieDb.getPersonInfo(int personId)
This method is used to retrieve all of the basic person information.
|
List<MovieDb> |
TheMovieDb.getPopularMovieList(String language,
boolean allResults)
This method is used to retrieve the daily movie popularity list.
|
List<MovieDb> |
TheMovieDb.getSimilarMovies(int movieId,
String language,
boolean allResults)
The similar movies method will let you retrieve the similar movies for a particular movie.
|
List<MovieDb> |
TheMovieDb.getTopRatedMovies(String language,
boolean allResults)
This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
|
List<Company> |
TheMovieDb.searchCompanies(String companyName,
String language,
boolean allResults)
Search Companies.
|
List<MovieDb> |
TheMovieDb.searchMovie(String movieName,
String language,
boolean allResults)
Search Movies This is a good starting point to start finding movies on TMDb.
|
List<Person> |
TheMovieDb.searchPeople(String personName,
boolean allResults)
This is a good starting point to start finding people on TMDb.
|
Constructor and Description |
---|
TheMovieDb(String apiKey)
API for The Movie Db.
|
Modifier and Type | Method and Description |
---|---|
static URLConnection |
WebBrowser.openProxiedConnection(URL url) |
static String |
WebBrowser.request(String url) |
static String |
WebBrowser.request(URL url) |
Copyright © 2012. All Rights Reserved.