maxehmookau / echonest-ruby-api

A ruby wrapper around the Echonest API
MIT License
46 stars 30 forks source link

Remove identification capability #41

Open maxehmookau opened 9 years ago

maxehmookau commented 9 years ago

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?

plamere commented 9 years ago

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 notifications@github.com 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.

maxehmookau commented 9 years ago

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

plamere commented 9 years ago

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 notifications@github.com 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 commented 9 years ago

Whoops ...

See;

http://mooma.sh/api.html

P

On Mon, Jan 5, 2015 at 3:03 PM, Paul Lamere paull@spotify.com 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 notifications@github.com 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 .

maxehmookau commented 9 years ago

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

cmcollin41 commented 8 years ago

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!