echonest-ruby-api icon indicating copy to clipboard operation
echonest-ruby-api copied to clipboard

Remove identification capability

Open maxehmookau opened this issue 10 years ago • 6 comments

Looks like echonest are removing their identify API. Guess we better remove it from this wrapper at some point.

@plamere any chance of reversing this decision or giving some detail as to why it's being removed?

maxehmookau avatar Jan 05 '15 16:01 maxehmookau

Hi Max, today is the scheduled sunset day. We shall be going forward with the song/identify shutdown. We've made the source open source so anyone can stand up a look up server if they are so inclined. It is a service that is used by only a few folks, and it is rather expensive in terms of engineering resources to keep running. -- P

On Mon, Jan 5, 2015 at 11:23 AM, Max Woolf [email protected] wrote:

Looks like echonest are removing their identify API. Guess we better remove it from this wrapper at some point.

@plamere https://github.com/plamere any chance of reversing this decision or giving some detail as to why it's being removed?

— Reply to this email directly or view it on GitHub https://github.com/maxehmookau/echonest-ruby-api/issues/41.

plamere avatar Jan 05 '15 18:01 plamere

That's a shame, it was a fun project that I made use of in my final year dissertation at university. I would've thought with Spotify's acquisition of echo nest that there should be plenty of engineering resources. That said, thanks for your quick explanation :) Max

maxehmookau avatar Jan 05 '15 19:01 maxehmookau

Hey Max ... there is an effort by some 3rd party developers to keep it all going. See:

On Mon, Jan 5, 2015 at 2:52 PM, Max Woolf [email protected] wrote:

That's a shame, it was a fun project that I made use of in my final year dissertation at university. I would've thought with Spotify's acquisition of echo nest that there should be plenty of engineering resources. That said, thanks for your quick explanation :) Max

— Reply to this email directly or view it on GitHub https://github.com/maxehmookau/echonest-ruby-api/issues/41#issuecomment-68765953 .

plamere avatar Jan 05 '15 20:01 plamere

Whoops ...

See;

http://mooma.sh/api.html

P

On Mon, Jan 5, 2015 at 3:03 PM, Paul Lamere [email protected] wrote:

Hey Max ... there is an effort by some 3rd party developers to keep it all going. See:

On Mon, Jan 5, 2015 at 2:52 PM, Max Woolf [email protected] wrote:

That's a shame, it was a fun project that I made use of in my final year dissertation at university. I would've thought with Spotify's acquisition of echo nest that there should be plenty of engineering resources. That said, thanks for your quick explanation :) Max

— Reply to this email directly or view it on GitHub https://github.com/maxehmookau/echonest-ruby-api/issues/41#issuecomment-68765953 .

plamere avatar Jan 05 '15 20:01 plamere

Looks interesting, maybe instead of removing it from this gem, i'll point it to that since it appears to be compatible :)

maxehmookau avatar Jan 06 '15 07:01 maxehmookau

Hey guys! Awesome gem. It has saved me a lot of headache. Quick question, is there anyway to search artists by location thru this gem? I've tried doing @artist = Echonest::Artist.search('KEY', artist_location: 'australia') but it tells me there is no search method for artist? Thanks for the help!

cmcollin41 avatar Sep 22 '15 05:09 cmcollin41