-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate EchoNest API integration #10
Comments
I'm leaning towards the rails side. We could have a |
I agree about doing this on the backend. It seems like it would be too closely tied to the models and backend logic for it to be done efficiently on the fronted. |
I server side is better for that for performance reasons. |
+1 server side - if it proves really time expensive shell it off to job threads |
possible gem: echonest-ruby-api |
Utilizing a music info system like Echonest will allow us to improve the overall user experience.
Things like detailed Genre, Album, and Artist information (like google music), better song recommendations, and dynamic playlists based on the user's library.
Possible questions
The text was updated successfully, but these errors were encountered: