Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

Getting Metadata From Artist & Song Title Without Uploading or Fingerprinting

$
0
0

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!


Viewing all articles
Browse latest Browse all 1582

Trending Articles