Questions tagged [echonest]

Questions about the Echo Nest API

Echo Nest API (http://developer.echonest.com)

60 questions
1
vote
0 answers

Meteor: Sending file through HTTP library to Echonest for analysis

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.…
Shyyk
  • 91
  • 6
1
vote
1 answer

Spoitfy and Echo Nest API Mismatches, How to Fix?

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…
matt
  • 1,947
  • 1
  • 19
  • 29
1
vote
1 answer

Echo Nest API: limit tracks by one bucket only

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…
sil
  • 1,769
  • 1
  • 18
  • 34
1
vote
1 answer

How to query echoprint local server using curl?

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…
Sourabh Jaiswal
  • 101
  • 2
  • 10
1
vote
0 answers

Some Deezer Song IDs can not be fetched from EchoNest

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…
phelm
  • 11
  • 2
1
vote
1 answer

pyechonest - how to interpret "key" and "mode" attributes?

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…
James
  • 13
  • 2
1
vote
1 answer

Creating a track object with track_from_file method in pyechonest

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 =…
1
vote
1 answer

How does pyechonest (Echo Nest python library) collect data about current artists locally?

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?
Rick James
  • 237
  • 1
  • 2
  • 8
0
votes
1 answer

Echonest request limit

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 ?
0
votes
1 answer

Including &bucket=terms is causing error / incomplete response

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…
mrshickadance
  • 1,213
  • 4
  • 20
  • 34
0
votes
1 answer

Error with LocalAudioFile(file) returns OSError: [Errno 2] No such file or directory

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,…
beriukay
  • 11
  • 3
0
votes
1 answer

How can I get songs by album name or album spotify id?

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?
0
votes
1 answer

Get multiple songs by foreing_ids

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…
0
votes
1 answer

Problems accessing Echonests /song/profile API via track_id

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…
Niko
  • 558
  • 5
  • 14
0
votes
1 answer

Error 30 installing Python library with Pip on Heroku

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…
miguel
  • 43
  • 4