Package | Description |
---|---|
com.omertron.thetvdbapi | |
com.omertron.thetvdbapi.tools |
Modifier and Type | Method and Description |
---|---|
Episode |
TheTVDBApi.getAbsoluteEpisode(String seriesId,
int episodeNbr,
String language)
Get a specific absolute episode's information
|
List<Actor> |
TheTVDBApi.getActors(String seriesId)
Get a list of actors from the series id
|
List<Episode> |
TheTVDBApi.getAllEpisodes(String id,
String language)
Get all the episodes for a series.
|
Banners |
TheTVDBApi.getBanners(String seriesId)
Get a list of banners for the series id
|
Episode |
TheTVDBApi.getDVDEpisode(String seriesId,
int seasonNbr,
int episodeNbr,
String language)
Get a specific DVD episode's information
|
Episode |
TheTVDBApi.getEpisode(String seriesId,
int seasonNbr,
int episodeNbr,
String language)
Get a specific episode's information
|
Episode |
TheTVDBApi.getEpisodeById(String episodeId,
String language)
Get information for a specific episode
|
List<Language> |
TheTVDBApi.getLanguages()
Gets the languages.
|
List<Episode> |
TheTVDBApi.getSeasonEpisodes(String id,
int season,
String language)
Get all the episodes from a specific season for a series.
|
String |
TheTVDBApi.getSeasonYear(String id,
int seasonNbr,
String language)
Get a list of banners for the series id
|
Series |
TheTVDBApi.getSeries(String id,
String language)
Get the series information
|
TVDBUpdates |
TheTVDBApi.getWeeklyUpdates()
Get the weekly updates
|
TVDBUpdates |
TheTVDBApi.getWeeklyUpdates(int seriesId)
Get the weekly updates limited by Series ID
|
List<Series> |
TheTVDBApi.searchSeries(String title,
String language)
Get a list of series using a title and language
|
Modifier and Type | Method and Description |
---|---|
static List<Actor> |
TvdbParser.getActors(String urlString)
Get a list of the actors from the URL
|
static List<Episode> |
TvdbParser.getAllEpisodes(String urlString,
int season)
Get all the episodes from the URL
|
static Banners |
TvdbParser.getBanners(String urlString)
Get a list of banners from the URL
|
static Episode |
TvdbParser.getEpisode(String urlString)
Get the episode information from the URL
|
static Document |
DOMHelper.getEventDocFromUrl(String url)
Get a DOM document from the supplied URL
|
static List<Language> |
TvdbParser.getLanguages(String urlString)
Gets the languages.
|
static List<Series> |
TvdbParser.getSeriesList(String urlString)
Get a list of series from the URL
|
static TVDBUpdates |
TvdbParser.getUpdates(String urlString,
int seriesId)
Get a list of updates from the URL
|
Copyright © 2012-2015. All Rights Reserved.