Type Alias XtreamMovieData

XtreamMovieData: {
    stream_id: number;
    name: string;
    title: string;
    year: string | null;
    added: string;
    category_id: string;
    category_ids: number[];
    container_extension: string;
    custom_sid: string;
    direct_source: string;
}

Xtream movie data

This type represents the extra details of a movie stream

Type declaration

  • stream_id: number

    The unique identifier for the stream

  • name: string

    The title of the movie

  • title: string

    The title of the movie

  • year: string | null

    The year the movie was released

  • added: string

    The date when the movie was added to the system

  • category_id: string

    The primary category ID of the movie

  • category_ids: number[]

    All category IDs the movie belongs to

  • container_extension: string

    The file format extension

  • custom_sid: string

    Custom stream identifier

  • direct_source: string

    The direct URL to the movie's source