I believe the version I am using is the latest. I used the installer
from:
http://code.google.com/p/echo-nest-remix/
The terminal tells me this:
My input:
song = audio.LocalAudioFile("C:\Python26\echo-nest-remix-examples\music
\WhenIComeAround.mp3")
Response:
Computed MD5 of file is (code)
Probing for existing analysis
Echo Nest API Error 5: The Identifier specified does not exist: (code)
Analysis not found. Uploading...
en-ffmpeg -i "C:\Python26\echo-nest-remix-examples\music
\WhenIComeAround.mp3"
en-ffmpeg -y -i "C:\Python26\echo-nest-remix-examples\music
\WhenIComeAround.mp3" -ac 2 -ar 44100 "c:\users\kev\appdata\local\temp
\tmpdotwpn.wav"
My input:
song.analysis.beats
Response:
[]
My input:
song.analysis.tempo
Response:
('confidence': 0.0, 'value': 0.0)
I am not seeing an error but clearly I am not receiving any
information about the song.