Skip to main content

Interface: StreamShareTmdbReference

Reference used by clients to enrich service results with TMDB metadata.

Properties

id

id: number

TMDB movie or series identifier.


type

type: "movie" | "tvShow"

Media namespace of the referenced TMDB identifier.


episodeId?

optional episodeId?: number

TMDB episode ID when id identifies the parent series.


numberOfSeasons?

optional numberOfSeasons?: number

Number of published or known seasons for a series.


inProduction?

optional inProduction?: boolean

Whether the referenced series is still in production.