voluntary_music_metadata_enrichment Build Status Code Climate Test Coverage Dependency Status

A plugin for crowdsourcing management system http://Voluntary.Software which adds a music model with discography sync through http://MusicBrainz.org, http://last.fm plus http://Spotify.com to every Ruby on Rails application. But it does not import everything: see Which data will be imported?.

You can create year in reviews for music albums and songs, read more about it in my blog post @ http://last.fm: Top Songs 2014 created with Open Source Website Volontari.at

Furthermore you can manage last.fm groups with artist connections voting, release announcements and music video indexing.

Installation

Preconditions: install the voluntary gem in your rails application https://GitHub.com/volontariat/voluntary

Add this to your Gemfile:

  gem 'voluntary_music_metadata_enrichment'

Run this in your console:

  bundle install  

Run this in your console:

  rake railties:install:migrations

License

This project uses MIT-LICENSE.