Quantcast
Channel: The Echo Nest Developer Forum
Viewing all 1582 articles
Browse latest View live

बेबी91-9815432022 black magic for love Specialist Baba Ji

$
0
0

बेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Jiबेबी91-9815432022 black magic for love Specialist Baba Ji


song/identify sunsetting

$
0
0

Hi Paul,

On the Echoprint data download page, there's a note that syncing is not ready yet but smaller sample dumps of track prints are available. Are there still plans to release updated sets for those looking to run their own server?

Thanks,

Marcus

Deezer mapping update frequency

$
0
0

Hi there,

Could you give me an idea of how often you update the content from Deezer?

If I search the foreign track id for "Coldplay - Ink" (released in May 2014), I get no result for Deezer: http://developer.echonest.com/api/v4/song/search?api_key=HKXJKFBBX1S0IERDE&format=json&results=1&artist=coldplay&title=ink&bucket=id:deezer&bucket=tracks&limit=true

While I get some for Spotify: http://developer.echonest.com/api/v4/song/search?api_key=HKXJKFBBX1S0IERDE&format=json&results=1&artist=coldplay&title=ink&bucket=id:spotify&bucket=tracks&limit=true

Thanks for your feedback.

Best, Florian

Catalog update inconsistency

$
0
0

Hi,

I'm facing some issues updating a Taste Profile.

I'm sending 100 items (containing artists and tracks) to catalog/update (using Deezer foreign ids). But when I read it, it contains only 14 of the artists, and no track. Looking at the ticket status, I can see that 22 items (artists and tracks) "couldn't be resolved", probably for late foreign data mapping reasons.

But that means only 36 items (14 + 22) are being handled on catalog/update, while 64 are just ignored.

Would you see any reason why?

Thanks for your feedback on this.

Best, Florian

song/identify sunsetting

$
0
0

Kind of sucks to imply that you were going to run a service that would be open for others to mirror and then when it has got big enough to benefit you cut it off without releasing the data.

track/upload was down overnight

$
0
0

All,

The track/upload service ran into difficulties late last evening but is now back up and running. Tracks uploaded in the meantime have been purged, so you will need to re-upload those tracks to obtain analysis.

Thank you, David

track/upload was down overnight

$
0
0

Unfortunately I get no answers and no more error information from the track upload. If I have a file upload does not exist, however, I get the correct error.

Leider erhalte ich keine Antworten und auch keine Fehlerangabe mehr vom track Upload. Wenn ich allerdings eine Datei hochlade die es nicht gibt, erhalte ich den richtigen Fehler.

track/upload was down overnight

$
0
0

I still have problems with it, getting socket timeouts and connection reset by peer on every upload. Is it down right now?


Feeds API

$
0
0

We are making some changes to our Feeds API. Starting next month you will need to supply an API key to pull a feed. Read about the details in this blog post.

track/upload was down overnight

song/identify sunsetting

$
0
0

Such a shame. This was a really good service. Were now having to scramble to find alternatives at very short notice over the Christmas. Also, you do not mention why you are doing this?

ISRC ids from a static taste profile

$
0
0

Hi there,

Does anybody knows how to get ISRC ids for tracks coming from a static taste profile?

Best, Florian

song/identify sunsetting

$
0
0

Because they were sold to spotify and now they don't need the communty any more ;) Spotify is also going to shut down the Spotify Apps ... very sad.

ISRC to query the echonest api ?

$
0
0

Paul, is the other way around possible? (get isrc ids from a static taste profile)

Why do I need Consumer key and Shared Secret?

$
0
0

Hi, I'm soon gonna release my app which uses echo nest and want to make sure I haven't missed anything. In my app, I only use API Key when I'm using Echo Nest.

What is consumer key and shared secret for?

BR Jonas


Why do I need Consumer key and Shared Secret?

$
0
0

The consumer key and shared secret are for some portions of our API that have been deprecated; you shouldn't have to worry about them at all.

Get tracks by title and style.

$
0
0

Hey,

I just read it's not possible to mix the style parameter and the title parameter when searching for a track. So is there no way to get tracks called something with "love" which are associated with the styles "jazz" or "rap" (for example) ?

Thanks, Sven

Requested playlist is different if audio_summary is requested

$
0
0

Hi There

I'm testing playlist requesting with a small taste profile. My problem is that if I ask for the audio_summary, the returned playlist is different.

  • Certain tracks are always excluded
  • I make exactly the same request with and without "&bucket=audio_summary". When I add it, several tracks are excluded
  • I was thinking this was only used to return the audio information and not affect the actual playlist request
  • The audio summary information definitely exists as it appears when I show the full taste profile

If somebody could let me know if this is a bug it would be much appreciated

Thanks! Simon

Track/Profile loop example

$
0
0

I'm writing a node app and I'm using the Request module to send my Track/Upload post and my Track/Profile get. I receive (what I'm assuming is) the appropriate response from the upload.. i.e. the status says 'pending'. I use the Track ID in my profile function call, but that returns status 'pending' as well. I'm attempting to pull the Tempo and Time Signature values from the analysis response but I can't seem to get the upload or profile calls to return status 'complete'. What I'm wondering is how to set up the code to hit the API with the profile call when the upload is complete..? Or I've read in other posts how some have the profile call in a loop. I've tried setTimeout(), for loops, while loops, nothing is returning a 'complete' status or the analysis. Could someone so graciously post an example of how they are setting up their profile call so that it delivers the status 'complete' and the analysis values? I'm a bit stuck.

Thanks

Track/Profile call code example

$
0
0

(I posted this in General Discussion a few minutes ago but a co-worker suggested I put it in this forum as well. Very sorry for the redundancy. Just let me know which one is appropriate and I will delete the other.)

I'm writing a node app and I'm using the Request module to send my Track/Upload post and my Track/Profile get. I receive (what I'm assuming is) the appropriate response from the upload.. i.e. the status says 'pending'. I use the Track ID in my profile function call, but that returns status 'pending' as well. I'm attempting to pull the Tempo and Time Signature values from the analysis response but I can't seem to get the upload or profile calls to return status 'complete'. What I'm wondering is how to set up the code to hit the API with the profile call when the upload is complete..? Or I've read in other posts how some have the profile call in a loop. I've tried setTimeout(), for loops, while loops, nothing is returning a 'complete' status or the analysis. Could someone so graciously post an example of how they are setting up their profile call so that it delivers the status 'complete' and the analysis values? I'm a bit stuck.

Thanks

Viewing all 1582 articles
Browse latest View live