thetvdb v1.2.0 TheTVDB.Episode
Link to this section Summary
Link to this section Types
Specs
t() :: %TheTVDB.Episode{
absolute_number: term(),
aired_episode_number: term(),
aired_season: term(),
airs_after_season: term(),
airs_before_episode: term(),
airs_before_season: term(),
director: term(),
directors: term(),
dvd_chapter: term(),
dvd_discid: term(),
dvd_episode_number: term(),
dvd_season: term(),
episode_name: term(),
filename: term(),
first_aired: term(),
guest_stars: term(),
id: term(),
imdb_id: term(),
last_updated: term(),
last_updated_by: term(),
overview: term(),
production_code: term(),
series_id: term(),
show_url: term(),
site_rating: term(),
site_rating_count: term(),
thumb_added: term(),
thumb_author: term(),
thumb_height: term(),
thumb_width: term(),
writers: term()
}
Link to this section Functions
Link to this function
info(id)
Specs
info(TheTVDB.Series.BasicEpisode.t() | integer()) :: t()
Get info about an episode.