Open timrae opened 6 months ago
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.
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)