cAction import error module not found
Hrmm. I'll try on my machine tonight - I am again suspicious of Windows 7 vs. Windows Server though...Best, Thor
View ArticlecAction import error module not found
So can you get any ffmpeg command to work? For example, en-ffmpeg -i input.wav -vn -ar 44100 -ac 2 -ab 192k -f mp3 output.mp3Best,Thor
View ArticleEnergy Calculation Change?
Hi, We also noticed that the energy values currently being returned are significantly higher than they were back in mid-June. Can we rely on those new values?Sample results: Luke Bryan; Suntan City;...
View ArticleMinor change in HTTP Response Status Code
Hey all - We are making a minor change in how we notify your application that it has hit the rate limit. This is not a change to your rate limit, it's merely a change in the format of the response we...
View ArticleChange in default for the DMCA parameter in the playlisting API
We are making a minor change in how we support DMCA compliance in the dynamic playlist API. Specifically, we are changing how we interpret dmca=true. Previously, when a playlist was created with dmca...
View ArticleOutdated Results in Song search
manodrum - Sorry for the delayed response, somehow I missed your post.We currently don't expose song release year yet. It is coming soon. Until then, filtering by song_hotttnesss is the best way to go....
View ArticlePreview Url
NinjaCoder - The preview audio is provided by 7Digital. You need to agree to 7 Digital's TOS to use their assets. Read this for all of the details:http://developer.echonest.com/sandbox/7digital.htmlYou...
View ArticleEnergy Calculation Change?
Hi slegroux, guitarded. We are always working to improve our analysis algorithms, so you may see changes to date now and then. If you look at the detailed analysis (pointed to by the analysis_url in...
View ArticleEnergy Calculation Change?
Folks,In addition to what Paul noted, we constantly get new versions of songs with the same name (e.g. live versions, remixes, extended or shortened). These will usually have different audio attributes...
View ArticlePossible memory leak in ENMFP Codegen
I'm using ENMFP 3.15 (C++) under Ubuntu (64bit). I have a class generating fingerprints in a separate thread for an entire song. Whenever I create a Codegen object:Codegen codegen(sampleData, size, 0);...
View ArticleHow does the Infinite Jukebox get its track IDs?
So, seven months later, I'm at the point where I can open up a page's source and see how it gets its information. (in Python, no less)http://hasteb.in/nucefeyegi.pyTurns out there's a json api that...
View ArticlecAction import error module not found
I found that the version of en-ffmpeg was very old. After updating to a newer version I was able to get passed the error. The script now runs successfully :)
View ArticleUploading private songs
Sorry for the basic question, but I couldn't find information on this.I am looking to to analyze my own songs and then experiment with them using echonest-remix. But it gave me pause when I realized I...
View ArticleUploading private songs
tunesmith,The audio you upload is only used for analysis and not available to anyone else (or even you) for download. The track/upload method returns you a unique track ID you can use in the future to...
View ArticleUploading private songs
Hi, thank you. Is the same true for streaming and streaming-previews? Under what circumstances can someone hear the audio if I upload?
View ArticleUploading private songs
tunesmith,The Echo Nest does not serve or stream audio. Several of our Rosetta Stone partners provide streaming services of audio based on Echo Nest playlists, but user-uploaded tracks do not...
View ArticleUploading private songs
Great, thank you for the clarification. When I saw that url field for preview, I wasn't sure if it was something that echo nest generates. At any rate, you might consider updating the API documents for...
View ArticleSetting up Remix: en-ffmpeg not found
Same here. How to work in around? I'm using python 2.7.5import os os.system("en-ffmpeg")returns 32512 - i don't know how to interpret it.
View ArticleSetting up Remix: en-ffmpeg not found
OK, i found it - it cannot find the file. I tried copying the en-ffmpeg to my python's default path, changing it's name to ffmpeg with no result.
View Article