@iptv/playlist - v1.1.1
    Preparing search index...

    Type Alias M3uChannel

    Represents a single channel in an M3U playlist, detailing its properties.

    type M3uChannel = {
        catchup?: string;
        catchupDays?: string;
        catchupSource?: string;
        duration?: number;
        extras?: Record<string, string | undefined>;
        groupTitle?: string;
        name?: string;
        timeshift?: string;
        tvgChno?: string;
        tvgId?: string;
        tvgLanguage?: string;
        tvgLogo?: string;
        tvgName?: string;
        tvgRec?: string;
        tvgUrl?: string;
        url?: string;
    }
    Index

    Properties

    catchup?: string

    Catchup service information for the channel

    catchupDays?: string

    Number of days available for catchup service

    catchupSource?: string

    Source URL for the catchup service

    duration?: number

    Duration of the channel's content

    extras?: Record<string, string | undefined>

    Additional custom properties

    groupTitle?: string

    Group title for categorizing the channel

    name?: string

    Name of the channel

    timeshift?: string

    Timeshift value for the channel

    tvgChno?: string

    Channel number in the TV guide

    tvgId?: string

    Identifier for the channel in a TV guide

    tvgLanguage?: string

    Language of the channel

    tvgLogo?: string

    URL of the channel's logo

    tvgName?: string

    Name for the channel in a TV guide

    tvgRec?: string

    Recording information for the channel

    tvgUrl?: string

    URL for the channel's TV guide data

    url?: string

    URL for the channel's streaming content