track/profile with bucket=audio_summary fails on some tracks
All,This issue has been resolved. track/profile should be working for all tracks and parameters again. Sorry for any inconvenience. Please report any new issues in the "Bugs & Problems" forum.David
View ArticleHow to create spotify playlist dynamically? How to get "Spotify track id"...
I want to create dynamic playlist of spotify tracks. Currently I am usingCreate dynamic playlist :...
View ArticleHow to create spotify playlist dynamically? How to get "Spotify track id"...
amit - on your dynamic create call add two parameters to specify that you want the spotify ids returned in the results and that you want to limit the results to those only in the spotify catalog like...
View ArticleHow to create spotify playlist dynamically? How to get "Spotify track id"...
@Plamere - I also have question regarding similar topic - If we are passing "limit=true", By default what is the size of playlist (number of tracks)?Can we create unlimited playlist? and How?How to...
View ArticleHow to create spotify playlist dynamically? How to get "Spotify track id"...
rahul.mane91 - dynamic playlists have no limit, you can call dynamic/next as many times as you want to get a song. Note that sometimes we may run out of songs depending on how constrained your playlist...
View ArticleHow to create spotify playlist dynamically? How to get "Spotify track id"...
Paul - Thank you so much.Solved my problem and doubt.
View ArticleReleases
Hello,I'm using echonest's search service to get a ranked list of MusicBrainz recordings using the following...
View ArticleReleases
mparodi - we currently only officially support musicbrainz artist ids. Any release or recording IDs that we return are not necessarily reliable or stable and the results you receive are likely to...
View ArticleFetching Artist Biography
We integrated echonest into our platform to perform the fetch function for the biographies, some of the bio's come up but some that exist via Wikipedia and other platforms aren't even coming up. Some...
View ArticleFetching Artist Biography
This is the exact code we pass the artist name through $echonest = new EchoNest_Client(); $echonest->authenticate($apiKey); $artistApi = $echonest->getArtistApi(); $results =...
View ArticleStatic playlist is returning same songs
Hi, We are using taste profiles and on each static playlist request we are getting almost same songs for each taste profile. These should be different right ?here is my query...
View ArticleGetting Metadata From Artist & Song Title Without Uploading or Fingerprinting
Hi,I'm new to EchoNest and I'm trying to write a small personal application to sort a music collection.I have the name of each song and the artist and I want to retrieve the metadata in a format...
View ArticleGetting Metadata From Artist & Song Title Without Uploading or Fingerprinting
All of those fields are from an MP3 file's ID3 metadata tags, stored in the file. Our database could not return the bitrate of your own collection, as we don't have it. There are many pieces of...
View ArticleAnalyze tracks with and without vocals
Theoretically, do "danceability", "energy", "loudness", "key", "mode", "acousticness", "liveness", and "tempo" values change when analyzing a track with and without vocals? I'd expect only...
View ArticleUnable to access the analysis_url
I get a request denied error from AWS when trying to access the analysis_url under Track API. (ex: https://echonest-analysis.s3.amazonaws.com/TR/A1B2C3D4E5F6G7/3/full.json). I have my API key setup, is...
View ArticleAnalyze tracks with and without vocals
There could be modest changes in those attributes. -- Paul
View ArticleUnable to access the analysis_url
Hi Dhruv - the url you get back from the audio_summary expires after 10 minutes. If you re-request the audio_summary via the track/profile call you will get a fresh URL that you will be able to use to...
View ArticleAPI for Artist Biography search? Help needed URGENTLY
I probably posted this in the wrong forum but i need someone to help me out with the Biography API, below is the exact code we use for fetching artist biographies on our platform:$echonest = new...
View ArticleGetting Metadata From Artist & Song Title Without Uploading or Fingerprinting
Thanks for your reply, bwhitman. I understand that in the example those fields are taken from the ID3 tags. What I'm trying to do is to fetch such information (not bitrate, but genre, album, etc.) from...
View ArticleGetting Metadata From Artist & Song Title Without Uploading or Fingerprinting
No, we do not return per-song genre or album titles at the moment from any query. The fingerprinting examples you are pointing to are the data stored in the local ID3 tag.
View Article