Questions tagged [echonest]

Questions about the Echo Nest API

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

60 questions
0
votes
1 answer

Pyechonest - Trouble finding module

I'm using the echonest python package. It works find on my ubuntu linux laptop using Anaconda python 2.7. https://github.com/echonest/pyechonest However, when I use my windows 10 laptop with Anaconda 3.4 I cannot run any code because it cannot find…
Jimmy
  • 174
  • 11
0
votes
1 answer

Infinite loop in $(document).ready when interfacing with API

I'm using CodePen on this project, which is how I discovered that there is an infinite loop in my code. As an aside - it estimates the line number of the infinite loop to be line 0, which is why I suspect it has something to do with the…
khanu263
  • 25
  • 4
0
votes
1 answer

Finding the album of a song

I've been playing around with Echonest, but can't seem to figure out how to get the album of a song (given I have the artist name and the song). I'd also like to find the genre and the album cover. Or are these things I'd have to use foreign ID…
user287848
  • 141
  • 1
  • 12
0
votes
1 answer

Echonest API - retrieving an artist's mood

I've noticed the EchoNest API offers a way of searching artists based on a particular mood e.g. Happy, sad, angry. However I'm having a hard time retrieving a mood for a specific artist..
Toby Flemming
  • 501
  • 1
  • 4
  • 15
0
votes
0 answers

ImportError *.so: no suitable image found

I need to change the tempo of a song for a project and I would like to use the echonest's python library remix. However, when I run, for example, the following command: python beatshift.py "01 - I Saw Her Standing There.mp3" out.mp3 I get this…
jl.da
  • 627
  • 1
  • 11
  • 30
0
votes
1 answer

How to Start Echo nest Server?

i'm trying to install echo nest server,according to github instruction first, i install java,python,all of python component that is requirement and finally install apache solar from bitnami on windows 10. but i've problem about how to install Tokyo…
0
votes
1 answer

echonest query json parsing with php

I'm trying to parse this echonest request: {"response": {"status": {"version": "4.2", "code": 0, "message": "Success"}, "start": 0, "total": 1, "biographies": [{"text": "Pianist, composer and leader (8 September 1893 - 25 January 1947) Complete…
JJ2020
  • 1
  • 2
0
votes
1 answer

Album Release Dates - Echonest

I'm trying to find release dates for albums -- On an old EchoNest forum they noted they launched a soft release of the feature using the following…
0
votes
1 answer

Echo Nest "artist familiarity" for classical music

http://developer.echonest.com/docs/v4/song.html#search indicates that artist_(max/min)_familiarity is "the maximum/minimum familiarity of any song". However, it seems to actually be "the maximum/minimum familiarity of the artist". This is normally…
sil
  • 1,769
  • 1
  • 18
  • 34
0
votes
1 answer

echoprint fingerprint generation Windows vs Linux

I used to generate fingerprint for an audiofile in Windows 7-64bit and on Ubuntu but fingerprint codes doesnt same (i mean the code field. ). I used compiled Windows source. does it supposed to be not same or i did something…
regata
  • 21
  • 1
  • 6
0
votes
1 answer

Echonest query by country is not working

i'm using Echonest in order to make an query for the TopSinger in specific country. The problem is that some 'not popular' artist are returned anyway. For example, in Italy "Armando" is on of the top-100 artist. But this artist is now popular in…
Daniele Tassone
  • 2,104
  • 2
  • 17
  • 25
0
votes
1 answer

EchoNest API Search for song by ID

I am using Echo nest to make a new web app. Firstly, I'm searching for a song by song title and artist. This returns what I'm looking for. One of the items I want back is the song id, which I get. Now, I want to be able to search for that exact…
ntgCleaner
  • 5,865
  • 9
  • 48
  • 86
0
votes
1 answer

Personal Catalog with Echo Nest API

I am trying to create an app for the iPhone which creates a playlist based on the songs on the device. I want it to be able to analyze the songs currently on the device and then have the app create a playlist that contains only the song that the…
Gilad O.
  • 1
  • 1
-2
votes
2 answers

Querying by Spotify ID in Echo Nest API

I've got songs from spotify play lists and need to get their information in EN. Take “All I Want” by Tania Bowra for example. EN ID(not given): SOUJWUH13E89D89DED Spotify ID: 2TpxZ7JUBn3uw46aR7qd6V Spotify URI: …
Kyl
  • 1
  • 1
-4
votes
5 answers

Android - JSON no value for artists (echonest api)

Using a GET request to get an artist (search) from the echonest API I get the following JSON back: { "response": { "status": { "version": "4.2", "code": 0, "message": "Success" }, …
Niek Jonkman
  • 1,014
  • 2
  • 13
  • 31
1 2 3
4