-
Notifications
You must be signed in to change notification settings - Fork 111
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
Feature suggestion: add tracks to favorites or to playlist using list of ISRC's #96
Comments
Would be nice, but I'm not aware of any ways to use ISRC's for that, but you can use it to find the correct result when searching at least. |
Thanks @morguldir. As I have dug into the competing platforms a bit, my observation is that they make their APIs unnecessarily proprietary and complex; I am guessing there is a biz model angle to that (adding "switching costs"). Spotify, despite its other numerous shortcomings, does have a fairly open and transparent API. Tidal, not so much, and Apple probably the worst (you can see some of it but cannot access anything without paying!). I think user/dev experience takes a far-back seat to revenues. |
They have a new public API with an endpoint similar to what's being requested here. The direct link doesn't work but search for "Get tracks by ISRC" here: https://apiref.developer.tidal.com |
Added in #288 |
Rather than matching a track using a track name +/- album +/- artist, why not match on ISRC which, if I understand those correctly, are a universal unique identifier for tracks? That would speed up the process since it could bypass the search API. I am specifically interested in this because it would greatly simplify my import of Spotify "Liked Songs" or any of my playlists. Using the Spotify API it is relatively simple to extract ISRC's for each track.
The text was updated successfully, but these errors were encountered: