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…
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!
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…
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…
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…
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…
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'],
…
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…
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…
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…
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…
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…
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…
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…
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…