Get results 1-100, then 100-200
Hi,Thanks for the amazing API's!I have a question. Is it possible to call the api and get 100 results, then do another call with the next 100 without changing the parameters like style and tempo? So I...
View ArticleExamples of how to use Analyze Track with python
Thank you (David) for the information.
View Article[Survey] Research on Music Playlist Creation
Hello,My name is Ricardo and I am a PhD student at the University of Lisbon, Portugal. As part of my research, I am conducting a user study to understand how people create playlists, what criteria are...
View ArticleScheduled maintenance for track/upload
Hey all:The API method track/upload will be down on Thursday 2/26/2015 from 1:00PM to 5:00PM US/Eastern. For scheduled maintenance. During this period, track/upload will return a 503 response code....
View ArticleIncorrect spotify artist foreign id
Sadly, this is a common thing with artists with ambiguous names, and our data model only allows up to map from one Echo Nest named Artist entity to one Spotify ID. In this case, we had mapped from that...
View ArticleGet audio analysis without upload!
Hi David, thanks for the response.Is there any way I could access the tempo() or key() routines without internet connection? That is, I could get the tempo of any song by calling song.tempo or song.key...
View ArticleUpload timeouts (how to avoid)
Hi,I often get timeout errors because it can take more than 60 seconds to upload a track. This is from the python line:song = track.track_from_filename(song_path)(this is using pychonest's track)How...
View ArticleGet audio analysis without upload!
shaq147,No. You cannot get tempo and key data on local files without an upload. The analysis process is complex and runs only on the server.Thanks. David
View ArticleUpload timeouts (how to avoid)
shaq147,Yes, remix.audio.LocalAudioFile uses Pyechonest track.track_from_filename behind the scenes.How big are the files you are uploading? There is a limit of 50 MB on file uploads. This is more than...
View ArticleUpload timeouts (how to avoid)
I'm uploading .mp3 files which are only ~4MB large. My internet connection is fine so I'm not sure why it takes more than 60 seconds. Are there any known problems of looping through a folder of mp3...
View ArticleGetting limited song-radio results
Hi all!I was listening to Spotify today, when I noticed a song radio I made was only playing two songs (the song and another song from the same artist), so I came to check it out. The song was released...
View ArticleGetting limited song-radio results
Thanks for the report! That shouldn't happen, and we'll take a look.-Eli
View ArticleScheduled maintenance for track/upload
All,We have started the maintenance on track/upload. We expect this to be back online at 5:00PM US/Eastern.nick
View ArticleScheduled maintenance for track/upload
All,The maintenance has been completed. Thank you for your patience! API calls to track/upload should be fully functional again.nick
View Articlesong/identify sunsetting
Doreso has launched a substitute API to Echo Nest:http://developer.doreso.com/doc3.html Feel free to give a try: http://developer.doreso.com
View ArticleQuestion About Request Throttling / Limit
Hello. I'm really enjoying getting to know the Echonest API. I have it returning a list of artists based on a search. I also was able to get the API to return images. But when I try to use the two...
View ArticleQuestion About Request Throttling / Limit
You should be able to use the images bucket with an artist/search call. For example,http://developer.echonest.com/api/v4/artist/search?api_key=YOUR_API_KEY&name=madonna&bucket=images
View ArticleQuestion About Request Throttling / Limit
Hi Ned. I'm not sure if that will work for me because I need a user to be able to search for "jimmy" and have all the Jimmys come up with a an accompanying image so the user can select the right...
View ArticleQuestion About Request Throttling / Limit
If you look at the call I showed you, it returns back a list of artists, and each artist has an array of images. If you're using it with jQuery, your code might look something...
View Article