Get a list of movie ids that have been edited. By default we show the last 24 hours and only 100 items per page. The maximum
- number of days that can be returned in a single request is 14. You can then use the movie changes API to get the actual data
- that has been changed. Please note that the change log system to support this was changed on October 5, 2012 and will only
- show movies that have been edited since.
+Get a list of movie ids that have been edited. By default we show the
+ last 24 hours and only 100 items per page. The maximum number of days
+ that can be returned in a single request is 14. You can then use the
+ movie changes API to get the actual data that has been changed. Please
+ note that the change log system to support this was changed on October 5,
+ 2012 and will only show movies that have been edited since.
Parameters: page - startDate - the start date of the changes, optionalendDate - the end date of the changes, optional
Returns: List of changed movie
Throws:
@@ -1919,16 +1935,28 @@ extends String certificationLte,
String withCompanies)
throws MovieDbException
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+
Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
- You can alternatively create a "discover" object and pass it to this method to cut out the requirement for all of these
- parameters
-
Parameters: page - Minimum value is 1language - ISO 639-1 code.sortBy - Available options are vote_average.desc, vote_average.asc, release_date.desc, release_date.asc,
- popularity.desc, popularity.ascincludeAdult - Toggle the inclusion of adult titlesyear - Filter the results release dates to matches that include this valueprimaryReleaseYear - Filter the results so that only the primary release date year has this valuevoteCountGte - Only include movies that are equal to, or have a vote count higher than this valuevoteAverageGte - Only include movies that are equal to, or have a higher average rating than this valuewithGenres - Only include movies with the specified genres. Expected value is an integer (the id of a genre). Multiple
- values can be specified. Comma separated indicates an 'AND' query, while a pipe (|) separated value indicates an 'OR'.releaseDateGte - The minimum release to include. Expected format is YYYY-MM-DDreleaseDateLte - The maximum release to include. Expected format is YYYY-MM-DDcertificationCountry - Only include movies with certifications for a specific country. When this value is specified,
- 'certificationLte' is required. A ISO 3166-1 is expected.certificationLte - Only include movies with this certification and lower. Expected value is a valid certification for
- the specified 'certificationCountry'.withCompanies - Filter movies to include a specific company. Expected value is an integer (the id of a company). They
- can be comma separated to indicate an 'AND' query.
+ You can alternatively create a "discover" object and pass it to this
+ method to cut out the requirement for all of these parameters
+Parameters: page - Minimum value is 1language - ISO 639-1 code.sortBy - Available options are vote_average.desc, vote_average.asc,
+ release_date.desc, release_date.asc, popularity.desc, popularity.ascincludeAdult - Toggle the inclusion of adult titlesyear - Filter the results release dates to matches that include this
+ valueprimaryReleaseYear - Filter the results so that only the primary
+ release date year has this valuevoteCountGte - Only include movies that are equal to, or have a vote
+ count higher than this valuevoteAverageGte - Only include movies that are equal to, or have a
+ higher average rating than this valuewithGenres - Only include movies with the specified genres. Expected
+ value is an integer (the id of a genre). Multiple values can be
+ specified. Comma separated indicates an 'AND' query, while a pipe (|)
+ separated value indicates an 'OR'.releaseDateGte - The minimum release to include. Expected format is
+ YYYY-MM-DDreleaseDateLte - The maximum release to include. Expected format is
+ YYYY-MM-DDcertificationCountry - Only include movies with certifications for a
+ specific country. When this value is specified, 'certificationLte' is
+ required. A ISO 3166-1 is expected.certificationLte - Only include movies with this certification and
+ lower. Expected value is a valid certification for the specified
+ 'certificationCountry'.withCompanies - Filter movies to include a specific company.
+ Expected value is an integer (the id of a company). They can be comma
+ separated to indicate an 'AND' query.
Returns:
Throws:
MovieDbException
@@ -1942,7 +1970,8 @@ extends TmdbResultsList <MovieDb > getDiscover(Discover discover)
throws MovieDbException
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
Parameters: discover - A discover object containing the search criteria required
Returns:
Throws:
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
index 948019082..ee9b50c9c 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/MovieDbException.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.MovieDbException (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -160,7 +160,8 @@
TokenAuthorisation
TheMovieDbApi. getAuthorisationToken ()
-This method is used to generate a valid request token for user based authentication.
+This method is used to generate a valid request token for user based
+ authentication.
@@ -174,13 +175,15 @@
CollectionInfo
TheMovieDbApi. getCollectionInfo (int collectionId,
String language)
-This method is used to retrieve all of the basic information about a movie collection.
+This method is used to retrieve all of the basic information about a
+ movie collection.
Company
TheMovieDbApi. getCompanyInfo (int companyId)
-This method is used to retrieve the basic information about a production company on TMDb.
+This method is used to retrieve the basic information about a production
+ company on TMDb.
@@ -194,7 +197,8 @@
TmdbResultsList <MovieDb >
TheMovieDbApi. getDiscover (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
@@ -213,7 +217,8 @@
String certificationCountry,
String certificationLte,
String withCompanies)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
@@ -277,7 +282,8 @@
TheMovieDbApi. getMovieAlternativeTitles (int movieId,
String country,
String ... appendToResponse)
-This method is used to retrieve all of the alternative titles we have for a particular movie.
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
@@ -308,7 +314,8 @@
TheMovieDbApi. getMovieImages (int movieId,
String language,
String ... appendToResponse)
-This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
@@ -331,7 +338,8 @@
TmdbResultsList <Keyword >
TheMovieDbApi. getMovieKeywords (int movieId,
String ... appendToResponse)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
@@ -348,22 +356,25 @@
TheMovieDbApi. getMovieReleaseInfo (int movieId,
String language,
String ... appendToResponse)
-This method is used to retrieve all of the release and certification data we have for a specific movie.
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
-TmdbResultsList <Trailer >
+TmdbResultsList <Video >
TheMovieDbApi. getMovieTrailers (int movieId,
String language,
String ... appendToResponse)
-This method is used to retrieve all of the trailers for a particular movie.
+This method is used to retrieve all of the trailers for a particular
+ movie.
TmdbResultsList <Translation >
TheMovieDbApi. getMovieTranslations (int movieId,
String ... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+This method is used to retrieve a list of the available translations for
+ a specific movie.
@@ -391,7 +402,8 @@
TmdbResultsList <PersonCredit >
TheMovieDbApi. getPersonCredits (int personId,
String ... appendToResponse)
-This method is used to retrieve all of the cast & crew information for the person.
+This method is used to retrieve all of the cast & crew information for
+ the person.
@@ -449,7 +461,8 @@
TokenSession
TheMovieDbApi. getSessionToken (TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
@@ -458,14 +471,16 @@
String language,
int page,
String ... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a particular movie.
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
TmdbResultsList <MovieDb >
TheMovieDbApi. getTopRatedMovies (String language,
int page)
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
@@ -557,7 +572,8 @@
String language,
boolean includeAdult,
int page)
-Search Movies This is a good starting point to start finding movies on TMDb.
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
@@ -582,8 +598,8 @@
-TheMovieDbApi (String apiKey,
- org.yamj.api.common.http.CommonHttpClient httpClient)
+TheMovieDbApi (String apiKey,
+ org.apache.http.impl.client.CloseableHttpClient httpClient)
API for The Movie Db.
@@ -602,27 +618,23 @@
-static URLConnection
-WebBrowser. openProxiedConnection (URL url)
+String
+HttpTools. deleteRequest (URL url)
+Execute a DELETE on the URL
+
-static String
-WebBrowser. request (String url)
+String
+HttpTools. getRequest (URL url)
+GET data from the URL
+
-static String
-WebBrowser. request (URL url)
-
-
-static String
-WebBrowser. request (URL url,
- String jsonBody)
-
-
-static String
-WebBrowser. request (URL url,
- String jsonBody,
- boolean isDeleteRequest)
+String
+HttpTools. postRequest (URL url,
+ String jsonBody)
+POST content to the URL with the specified body
+
diff --git a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
index 2fda522c3..8cfce74dc 100644
--- a/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
+++ b/apidocs/com/omertron/themoviedbapi/class-use/TheMovieDbApi.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.TheMovieDbApi (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
index 302ff4612..5f9fd148d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractIdName.html
@@ -2,10 +2,10 @@
-
-
+
+
AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
index 581280f04..be2b15243 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AbstractJsonMapping.html
@@ -2,10 +2,10 @@
-
-
+
+
AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -101,7 +101,7 @@
Direct Known Subclasses:
-AbstractIdName , AbstractWrapper , Account , Artwork , ChangedItem , ChangedMovie , Collection , CollectionInfo , Company , JobDepartment , KeywordMovie , Language , ListItemStatus , MovieDb , MovieDbList , MovieList , Person , PersonCast , PersonCredit , PersonCrew , ProductionCountry , ReleaseInfo , Reviews , StatusCode , TmdbConfiguration , TokenAuthorisation , TokenSession , Trailer , Translation
+AbstractIdName , AbstractWrapper , Account , Artwork , ChangedItem , ChangedMovie , Collection , CollectionInfo , Company , JobDepartment , KeywordMovie , Language , ListItemStatus , MovieDb , MovieDbList , MovieList , Person , PersonCast , PersonCredit , PersonCrew , ProductionCountry , ReleaseInfo , Reviews , StatusCode , TmdbConfiguration , TokenAuthorisation , TokenSession , Trailer , Translation , Video
diff --git a/apidocs/com/omertron/themoviedbapi/model/Account.html b/apidocs/com/omertron/themoviedbapi/model/Account.html
index 97ebbddcc..d8fa489f8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Account.html
@@ -2,10 +2,10 @@
-
-
+
+
Account (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
index bc8ac4d04..b40ce532b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/AlternativeTitle.html
@@ -2,10 +2,10 @@
-
-
+
+
AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
index d4f2b0f53..7cd938fe4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Artwork.html
@@ -2,10 +2,10 @@
-
-
+
+
Artwork (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
index a645ca2f3..2c88d31fb 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ArtworkType.html
@@ -2,10 +2,10 @@
-
-
+
+
ArtworkType (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
index 7fa6887ff..09a169e63 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
-
+
+
ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
index 9c17f01cc..5a0255bf0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedItem.html
@@ -2,10 +2,10 @@
-
-
+
+
ChangedItem (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
index 8b7d1aeca..42acc8d5f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ChangedMovie.html
@@ -2,10 +2,10 @@
-
-
+
+
ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Collection.html b/apidocs/com/omertron/themoviedbapi/model/Collection.html
index dc56f9519..8afc51c54 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Collection.html
@@ -2,10 +2,10 @@
-
-
+
+
Collection (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
index 115a99aa3..f2f69cbd6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/CollectionInfo.html
@@ -2,10 +2,10 @@
-
-
+
+
CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Company.html b/apidocs/com/omertron/themoviedbapi/model/Company.html
index 0cd6edd9e..163ed2200 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Company.html
@@ -2,10 +2,10 @@
-
-
+
+
Company (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Discover.html b/apidocs/com/omertron/themoviedbapi/model/Discover.html
index e70627199..f9959a373 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Discover.html
@@ -2,10 +2,10 @@
-
-
+
+
Discover (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Genre.html b/apidocs/com/omertron/themoviedbapi/model/Genre.html
index eec921ff3..9c4bee977 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Genre.html
@@ -2,10 +2,10 @@
-
-
+
+
Genre (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
index 7edf3bc62..2b8907930 100644
--- a/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/JobDepartment.html
@@ -2,10 +2,10 @@
-
-
+
+
JobDepartment (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
index 807aa6e48..7695cf8dd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Keyword.html
@@ -2,10 +2,10 @@
-
-
+
+
Keyword (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
index 5a31ac040..2034ce921 100644
--- a/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/KeywordMovie.html
@@ -2,10 +2,10 @@
-
-
+
+
KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Language.html b/apidocs/com/omertron/themoviedbapi/model/Language.html
index 79cd5663f..ddb0a4f0e 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Language.html
@@ -2,10 +2,10 @@
-
-
+
+
Language (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
index 5cc14c761..5fadc76b0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ListItemStatus.html
@@ -2,10 +2,10 @@
-
-
+
+
ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
index 1f086d6a6..f5a615179 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDb.html
@@ -2,10 +2,10 @@
-
-
+
+
MovieDb (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -205,72 +205,72 @@ extends
String
-getOriginalTitle ()
+getOriginalLanguage ()
String
+getOriginalTitle ()
+
+
+String
getOverview ()
-
+
float
getPopularity ()
-
+
String
getPosterPath ()
-
+
List <ProductionCompany >
getProductionCompanies ()
-
+
List <ProductionCountry >
getProductionCountries ()
-
+
String
getReleaseDate ()
-
+
List <ReleaseInfo >
getReleases ()
-
+
long
getRevenue ()
-
+
List <Reviews >
getReviews ()
-
+
int
getRuntime ()
-
+
List <MovieDb >
getSimilarMovies ()
-
+
List <Language >
getSpokenLanguages ()
-
+
String
getStatus ()
-
+
String
getTagline ()
-
+
String
getTitle ()
-
-List <Trailer >
-getTrailers ()
-
List <Translation >
getTranslations ()
@@ -284,73 +284,81 @@ extends getVideo ()
+List <Video >
+getVideos ()
+
+
float
getVoteAverage ()
-
+
int
getVoteCount ()
-
+
int
hashCode ()
-
+
boolean
isAdult ()
-
+
void
setAdult (boolean adult)
-
+
void
setAlternativeTitles (WrapperAlternativeTitles alternativeTitles)
-
+
void
setBackdropPath (String backdropPath)
-
+
void
setBelongsToCollection (Collection belongsToCollection)
-
+
void
setBudget (long budget)
-
+
void
setCasts (WrapperMovieCasts casts)
-
+
void
setGenres (List <Genre > genres)
-
+
void
setHomepage (String homepage)
-
+
void
setId (int id)
-
+
void
setImages (WrapperImages images)
-
+
void
setImdbID (String imdbID)
-
+
void
setKeywords (WrapperMovieKeywords keywords)
-
+
void
setLists (WrapperMovieList lists)
+
+void
+setOriginalLanguage (String originalLanguage)
+
void
setOriginalTitle (String originalTitle)
@@ -417,7 +425,7 @@ extends
void
-setTrailers (WrapperTrailers trailers)
+setTrailers (WrapperVideos trailers)
void
@@ -710,6 +718,15 @@ extends Boolean getVideo()
+
+
+
+
@@ -935,6 +952,15 @@ extends Boolean video)
+
+
+
+
@@ -989,13 +1015,13 @@ extends List <ReleaseInfo > getReleases()
-
+
@@ -1079,13 +1105,13 @@ extends WrapperReleaseInfo releases)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
index cdda86153..2ccbdb062 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbList.html
@@ -2,10 +2,10 @@
-
-
+
+
MovieDbList (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
index 7cdf19a16..33ac8633c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieDbListStatus.html
@@ -2,10 +2,10 @@
-
-
+
+
MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
index 227affb6c..63ab9c6af 100644
--- a/apidocs/com/omertron/themoviedbapi/model/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/MovieList.html
@@ -2,10 +2,10 @@
-
-
+
+
MovieList (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Person.html b/apidocs/com/omertron/themoviedbapi/model/Person.html
index f2a0efb1f..a077eb7f1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Person.html
@@ -2,10 +2,10 @@
-
-
+
+
Person (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
index c9ee03e37..62fe77516 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCast.html
@@ -2,10 +2,10 @@
-
-
+
+
PersonCast (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
index 0a4d20598..c2ad2265b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCredit.html
@@ -2,10 +2,10 @@
-
-
+
+
PersonCredit (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
index 137694ae6..ec88d3a73 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonCrew.html
@@ -2,10 +2,10 @@
-
-
+
+
PersonCrew (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
index 00f4f90d9..3db80cdc1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/PersonType.html
@@ -2,10 +2,10 @@
-
-
+
+
PersonType (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
index d155a3f52..0ae1eaabd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCompany.html
@@ -2,10 +2,10 @@
-
-
+
+
ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
index cb54272fa..e5535f5a0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ProductionCountry.html
@@ -2,10 +2,10 @@
-
-
+
+
ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
index 7e4010941..a99f4e144 100644
--- a/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
-
+
+
ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
index a2b143033..20027a4e1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Reviews.html
@@ -2,10 +2,10 @@
-
-
+
+
Reviews (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
index 2a354d9f8..eefc8b173 100644
--- a/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/StatusCode.html
@@ -2,10 +2,10 @@
-
-
+
+
StatusCode (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
index f22ce1776..161c9f4a9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TmdbConfiguration.html
@@ -2,10 +2,10 @@
-
-
+
+
TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
index 19869866b..e649e455d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
-
+
+
TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
index 4b8615c6b..2bb78ee54 100644
--- a/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/TokenSession.html
@@ -2,10 +2,10 @@
-
-
+
+
TokenSession (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
index 40d48e82a..ffa1294e1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Trailer.html
@@ -2,10 +2,10 @@
-
-
+
+
Trailer (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -63,13 +63,13 @@
@@ -108,6 +108,7 @@
public class Trailer
extends AbstractJsonMapping
+Trailer specific information from the "Append to Response" method
Author:
Stuart
See Also: Serialized Form
@@ -117,29 +118,6 @@ extends
-
-
-
-
-
-Field Summary
-
-
-
-
-String
-getKey ()
-
-
-String
-getLanguage ()
-
-
-String
getName ()
-
-String
-getSite ()
-
String
getSize ()
String
+getSource ()
+
+
+String
getType ()
-
+
int
hashCode ()
-
-void
-setId (String id)
-
-
-void
-setKey (String key)
-
-
-void
-setLanguage (String language)
-
void
setName (String name)
void
-setSite (String site)
+setSize (String size)
void
-setSize (String size)
+setSource (String source)
void
@@ -256,34 +210,6 @@ extends
-
-
-
-
-
-
-
-getSize
-public String getSize()
-
-
-
-
-
-
-
-getKey
-public String getKey()
-
-
-
-
-
-
-
-getSite
-public String getSite()
-
-
-
-
-
-
-
-getType
-public String getType()
-
-
-
-
-
-
-
-
-
-
@@ -388,6 +251,15 @@ extends String name)
+
+
+
+
+
+getSize
+public String getSize()
+
+
@@ -397,22 +269,31 @@ extends String size)
-
+
-
+
+
+
+
+
+
+getType
+public String getType()
@@ -424,15 +305,6 @@ extends String type)
-
-
-
-
@@ -511,13 +383,13 @@ extends
Summary:
Nested |
-Field |
+Field |
Constr |
Method
diff --git a/apidocs/com/omertron/themoviedbapi/model/Translation.html b/apidocs/com/omertron/themoviedbapi/model/Translation.html
index fb58655fa..8fbc304dd 100644
--- a/apidocs/com/omertron/themoviedbapi/model/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/Translation.html
@@ -2,10 +2,10 @@
-
-
+
+
Translation (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -38,7 +38,7 @@
Frames
@@ -348,7 +348,7 @@ extends
Frames
diff --git a/apidocs/com/omertron/themoviedbapi/model/Video.html b/apidocs/com/omertron/themoviedbapi/model/Video.html
new file mode 100644
index 000000000..83d843d28
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/Video.html
@@ -0,0 +1,481 @@
+
+
+
+
+
+
+Video (API-The MovieDB 3.12-SNAPSHOT API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+Video ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+Video
+public Video()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
index f8c97f8fb..cc118baae 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractIdName.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.AbstractIdName (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
index 79a087bcf..f9ad4dbb8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AbstractJsonMapping.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.AbstractJsonMapping (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -230,12 +230,20 @@
class
-Trailer
+Trailer
+Trailer specific information from the "Append to Response" method
+
class
Translation
+
+class
+Video
+Video specific information
+
+
@@ -354,11 +362,11 @@
class
-WrapperTrailers
+WrapperTranslations
class
-WrapperTranslations
+WrapperVideos
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
index 9b14b9a8c..887e453a9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Account.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Account (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
index b7a9c4a0b..5b35545b2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/AlternativeTitle.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.AlternativeTitle (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -109,7 +109,8 @@
TheMovieDbApi. getMovieAlternativeTitles (int movieId,
String country,
String ... appendToResponse)
-This method is used to retrieve all of the alternative titles we have for a particular movie.
+This method is used to retrieve all of the alternative titles we have for
+ a particular movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
index e560b6e3b..d8099e3c9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Artwork.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Artwork (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -116,7 +116,8 @@
TheMovieDbApi. getMovieImages (int movieId,
String language,
String ... appendToResponse)
-This method should be used when you’re wanting to retrieve all of the images for a particular movie.
+This method should be used when you’re wanting to retrieve all of the
+ images for a particular movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
index 52ed5855d..0c0fedc5c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ArtworkType.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ArtworkType (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
index ebd2d44fb..835c7902d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangeKeyItem.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ChangeKeyItem (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
index 75f3acfdc..7265b112f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedItem.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ChangedItem (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
index ed363482d..d21013f1d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ChangedMovie.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ChangedMovie (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
index 72152baa9..2f38ad950 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Collection.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Collection (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
index c68c7d753..68f99e843 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/CollectionInfo.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.CollectionInfo (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -100,7 +100,8 @@
CollectionInfo
TheMovieDbApi. getCollectionInfo (int collectionId,
String language)
-This method is used to retrieve all of the basic information about a movie collection.
+This method is used to retrieve all of the basic information about a
+ movie collection.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
index 042bc36ea..82b3ca2c1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Company.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Company (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -107,7 +107,8 @@
Company
TheMovieDbApi. getCompanyInfo (int companyId)
-This method is used to retrieve the basic information about a production company on TMDb.
+This method is used to retrieve the basic information about a production
+ company on TMDb.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
index 9a91551d0..a58db4e67 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Discover.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Discover (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -103,7 +103,8 @@
TmdbResultsList <MovieDb >
TheMovieDbApi. getDiscover (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
index a2cc26058..87dc82203 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Genre.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Genre (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
index 890e0f1fe..b5e1dd3b0 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/JobDepartment.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.JobDepartment (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
index 524e3427b..59eaf729b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Keyword.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Keyword (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -123,7 +123,8 @@
TmdbResultsList <Keyword >
TheMovieDbApi. getMovieKeywords (int movieId,
String ... appendToResponse)
-This method is used to retrieve all of the keywords that have been added to a particular movie.
+This method is used to retrieve all of the keywords that have been added
+ to a particular movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
index 350468b31..017efaee2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/KeywordMovie.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.KeywordMovie (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
index 0db096c97..c4e46e9b3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Language.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Language (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
index 1556d2cab..a9f8777a1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ListItemStatus.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ListItemStatus (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
index d89852bd5..0dab277a2 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDb.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.MovieDb (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -146,7 +146,8 @@
TmdbResultsList <MovieDb >
TheMovieDbApi. getDiscover (Discover discover)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
@@ -165,7 +166,8 @@
String certificationCountry,
String certificationLte,
String withCompanies)
-Discover movies by different types of data like average rating, number of votes, genres and certifications.
+Discover movies by different types of data like average rating, number of
+ votes, genres and certifications.
@@ -209,14 +211,16 @@
String language,
int page,
String ... appendToResponse)
-The similar movies method will let you retrieve the similar movies for a particular movie.
+The similar movies method will let you retrieve the similar movies for a
+ particular movie.
TmdbResultsList <MovieDb >
TheMovieDbApi. getTopRatedMovies (String language,
int page)
-This method is used to retrieve the top rated movies that have over 10 votes on TMDb.
+This method is used to retrieve the top rated movies that have over 10
+ votes on TMDb.
@@ -240,7 +244,8 @@
String language,
boolean includeAdult,
int page)
-Search Movies This is a good starting point to start finding movies on TMDb.
+Search Movies This is a good starting point to start finding movies on
+ TMDb.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
index b85c08974..25ba7baea 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbList.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.MovieDbList (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
index 74e682a01..81d8dbf0d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieDbListStatus.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.MovieDbListStatus (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
index 8345d49d7..24ef1cea8 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/MovieList.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.MovieList (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
index d3749fa67..bc9db77d9 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Person.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Person (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
index 631dc6937..d7a4075be 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCast.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.PersonCast (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
index 56fc61bdf..dacfd6799 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCredit.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.PersonCredit (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -112,7 +112,8 @@
TmdbResultsList <PersonCredit >
TheMovieDbApi. getPersonCredits (int personId,
String ... appendToResponse)
-This method is used to retrieve all of the cast & crew information for the person.
+This method is used to retrieve all of the cast & crew information for
+ the person.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
index b5652e9fc..f31ef2ae6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonCrew.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.PersonCrew (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
index a7ff6f7fc..51565a97d 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/PersonType.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.PersonType (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
index c7ae08cfb..f31ac4919 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCompany.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ProductionCompany (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
index 5068f5966..9fd049e9f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ProductionCountry.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ProductionCountry (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
index 935c339dd..5628a27ac 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/ReleaseInfo.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.ReleaseInfo (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -109,7 +109,8 @@
TheMovieDbApi. getMovieReleaseInfo (int movieId,
String language,
String ... appendToResponse)
-This method is used to retrieve all of the release and certification data we have for a specific movie.
+This method is used to retrieve all of the release and certification data
+ we have for a specific movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
index f5c537b4a..11550bc07 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Reviews.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Reviews (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
index 8f9a630f3..35b01588f 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/StatusCode.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.StatusCode (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
index d97c090b6..244d129c6 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TmdbConfiguration.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.TmdbConfiguration (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
index 36420b308..ab690dcb4 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenAuthorisation.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.TokenAuthorisation (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -99,7 +99,8 @@
TokenAuthorisation
TheMovieDbApi. getAuthorisationToken ()
-This method is used to generate a valid request token for user based authentication.
+This method is used to generate a valid request token for user based
+ authentication.
@@ -114,7 +115,8 @@
TokenSession
TheMovieDbApi. getSessionToken (TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
index b71ccfb01..a0e66bced 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/TokenSession.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.TokenSession (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -105,7 +105,8 @@
TokenSession
TheMovieDbApi. getSessionToken (TokenAuthorisation token)
-This method is used to generate a session id for user based authentication.
+This method is used to generate a session id for user based
+ authentication.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
index 2cdc90fce..d32f9cd72 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Trailer.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Trailer (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -77,14 +77,6 @@
-com.omertron.themoviedbapi
-
-
-
-com.omertron.themoviedbapi.model
-
-
-
com.omertron.themoviedbapi.wrapper
@@ -93,64 +85,11 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
index d8ff7f936..bacf1337c 100644
--- a/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Translation.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.Translation (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -108,7 +108,8 @@
TmdbResultsList <Translation >
TheMovieDbApi. getMovieTranslations (int movieId,
String ... appendToResponse)
-This method is used to retrieve a list of the available translations for a specific movie.
+This method is used to retrieve a list of the available translations for
+ a specific movie.
diff --git a/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html
new file mode 100644
index 000000000..e775c88c9
--- /dev/null
+++ b/apidocs/com/omertron/themoviedbapi/model/class-use/Video.html
@@ -0,0 +1,219 @@
+
+
+
+
+
+
+Uses of Class com.omertron.themoviedbapi.model.Video (API-The MovieDB 3.12-SNAPSHOT API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+Copyright © 2012-2015. All Rights Reserved.
+
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
index 6a93703f6..ccc31a402 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/PersonCreditDateComparator.html
@@ -2,10 +2,10 @@
-
-
+
+
PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
index 22f63e74a..5a40e13d1 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/class-use/PersonCreditDateComparator.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Class com.omertron.themoviedbapi.model.comparator.PersonCreditDateComparator (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
index fed0bde81..e45b46605 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-frame.html
@@ -2,10 +2,10 @@
-
-
+
+
com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
index feaac1e13..e9fa76fd3 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-summary.html
@@ -2,10 +2,10 @@
-
-
+
+
com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
index 19f30bf5c..2a65f6f19 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-tree.html
@@ -2,10 +2,10 @@
-
-
+
+
com.omertron.themoviedbapi.model.comparator Class Hierarchy (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
index 01221386a..9c8e0f0b5 100644
--- a/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
+++ b/apidocs/com/omertron/themoviedbapi/model/comparator/package-use.html
@@ -2,10 +2,10 @@
-
-
+
+
Uses of Package com.omertron.themoviedbapi.model.comparator (API-The MovieDB 3.12-SNAPSHOT API)
-
+
diff --git a/apidocs/com/omertron/themoviedbapi/model/package-frame.html b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
index dd0469f1a..189621c4b 100644
--- a/apidocs/com/omertron/themoviedbapi/model/package-frame.html
+++ b/apidocs/com/omertron/themoviedbapi/model/package-frame.html
@@ -2,10 +2,10 @@
-
-
+
+
com.omertron.themoviedbapi.model (API-The MovieDB 3.12-SNAPSHOT API)
-
+
@@ -49,6 +49,7 @@