Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KagChi opened this issue Aug 21, 2024 · 5 comments
Open
Labels
enhancement New feature or request

Comments

@KagChi
Copy link
Contributor

KagChi commented Aug 21, 2024

    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

@topi314 topi314 added the enhancement New feature or request label Aug 21, 2024
@KagChi
Copy link
Contributor Author

KagChi commented Aug 22, 2024

resolved by #219

@KagChi KagChi closed this as completed Aug 22, 2024
@KagChi
Copy link
Contributor Author

KagChi commented Aug 31, 2024

actually still not resolved, my bad ^^

@KagChi KagChi reopened this Aug 31, 2024
@topi314
Copy link
Owner

topi314 commented Aug 31, 2024

atm it just continues loading if loading a track fails from a different platform yes
a playback exception will still cause it to not load from somewhere else

figured thats what you want

@KagChi
Copy link
Contributor Author

KagChi commented Aug 31, 2024

yes. that what i want, my bad 😹

@topi314
Copy link
Owner

topi314 commented Aug 31, 2024

That is not as straightforward to implement as what you did there, since different errors could also mean different things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants