@iamtraction/play-dl
    Preparing search index...

    Function dz_advanced_track_search

    • Searches Deezer for tracks using the specified metadata.

      Parameters

      • options: DeezerAdvancedSearchOptions

        The metadata and limit for the search

        • limit?: The maximum number of results to return, maximum 100, defaults to 10.
        • artist?: The name of the artist
        • album?: The title of the album
        • title?: The title of the track
        • label?: The label that released the track
        • minDurationInSec?: The minimum duration in seconds
        • maxDurationInSec?: The maximum duration in seconds
        • minBpm?: The minimum BPM
        • maxBpm?: The minimum BPM

      Returns Promise<DeezerTrack[]>

      An array of tracks matching the metadata