Interface M3uParserConfig

Interface to configure m3u parser

interface M3uParserConfig {
    customDataMapping?: M3uCustomDataMapping;
    ignoreErrors?: boolean;
}

Properties

customDataMapping?: M3uCustomDataMapping

Custom mapping for unknown directives, that can be partially parsed too and added to parsed object

ignoreErrors?: boolean

Ignore errors in file and try to parse it with it