Replies: 2 comments 4 replies
-
https://www.shazam.com/discovery/v5/en-US/GB/web/-/track/61541960?shazamapiversion=v3&video=v3 https://www.shazam.com/discovery/v5/en-US/RU/web/-/track/61541960?shazamapiversion=v3&video=v Surprisingly, depending on the country code of the world, we see completely different results !!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can add the ability to select your country code when create request if you need it. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is a snippet:
That will print out the album this song appears on and a URL to the coverart for the album. Both of those indicate "Safe Haven (Original Motion Picture Soundtrack)" is the album. As far as I can tell, the information of other albums does not appear anywhere in the response metadata I got back. However, if we go straight to the shazam site for the same track id (https://www.shazam.com/track/61541960), there is no mention of that movie soundtrack on the web UI and the album cover image shown there is for "Bear Creek", the actual album this song appeared on before the movie soundtrack.
So my main question here is: how do I get shazamio to give me the metadata for the album version, not this soundtrack? If this track ID has the right cover art and album on the web interface, why does the track_about() method return something different and how can I get the other metadata, the one I consider "correct"? There is a path I see using BeautifulSoup to scrape the website and not using shazamio at all, but this project probably came about because someone didn't want to write a scraper and properly reversed the API. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions