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

Feature suggestion: add tracks to favorites or to playlist using list of ISRC's #96

Closed
Steve-Z opened this issue Feb 21, 2022 · 4 comments
Assignees

Comments

@Steve-Z
Copy link

Steve-Z commented Feb 21, 2022

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.

@morguldir
Copy link
Collaborator

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.

@morguldir morguldir added the needs tidal Seems difficult to do without tidal providing an endpoint label Jun 30, 2022
@Steve-Z
Copy link
Author

Steve-Z commented Jun 30, 2022

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.

@timrae
Copy link

timrae commented Jun 10, 2024

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

@tehkillerbee tehkillerbee self-assigned this Oct 1, 2024
@tehkillerbee tehkillerbee removed the needs tidal Seems difficult to do without tidal providing an endpoint label Oct 1, 2024
tehkillerbee added a commit that referenced this issue Oct 1, 2024
Formatting, updated changelog

Add track to user playlist, user tracks from ISRC (#96)
@tehkillerbee
Copy link
Collaborator

Added in #288

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

Successfully merging a pull request may close this issue.

4 participants