TvShow
Media metadata representing a TV show episode.
example
{
type: 'tvShow',
broadcastDate: '2018-03-29',
episodeNumber: 18,
seasonNumber: 11,
seriesTitle: 'The Big Bang Theory',
title: 'The Gates Excitation',
}
Hierarchy
-
↳ TvShow
Index
Properties
Properties
Optional
broadcastDate
• broadcastDate? : undefined | string
The value is the date and/or time at which the TV show episode was first aired, in ISO-8601 format.
Optional
episodeNumber
• episodeNumber? : undefined | number
The number of an episode in a given season of a TV show. Typically episode numbers are counted starting from 1, however this value may be 0 if it is a "pilot" episode that is not considered to be an official episode of the first season.
Optional
images
• images? : WebImage[]
Inherited from MediaMetadata.images
List of images, e.g. a poster image, album cover, photo etc.
Optional
releaseDate
• releaseDate? : undefined | string
The value is the date and/or time at which the TV show episode was released, in ISO-8601 format.
Optional
seasonNumber
• seasonNumber? : undefined | number
The season number that a TV show episode belongs to. Typically season numbers are counted starting from 1, however this value may be 0 if it is a "pilot" episode that predates the official start of a TV series.
Optional
seriesTitle
• seriesTitle? : undefined | string
The name of the TV show.
Optional
title
• title? : undefined | string
The title of the episode.
type
• type: "tvShow"
Overrides MediaMetadata.type
Media type.