Class SourceRainlinkPlugin

The interface class for track resolver plugin, extend it to use

Hierarchy (view full)

Constructors

Properties

isRainlinkPlugin: boolean = true

Methods

  • sourceName function for source plugin register search engine. This will make plugin avalible to search when set the source to default source

    Returns string

    string

  • sourceIdentify function for source plugin register search engine. This will make plugin avalible to search when set the source to default source

    Returns string

    string

  • directSearchChecker function for checking if query have direct search param.

    Parameters

    • query: string

    Returns boolean

    boolean

  • searchDirect function for source plugin search directly without fallback. This will avoid overlaps in search function

    Parameters

    Returns Promise<RainlinkSearchResult>

    RainlinkSearchResult

  • Name function for getting plugin name

    Returns string

  • Load function for make the plugin working

    Parameters

    Returns void

  • unload function for make the plugin stop working

    Parameters

    Returns void