StandardXtreamChannel: {
    id: string;
    name: string;
    epgId: string;
    number: number;
    tvArchive: boolean;
    tvArchiveDuration: number;
    logo: string;
    createdAt: Date;
    categoryIds?: string[];
    url?: string;
}

Standardized Xtream channel information

This type represents a live TV channel in the Xtream system in a standardized format

Type declaration

  • id: string

    The unique identifier for the channel

  • name: string

    The name of the channel

  • epgId: string

    The Electronic Program Guide channel ID

  • number: number

    The position/order number of the channel

  • tvArchive: boolean

    Flag indicating if TV archive is available

  • tvArchiveDuration: number

    The duration of available archive in days

  • logo: string

    The URL for the channel's logo

  • createdAt: Date

    The date when the channel was added to the system

  • OptionalcategoryIds?: string[]

    All category IDs the channel belongs to

  • Optionalurl?: string

    URL to access the stream