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

    Type Alias M3uHeaders

    Represents the headers found in an M3U playlist file. These headers often include metadata related to the entire playlist, like URLs for TV guide data.

    type M3uHeaders = {
        urlTvg?: string;
        xTvgUrl?: string;
        [key: string]: undefined | string;
    }

    Indexable

    • [key: string]: undefined | string
    Index

    Properties

    Properties

    urlTvg?: string

    Alternative URL for the TV guide

    xTvgUrl?: string

    URL for the TV guide in XMLTV format