tasteprofile/status glitch?
Anyone? This happens to us all the time now, consistently, for over a week.
View ArticleHow to simulate reaching rate limit?
I think you’re doing the right thing.Free4stuff.net
View ArticleCapsule max and min track length
One thing I've discovered as far as the 8 second track is that EchoNest does not return bars, beats or tatums from the analysis. Duration and I think segments do have properties, though.
View ArticleWarning: no metadata returned for track. 'Track' object has no attribute
These errors are probably due to PATH issues. The PATH is: /usr/local/jdk/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin Python is at...
View ArticleWarning: no metadata returned for track. 'Track' object has no attribute
Solved. I should have done this myself, but luckily the awesome Ukrainian folks at my hosting provider (WebHostingBuzz) figured it out (Thank you, Oleg). Uninstall remix via pip (we think the install...
View ArticleRetrieving Detailed Pitch and Timbre Data from the Echonest API
I've just started using the Echonest API for music analysis purposes and am trying to extract more information from the Echonest API. Track analyses from the API gather pitch data indicating "the...
View ArticleBest way to get track profile automatically
I'm writing an app to get as much info as I can about the songs in my collection. Basically I want to get the Track Profile's Audio Summary info for every one of my songs. I'm trying to wrap my head...
View ArticleBest way to get track profile automatically
OK, it turns out that I just need to add "&bucket=audio_summary" to my Song/Identify query, and I get everything I wanted in a single query. And adding more buckets gets me more info. Sweet.Just in...
View ArticleBug in a certain song?
I'm not sure if this is a bug or if I'm missing something. Or if this is even appropriate here...I happened to pick one song for my testing, and it gets reported as being from a live album but is...
View ArticleCapsule max and min track length
Couldn't remember how I had reconfigured capsule to play the whole track, but it was by substituting the inter variable with the whole track length: track_length = len(track) if verbose: print...
View ArticleBug in a certain song?
Scottes,Thanks for pointing this out. Yes, this song should be categorized as "live". We'll have our data curation team take a look.David
View ArticleSong similarity by song_profile results
I have 10 songs. For each of them I have a audio_summary bucket of data from echonest. By what parameters I can detect similarity of the songs? I tried to compare their 'tempo' and 'time_signature'...
View ArticleSong similarity by song_profile results
Song similarity is a complex, ill-defined problem. We don't currently provide an API for it.On a small number of tracks, you could define the similarity metric yourself by looking at the timbre, pitch,...
View ArticleSong similarity by song_profile results
Okay, song similarity is, but whnat about tempo parameter exactly?I wanna let users of my program to choose songs by tempo but unfortunately the problem with this parameter exists - slow songs have...
View ArticleBug in a certain song?
Good to know. This was the first song I started testing with and wanted to make sure that I wasn't doing something wrong or misinterpreting some data.
View ArticleBug in a certain song?
Scottes,That song should be fixed now. Thanks for pointing it out.David
View ArticleCheck taste profile status
Thanks for you fast reply. Here it is:{"action":"update","item":{"item_id":"1_1","song_id":"1","song_name":"The Look of Love","artist_id":"1","artist_name":"Dusty Springfield","favorite":true}}
View ArticleCheck taste profile status
Drop the "artist_id" and the "song_id" bits; let us know if that doesn't fix things!
View Article