LavaSrc icon indicating copy to clipboard operation
LavaSrc copied to clipboard

Stream on next platform if current platform throwed error on Mirrored track

Open KagChi opened this issue 6 months ago • 5 comments

    providers: # Custom providers for track loading. This is the default
      - "dzisrc:%ISRC%" # Deezer ISRC provider
      - "dzsearch:%QUERY%" # Deezer search provider
      - "ytsearch:\"%ISRC%\"" # Will be ignored if track does not have an ISRC. See https://en.wikipedia.org/wiki/International_Standard_Recording_Code
      - "ytsearch:%QUERY%" # Will be used if track has no ISRC or no track could be found for the ISRC
      #  you can add multiple other fallback sources here

if deezer throwed error (geo block) it would continue to next platform. YouTube at this example case

KagChi avatar Aug 21 '24 14:08 KagChi