• Performs a track search on any search engine, with a provided track object and field to query.

    Parameters

    • searchEngineURL: string

      Search engine URL, with the search query being replaced by %s or %S. For example: https://www.youtube.com/results?search_query=%s

    • prop: string

      The property of the track to search for (e.g. artist, albumArtist, series, album, title)

    • item: Track

      The SongData/Track object to query on the web.

    • Optional internal: boolean

      Whether to show in an internal dialog instead of a web browser. Default = false

    • Optional modal: boolean

      Whether to show in a modal (subordinate) dialog window. Default = false

    Returns void

    Method

    openWebSearch