Track Upload - "Connection was reset"
Patrick - analysis is back up and running. Sorry for the outage. -- Paul
View ArticleTaste Profile Styles
I noticed in the predict api request of the taste profile section you can find the top_styles. Is there anyway I can can get the style attribute when I simply read a taste profile?
View ArticleMissing one Beatles song from catalogue
Hello, I am attempting to collect audio_summary bucket for all Beatles studio albums. I have successfully collected every song except for 'I'm So Tired' from album 'The Beatles' (White Album). I have...
View ArticleTrack Upload Working with curl, not with JS Post
Hi, I used curl -X POST with the api_key and url and it worked beautifully, but now that i'm using a javascript post the response I'm getting back is "invalid key". I'm using the exact same info, and...
View Articleidentify error code 4
am writing the code but am getting same error again. GET: curl -G http://developer.echonest.com/api/v4/song/identify?api_key=XXX&version=4.12&code=ABC ασφαλεια αυτοκινητου, αεροπορικα εισιτηρια
View ArticleBad Errors
I'm excuting bigeval.py and I get this : munge too small BAD ### 1894 ### err-munge ### None ### {'duration': 30, 'decoder': 'mpg123'} munge too small BAD ### 1695 ### err-munge ### None ###...
View ArticleCodegen for Windows and Linux
If I get a file mp3 and I generate before fp_code with echoprint-codegen for Linux and then I generate fp_code with echoprint-codegen for Windows I get some fp_code ?
View ArticleCodegen for Windows and Linux
kio,Codegen will generate slightly different fp codes on each platform due to differences in decoders and math libraries.David
View ArticleRequesting Fingerprinting Wait Time
Hello,Whenever I do a request, Echonest tells me to wait for some time with the response body looking something like this:{ status: { version: '4.2', code: 0, message: 'Success' }, track: { status:...
View ArticleRequesting Fingerprinting Wait Time
Cleaned up response:{ status: { version: '4.2', code: 0, message: 'Success' }, track: { status: 'pending', <----------------- Why & how to deal with it? artist: '', title: '', release: '',...
View ArticleAlbum art size bigger than 200x200
Is there any way to request the album art size? I keep getting a very small image as a respone.Thank you.{ title: 'Rap God', artist: 'Eminem', duration: 369.18966, album: 'The Marshall Mathers LP2',...
View ArticleRequesting Fingerprinting Wait Time
bluejamesbond,It can take a little time for the analyzer to run on a track after you upload it. You can poll with track/profile until you see that the analysis is complete.
View ArticleCalling Codegen from C++/CLI
Добрый день. Подскажите где можно взять скомпилированную dll у проекта echoprint-codegen. Хочу поюзать на Windows
View ArticleCodegen
Добрый день. Подскажите где можно взять скомпилированную dll у проекта echoprint-codegen. Хочу поюзать на Windows
View ArticlePython vs JavaScript Remix Package
I'm developing a web app to make a player that randomly assembles segments of a song, and it looks like Remix can do this pretty handily. Am I understanding correctly that the python version is...
View ArticlePython vs JavaScript Remix Package
MikeiLL - the python version doesn't work with any browsers - it is a batch oriented version that will take audio files as input and generate audio files as output. You could build a web server around...
View Articlefailure with local file upload
Hey, I have been having trouble with local file uploads in C#. My method is a POST request:form.AddField("Content-Type","application/octet-stream"); form.AddField("api_key",mykey);...
View ArticlePython vs JavaScript Remix Package
Thank you, Paul. I did actually understand that python doesn't run in the browser, but the post didn't make that clear. What I wasn't sure about was the compatibility of the JS version beyond Chrome. I...
View Article