shazamio / ShazamIO

🎵 Is a free asynchronous library from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp.
MIT License
449 stars 64 forks source link

Is it possible to query about genre of certain track and artist name #113

Open Eric-Gty opened 1 month ago

Eric-Gty commented 1 month ago

Hi there, thanks a lot for your time.

I'm pretty new to this repo, so I have a question regarding the genre. I'm not sure if it's possible for this package to query about the genres of a given artist name and track name. For example, I have the artist name "Charlie Puth" and track name "Patient". What I want is to conduct a search based on (artist name + track name), and then retrieve the genre from the returned search results.

Could you please give me some suggestions on this?