You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has the potential to be significantly faster than the current implementation for spotify tracks with a known isrc: https://apiref.developer.tidal.com/
We should of course fallback on the old implementation if no result was returned (or incorrect result)
The text was updated successfully, but these errors were encountered:
This would require an additional configuration step on the user's side to register a Tidal app and get a client key / secret. AFAICT, currently the public Tidal API doesn't support read/write to user playlists, however I suspect that in the future that all the same endpoints will eventually be supported, so probably it makes more sense to add this feature once we can switch everything over to the new API all at once.
Since version 0.8.0of the tidalapi library has added a function to search for tracks with ISRC, it could be possible that you can now use it without first registering a Tidal app. Can someone take a look at this?
This has the potential to be significantly faster than the current implementation for spotify tracks with a known isrc:
https://apiref.developer.tidal.com/
We should of course fallback on the old implementation if no result was returned (or incorrect result)
The text was updated successfully, but these errors were encountered: