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
First of all, thank you for this great library! It is really ingenious and works perfectly.
However, I have a question: How is it possible to get the links to YouTube, Spotify etc.? The JSON answer contains the link to AppleMusic, but not to YouTube and/or Spotify. For Spotify, for example, there is no link but only a search query.
@Pacerino, very few songs have a link to spotify, with youtube it's different, I see a problem in trying to serialize response to model. I'll fix it when I find free time. Thanks!
@NguyenASang I use Odesli for that. I hand over the Apple Music link and get YouTube and Spotify in return. The rate limits are moderate, so far I have never reached them. I have asked for an ApiKey before, but they don't give them out anymore.
The Shazam app for android provides the link to play the music in YouTube Music and in Spotify.
The Shazam website does not have those links.
For instance: https://www.shazam.com/track/20147973/lets-get-loud
Would it be possible to reverse engineer the API for Shazam android app, and get the YouTube Music and in Spotify links?
First of all, thank you for this great library! It is really ingenious and works perfectly.
However, I have a question: How is it possible to get the links to YouTube, Spotify etc.? The JSON answer contains the link to AppleMusic, but not to YouTube and/or Spotify. For Spotify, for example, there is no link but only a search query.
"uri":"spotify:search:Master%20of%20Puppets%20Metallica"
Within the App you can connect Spotify and save all results in a playlist. Therefore Shazam must know the Spotify URL / ID.
The text was updated successfully, but these errors were encountered: