I am using Meteor for a web application project and am trying to send a file using the HTTP library and get back a JSON object using a get request. I need to send a POST request to the echonest server where the file is sent as a binary data object.…
I am using the Spotify and Echo Nest APIs to get audio information about songs. The basic flow is:
Search for a song with Spotify's API using track title and artist name
Get the Spotify URL for the track from the response
Query the Echo Nest API to…
I'd like to search the Echo Nest API for tracks which match various criteria, and get Spotify and WhoSampled IDs for these tracks. Importantly, though, I only want tracks which actually have a Spotify ID. I can use limit for this, but limit will…
I am very new to echonest and curl. I have an up and running echoprint server and echoprint codegen is also working fine. I am able to push codes to my local server using ingest method.
But I don't know how to query the server using the curl…
I am trying to get some EchoNest parameters like valence and arousal for songs using the Deezer ID for the query. For the most songs it works fine, but sometimes it seems like there is no connection between the Deezer ID and the EchoNest ID.
For…
I'm using pyechonest (v9.0.0) with Python (v2.7.9) on PC (Win 8.1) and having issues with interpreting the data returned with regard to the "key" and "mode" attributes. "Key" is supposed to return what musical key the Echonest believes a music…
I am new to python. I am trying to use track_from_file method in pyechonest to create a track object. This is the code I wrote:
from pyechonest import config
from pyechonest.track import track_from_file
config.ECHO_NEST_API_KEY =…
I installed the pyechonest module to do some fun music analysis and I was wondering how does pyechonest return current data on artists? Does it access a database hosted online every time I run a python script on my machine?
I use Echonest in an application but I am restricted when I make several requests per minute.
I tried to contact Echonest but I do not have an answer, do you know what are the solutions to avoid this limitation of requests API ?
This only started happening today, but if I include the "&bucket=terms" in a request, it leaves out all of the other details.
No terms - contains all other…
Much like the question here http://developer.echonest.com/forums/thread/3843#reply, I am having the following error:
File
"/usr/local/lib/python2.7/dist-packages/echonest/remix/audio.py", line
944, in init
sampleRate=sampleRate,…
As you may know EchoNest does not have album information. But, can I get songs by album name or album spotify id?.
Does anybody have a workarround for this?
I'm building an spotify-echonest app using the web apis from both. I'm using spotify api to get as many songs as I can from user input, what I need now is to get information about these songs from echonest but as far as I can see you can only set…
I'm trying to get the song profile of some mp3 via the Echonest API. With the /song/identify endpoint being removed (anybody knows why? since when?) I'm using the /track/upload and the /track/profile endpoints with success.
However with all mp3s I…
I'm trying to install The Echo Nest Remix Python Library on Heroku, but it seems that at the end it tries to copy some data even though Heroku is read-only.
Here's what happens when pushing to Heroku master.
Error:
remote: running…