Mood Based Catalog Playlists
Hi.Recently I've been using your static playlist api which has been working great, your machine really gets it right. However I've noticed the API lacks the ability to generate a playlist with a...
View ArticleNews parsing incomplete
Minor issue with some artist/news results: the summary of certain news sites (music-news.com?) comes with a "printable version" pre-pended. While this doesn't hurt, it's clearly a left over from the...
View ArticleMood Based Catalog Playlists
theSmallNothing - we may be able to do what you want, could you give a bit more detail of what you want to do?
View ArticleGet analyzer info from not known song
dorien - typical analysis time is about 20 seconds. -- Paul
View ArticleMood Based Catalog Playlists
Ok, what I want to do is to be able to create a catalog/taste profile for a user with a specific collection of songs, import them. Then create a static playlist from that collection with only songs in...
View ArticleAnnouncing Echowrap, a comprehensive ruby wrapper for Echonest
Echowrap is a Ruby gem that supports 100% of the v4 Echonest API. I put a lot of work into building a nice gem for Ruby that will hopefully help support more audio apps in the Ruby community. This...
View Article'Analyze' method from track ID
Hi all (most probably Paul).Is the 'analyze' method (http://developer.echonest.com/docs/v4/_static/AnalyzeDocumentation.pdf) still available from a track ID query through the API? I'd like to get...
View Article'Analyze' method from track ID
Hi Matt, if you are looking for analysis given a song title and artist name, use the song/search method with the audio_summary bucket. The audio_summary will return a link to the full analysis.If you...
View ArticleRetrieve image for a song using Java library
the codes are working well for me, i also like to share some of my finding on retrieving the image c#. hope it is helpful for you.
View ArticleSearch artists by their hometown or current city?
Hi. Since you are constantly adding new features, I am asking again (hopefully it won't hurt ;) if it's possible to get the total number of artists per city. Since the maximum amount of artist that can...
View ArticleSpotify or Rdio Tracks with Remix API
I've been playing around with the Remix API, very cool stuff. It is possible to use Spotify or Rdio tracks as audio input to the API?
View ArticleGet analyzer info from not known song
Thanks. That means I am doing something wrong :) To check the status, I guess I should not be using http://developer.echonest.com/api/v4/track/upload then.The analyzer url, does not display a status....
View ArticleGet analyzer info from not known song
dorien - track/upload gives you a track ID. Use that track ID in track/profile to see the status.
View ArticleSpotify or Rdio Tracks with Remix API
Not at the moment, no. To use the Python API, you need a local copy of the audio file.It is possible to point the JavaScript version to a SoundCloud URL, but doing so is not well supported.
View ArticleGet analyzer info from not known song
Almost there. Got an "unknown error":array(1) { ["response"]=> array(1) { ["status"]=> array(3) { ["version"]=> string(3) "4.2" ["code"]=> int(-1) ["message"]=> string(13) "Unknown...
View ArticleGet analyzer info from not known song
Fixed. Thanks for all the help! Figured posting the solution might help somebody else.$url='http://developer.echonest.com/api/v4/track/profile?api_key=myapi&format=json&id='.$id; $post = array(...
View ArticleLooking for a small subset of tracks in SQL
Hello, first of all I would like to thank you for the documentation and release of your API it is great. I have been using your API to make a little program in PHP that uses the analyzer tools to...
View Article