Hi,
I'm new to EchoNest and I'm trying to write a small personal application to sort a music collection.
I have the name of each song and the artist and I want to retrieve the metadata in a format similar to this:
"metadata": {
"artist": "...",
"release": "...",
"title": "...",
"genre": "...",
"bitrate": ...,
"duration": ...,
}
Looking at the API documentation, it seems like EchoNest doesn't provide this unless I use the fingerprinting software. I was hoping I could query the API with an artist name and title and get the above info. Is that possible?
Thanks!