Getting Acousticness and Valence from a track analysis in jEn
I'm using jEn to analyze tracks. However, the track library does not seem to have getters for Acousticness or Valence (i guess since these were both added recently.) Any other way to grab these?
View ArticleGetting Acousticness and Valence from a track analysis in jEn
Looks like using the parent class with getDouble("audio_summary.valence") was an alternative. Still, probably a good idea to include getters for those in the library.
View ArticleTrack Upload and Acousticness/Valence
It seems sometimes if I upload a song, the track attributes returned do not have valence or acousticness values. (They are NaN) I think it happens when a song is uploaded twice. For testing purposes, I...
View ArticleTrack Upload and Acousticness/Valence
To be clear, the song uploaded worked on the first upload, and on repeat uploads the data returned is partially correct but excludes acousticness and valence values. Is this because it is accessing...
View ArticleSearching by Album name
Paul, what is the status and plan for an album API? I am especially interested in a album/similar method. Thanks!
View ArticleTrack Upload and Acousticness/Valence
I believe I made a mistake in which I was not pulling the audio_summary bucket properly before accessing these parameters. (This is a side effect of the fact that these two parameters are not directly...
View ArticleCorrect AWS Policy format for upload.html Remix.js
I'm getting:Invalid according to Policy: Policy Condition failed: ["starts-with", "$success_action_redirect", "http://"] in Experiment with the remix.js upload example.I have filled in the AWS account...
View Articlequerying changes over time
I'm a newbie to this API, I looked through the documentation and tutorials, but couldn't seem to find an answer. Is it possible to query changes in total occurrences of a given genre over time? If so,...
View ArticleGet part of analysis data
Hi AllDoes anybody know if there's a way to get just the 'Sections' data from the analysis_url?At the moment, the analysis URL includes a lot of data (about 0.5MB sometimes). As I'm programming an app...
View ArticleLimited Interactivity on static playlists
Should limited interactivity work on a static catalog playlist request?Make a static catalog playlist request with Limited Interactivity set to 'styleb'Increment the play_count or skip_count of a...
View ArticleLimited Interactivity on static playlists
Unfortunately, no. Each static playlist call is considered in isolation.
View ArticleGet part of analysis data
Just a guess, but see if there's something like analysis.segments.json or duration.json. I know that in Pyechonest each track has 'duration' and 'analysis'. Then 'analysis.beats', 'analysis.segments',...
View ArticleCombine two tracks in Remix
How would one combine an "instrumental" and an "a capella" track in Remix, similar to Crossfadeing the entire tracks, but with full volumes for each. Blend's render method is pass. Is sub-classing...
View ArticleGet notified when a track analysis completes
Hi there,Currently when I use track/upload with the audio_summary tag, I immediately receive a status='pending' response. But then I have to manually query with a loop with the returned Track ID to...
View ArticleGet notified when a track analysis completes
Hi sen.abhishek,There's not a way to register a callback with the the Echo Nest HTTP servers so that they will initiate a call to your machine when your analysis is ready. At the level of the HTTP API,...
View ArticleGet notified when a track analysis completes
Hi Eli,Thanks for the quick response. I was sort of expecting the same but thought I'd ask anyway.Right now I am prototyping in Python but will eventually be running the code from Swift so I will have...
View ArticleGenre Clustering - Compare Genres
Hi all,I have been working on a rhythm based game for some time for my masters project at University, and echonest has been a great help in this regard. For one of my final features, I wanted to change...
View ArticleIssues with post request
Hi, I am trying to make a post request to your servers to get details on an mp3 file stored locally on my computer. I am trying to do this using jquery but when I make the request I receive the...
View ArticleTaste Profile Predict
Hi Guys,I'm trying to get the "predict" alpha call to work and am not having any luck. Can you verify that it's working. I'm not sure if I'm excluded from the alpha process or not due to the release...
View ArticleArtist Taste Profile
I use an artist taste profile in combination with dynamic playlisting (type: catalog) to generate playlists for my music collection. During development a few questions have been raised that I cannot...
View Article