echonest-ruby-api
echonest-ruby-api copied to clipboard
Remove identification capability
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?
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.
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
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 .
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 .
Looks interesting, maybe instead of removing it from this gem, i'll point it to that since it appears to be compatible :)
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!