Skip to main content

Interface: PluginListItem

Playlist item returned by the host.

Properties

id

id: number

Stable numeric playlist-item identifier.


listID

listID: number

Identifier of the containing playlist.


filename?

optional filename?: string

User-facing or source-provided filename when known.


url

url: string

Playable media URL.


type?

optional type?: "movie" | "tvShow" | "unclassified"

Host media classification when known.


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.