song/identify bucket=id:whosampled & bucket=tracks no result
It's just that we don't have "I'm In It" in our rosetta mapping. A query for "Touch The Sky" works fine and returns the right ID. Depending on the partner our Rosetta mapping may be slightly out of...
View ArticleBug in Artist documentation
Paul, you're wrong.Calling...http://developer.echonest.com/api/v4/artist/genres?api_key=API_KEY&name=weezerReturns...{"response": {"status": {"version": "4.2", "code": 0, "message": "Success"},...
View ArticleBug in Artist documentation
My dropbox screenshot doesn't seem to want to embed, so here's the link to reference what I was talking abouthttps://www.dropbox.com/s/u7ud6mjdusj6sjz/echonest-artist-genre.png
View ArticleBug in Artist documentation
musicnews - no, I'm not wrong. Indeed, artist/genres is returning some data, but this is a non-documented and non-supported call and the data it returns should not be counted on to be correct, nor...
View ArticleUnable to upload songs from computer
Hi there,I'm using EchoNest to do a timbre analysis. When I use Code 1 (see below), I'm not able to make it identify the URL I type on my .txt file. The URL I have copied comes from dropbox and/ or...
View ArticleBug in Artist documentation
Thanks for the clarification. Why is /artist/genres returning data then? Will this be phased out?
View ArticleBug in Artist documentation
One other question, why is this genre which should obviously be R&B returning "R Neg B" ?#
View ArticleBug in Artist documentation
R-Neg-B is a particular different thing. http://en.wikipedia.org/wiki/PBR%26B
View ArticleUpgrade rate limit fails with internal server error
Hei,I have been trying to upgrade the rate limit of my account, but it fails with:500: Internal Server ErrorAre you having problems with your service?In the partially pre-filled form i add country and...
View ArticleUnable to upload songs from computer
jkmm84,If you have audio in a URL that you want analysis for, you do not need to do song.search or song.identify. Make a Pyechonest Track object from the URL using:from pyechonest import track t =...
View ArticleGetting error_code 5 for some tracks.
I am using echonest API to create dynamic playlist. When i fire following request from device it gives code = 5. But if i fire same request from browser it give message = "success". Can anyone please...
View ArticleGetting error_code 5 for some tracks.
Hi Rahul - there shouldn't be any differences whether the request comes from a browser or a device. Double check to make sure that the requests are identical. Perhaps the trouble is with the URL...
View Articlemajor / minor key mode=0 or 1
I have tested a couple of songs. And it seems to be consistent that Mode 0=minor and 1=major, but according to http://developer.echonest.com/raw_tutorials/faqs/faq_04.html it is supposed to be the...
View Articlemajor / minor key mode=0 or 1
hviderusland,You are right. Mode 0 is minor and 1 is major. That FAQ page needs a refresh. Thanks for bringing to our attention.David
View ArticleCan I locally compare echoprint audio file fingerprints?
I am also interested in this. especially if it would be a library which compares two audio files. is there anything like that in you project? that would help me a lot.
View ArticleGetting error_code 5 for some tracks.
Hi Paul, Thanks for the reply. Yes it worked. The problem was in URL encoding in artist name.I got another weird problem. Here is URL...
View ArticleGetting error_code 5 for some tracks.
Rahul - you need to give each artist with a separate artist param like...
View Article