Skip to main content

Interface: PluginListItemInput

Media item accepted by the interactive playlist API.

Properties

filename

filename: string

User-facing or source-provided filename.


url

url: string

Playable media URL.


type

type: "movie" | "tvShow" | "unclassified"

Host media classification.


tmdbID?

optional tmdbID?: number

TMDB identifier when known.


season?

optional season?: number

Season number for episodic content.


episode?

optional episode?: number

Episode number for episodic content.


production_date?

optional production_date?: string

Source-provided production date.


genres?

optional genres?: number[]

TMDB genre identifiers.