Skip to content

Track.get_track_radio and Artist.get_radio should return a Mix or the mix id #325

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

Open
Nokse22 opened this issue May 14, 2025 · 0 comments · May be fixed by #326
Open

Track.get_track_radio and Artist.get_radio should return a Mix or the mix id #325

Nokse22 opened this issue May 14, 2025 · 0 comments · May be fixed by #326

Comments

@Nokse22
Copy link

Nokse22 commented May 14, 2025

Looking at the API calls in the browser I can see that they use https://tidal.com/v1/artists/3514310/mix to get the radio of an artist, same for tracks, here are two examples.
https://tidal.com/v1/artists/3514310/mix returns {"id":"000038b3b74d5ce3a17b43a36d62bb"}
https://tidal.com/v1/tracks/12445712/mix returns {"id":"001c2cbc32b5b7c17f8c0aa55d9541"}

Maybe we could add Track.get_radio_mix and Artist.get_radio_mix so not to break the API.

I have tried to add this

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.

1 participant