StandardXtreamFullEPGListing: {
    id: string;
    epgId: string;
    title: string;
    language: string;
    start: Date;
    end: Date;
    description: string;
    channelId: string;
    nowPlaying: boolean;
    hasArchive: boolean;
}

Standardized Xtream full EPG listing information

This type represents a full EPG listing for a channel in a standardized format with additional information

Type declaration

  • id: string

    The unique identifier for the listing

  • epgId: string

    The EPG ID of the listing

  • title: string

    The title of the listing

  • language: string

    The language of the listing

  • start: Date

    The start time of the listing

  • end: Date

    The end time of the listing

  • description: string

    The description of the listing

  • channelId: string

    The channel ID of the listing

  • nowPlaying: boolean

    Flag indicating if the listing is currently playing

  • hasArchive: boolean

    Flag indicating if the listing has an archive available