Questions tagged [echonest]

Questions about the Echo Nest API

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

60 questions
6
votes
1 answer

Migrate EchoNest API analyzer to Spotify

I use to use echonest analyzer to upload tracks and get some audio characteristics out of them. I did this by sending a curl request. I realise the API has now mitigated to Spotify and I wonder if I can still upload tracks to analyze, instead of…
dorien
  • 5,265
  • 10
  • 57
  • 116
5
votes
2 answers

How to Look Up Spotify IDs (Song / Track IDs) in Bulk?

I have a list of songs - is there a way (using the Spotify / Echo Nest API) to look up the Spotify ID for each track in bulk? If it helps, I am planning on running these IDs through the "Get Audio Features" part of their API. Thanks in advance!
Zach
  • 1,243
  • 5
  • 19
  • 28
5
votes
1 answer

IOS : How to get song id using echonest Api

I want to make app like shazam in IOS using echonest Api. I have referred document of echonest and I found that They are not provided song identification Api ”https://developer.echonest.com/forums/thread/3650” 1. Is there any Api for music…
Donal
  • 6,082
  • 2
  • 19
  • 30
4
votes
2 answers

How To Get All Songs of An Artist on Spoitfy?

In their docs for getting top tracks on an artist they mention this: The 10 maximum tracks are the ones displayed by the Spotify app. If you want to fetch more artist’s top tracks, an alternative way is to use Echo Nest song/search to accomplish…
user3241894
  • 73
  • 1
  • 5
4
votes
0 answers

Echonest API Migration questions

I use the Echonest API currently to convert between ID spaces (MusicBrainz -> SeatGeek). With the upcoming migration to the Spotify API, I'm wondering if there will be any endpoint for Project Rosetta. This is a pretty crucial feature of my…
Brandon Slaght
  • 1,025
  • 1
  • 12
  • 34
3
votes
1 answer

Spotify API get track info based on track name?

Is there a way to query the spotify API in order to get information about a track/artist/album/playlist based on its name. E.g. query for track=I need a hero&artistName=... and get a URI/ID and some information about the track. I couldn't find…
George
  • 3,521
  • 4
  • 30
  • 75
3
votes
1 answer

Echonest :: song duration

I want my Echonest response to get song duration, which is supposed to be part of the audio_summary. params = { 'type':'artist-radio', 'artist':artist, 'results': 3, 'bucket' : ['id:spotify-WW', 'tracks'], …
8-Bit Borges
  • 9,643
  • 29
  • 101
  • 198
3
votes
2 answers

How can I use ffmpeg on PythonAnywhere?

I'm trying to make a web app with Flask, hosted on PythonAnywhere, which will use the Echo Nest Remix library. The problem is that Remix uses ffmpeg and PythonAnywhere only has avconv. Is there any way I can use ffmpeg on PythonAnywhere? I'm using…
miguel
  • 43
  • 4
2
votes
0 answers

Spotify API equivalent of Echonest top artists in genre

Using the now unavailable Echonest API, I can get a list of the top artists in a given genre like so: http://developer.echonest.com/api/v4/genre/artists?name=pop I can search for artists in a given genre using the Spotify Web API like…
oliakaoil
  • 1,615
  • 2
  • 15
  • 36
2
votes
1 answer

Spotify API - Get track foreign ID

Since Spotify announced to close Echo Nest API and migrate several methods in Spotify API, I decided to implement theses new functions now. Like Echo Nest API, is it possible to get a track with a foreign ID like Deezer ? Or to get the foreign ID of…
Dev222
  • 21
  • 1
  • 2
2
votes
1 answer

Tagging mp3 files in python 2.7 using eyeD3

I am trying go create a taste profile for a directory of mp3 files using python 2.7 script, but it seems there's something wrong with my eyed3 module. first I had to import it with 'd' instead of 'D' import eyed3 then I had to change deprecated…
8-Bit Borges
  • 9,643
  • 29
  • 101
  • 198
2
votes
0 answers

echoprint server - Finger print search time taking 2-3 seconds

We are facing high fingerprint match solr query time. Following is our setup Info: echonest/echoprint-server running on single node (solr 1.0) running on amazon ec2 instance m3.2x large box with 30G RAM & 8 cores 2.5 million tracks(segment count…
nikhil
  • 53
  • 1
  • 5
2
votes
2 answers

Majority of last.fm artist images missing (echonest api)

The Echonest API has in its index mostly artist images from Last.FM which recently pulled the plug on their images rendering the entire echonest api basically useless. Has anyone found a…
Anthony Webb
  • 1,311
  • 4
  • 15
  • 22
2
votes
1 answer

What is the meaning of the EchoNest API's getTimbre vector?

The EchoNest Analyzer Documentation states the following regarding timbre: timbre is the quality of a musical note or sound that distinguishes different types of musical instruments, or voices. It is a complex notion also referred to as sound…
Arunav Sanyal
  • 1,708
  • 1
  • 16
  • 36
2
votes
1 answer

How to get the spotify id of a specific song with echonest api

I am trying to query echonest with both an Artist name and Song name and have it return the spotify ID of the song. Currently I can only get the artist to be returned. I am reading the documentation but it makes no sense at all I think it might…
FPcond
  • 581
  • 2
  • 7
  • 21
1
2 3 4