Type Alias XtreamMoviesListing

XtreamMoviesListing: {
    num: number;
    name: string;
    year: string | null;
    title: string;
    stream_type: string;
    stream_id: number;
    stream_icon: string;
    rating: number;
    rating_5based: number;
    genre: string | null;
    added: string;
    episode_run_time: number | null;
    category_id: string;
    category_ids: number[];
    container_extension: string;
    custom_sid: any;
    direct_source: string;
    release_date: string | null;
    cast: string | null;
    director: string | null;
    plot: string | null;
    youtube_trailer: string | null;
    url?: string;
}

Xtream movie information

This type represents a movie in the Xtream system

Type declaration

  • num: number

    The position/order number of the movie

  • name: string

    The title of the movie

  • year: string | null

    Year released

  • title: string

    The title of the movie

  • stream_type: string

    The type of stream (e.g., "movie")

  • stream_id: number

    The unique identifier for the stream

  • stream_icon: string

    The URL for the movie's icon/poster

  • rating: number

    The movie's rating as a string

  • rating_5based: number

    The movie's rating on a 5-point scale

  • genre: string | null

    The genres of the movie

  • added: string

    The date when the movie was added to the system

  • episode_run_time: number | null

    The runtime of the movie in minutes

  • 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: any

    Custom stream identifier

  • direct_source: string

    The direct URL to the movie's source

  • release_date: string | null

    The release date of the movie

  • cast: string | null

    The cast of the movie

  • director: string | null

    The director(s) of the movie

  • plot: string | null

    The synopsis/description of the movie

  • youtube_trailer: string | null

    Youtube ID of the trailer

  • Optionalurl?: string

    The URL to access the movie