themoviedb-1.1.1.0: Haskell API bindings for http://themoviedb.org

Safe HaskellNone
LanguageHaskell2010

Network.API.TheMovieDB.Types.Episode

Synopsis

Documentation

data Episode Source

Metadata for a TV Episode.

Constructors

Episode 

Fields

episodeID :: ItemID

TheMovieDB unique ID.

episodeNumber :: Int

Episode sequence number.

episodeName :: Text

Episode name.

episodeOverview :: Text

Short description of the episode.

episodeSeasonNumber :: Int

The season this episode belongs to.

episodeAirDate :: Maybe Day

Episode air date, if it ever aired.

episodeStillPath :: Text

Incomplete URL to a still image from the episode. See the episodeStillURLs function for more information.

episodeStillURLs :: Configuration -> Episode -> [Text] Source

Return a list of URLs for all possible episode still images.