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

Safe HaskellNone
LanguageHaskell2010

Network.API.TheMovieDB.Types.Season

Synopsis

Documentation

data Season Source

Metadata for a TV Season.

Constructors

Season 

Fields

seasonID :: ItemID

TheMovieDB unique ID.

seasonNumber :: Int

Season sequence number. Remember that season 0 is sometimes used to hold unreleased/unaired episodes.

seasonAirDate :: Maybe Day

The date this season began to air, if ever.

seasonEpisodeCount :: Int

Number of episodes in this season.

seasonPosterPath :: Text

Incomplete URL for poster image. See seasonPosterURLs.

seasonEpisodes :: [Episode]

List of Episodes.

seasonPosterURLs :: Configuration -> Season -> [Text] Source

Return a list of URLs for all possible season posters.