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
|
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
|
Modifier and Type | Method and Description |
---|---|
List<Episode> |
TheTVDBApi.getAllEpisodes(String id,
String language)
Get all the episodes for a series.
|
List<Episode> |
TheTVDBApi.getSeasonEpisodes(String id,
int season,
String language)
Get all the episodes from a specific season for a series.
|
Modifier and Type | Method and Description |
---|---|
static Episode |
TvdbParser.getEpisode(String urlString)
Get the episode information from the URL
|
Modifier and Type | Method and Description |
---|---|
static List<Episode> |
TvdbParser.getAllEpisodes(String urlString,
int season)
Get all the episodes from the URL
|
Copyright © 2012-2015. All Rights Reserved.