thetvdb v1.0.1 TheTVDB.Series
Summary
Types
t()
t() :: %TheTVDB.Series{airs_day_of_week: term, airs_time: term, aliases: term, banner: term, first_aired: term, genre: term, id: term, imdb_id: term, last_updated: term, network: term, network_id: term, overview: term, rating: term, runtime: term, series_id: term, series_name: term, site_rating: term, site_rating_count: term, status: term, zap2it_id: term}
Functions
Get all actors for a given series.
See actors/1.
Get all episodes for a given series.
An Enumerable of TheTVDB.Series.BasicEpisode is returned.
See episodes/1.
See exists?/1.
Get info about a series.
Search for a series by IMDb ID.
An Enumerable of TheTVDB.Series.SearchResult is returned.
See search_by_imdb_id/1.
Search for a series by name.
An Enumerable of TheTVDB.Series.SearchResult is returned.
See search_by_name/1.
search_by_zap2it_id(id)
search_by_zap2it_id(binary | integer) ::
{:ok, Enumerable.t} |
{:error, term}
Search for a series by Zap2It ID.
An Enumerable of TheTVDB.Series.SearchResult is returned.