(hoofbeats) Add support for pluggable resolvers.
authorSalvatore Iovene <salvatore@iovene.com>
Mon, 18 Mar 2013 07:37:36 +0000 (09:37 +0200)
committerSalvatore Iovene <salvatore@iovene.com>
Mon, 18 Mar 2013 07:37:36 +0000 (09:37 +0200)
commitcfc9fcda3d616a8a74521dfd54e77ce56cfe90c2
tree0cb082b1ff5692169d9dc239304416dd9940d054
parenta15cbdf9e26ece8d9118155ce49104e4660b2d4d
(hoofbeats) Add support for pluggable resolvers.

A resolver is something used to get song data online, e.g. MusicBrainz.
examples/hoofbeats/index.html
examples/hoofbeats/javascripts/library.js
examples/hoofbeats/javascripts/resolvers/dummy.js [new file with mode: 0644]
examples/hoofbeats/javascripts/resolvers/musicbrainz.js [moved from examples/hoofbeats/javascripts/musicbrainz.js with 98% similarity]
examples/hoofbeats/tests/index.html
examples/hoofbeats/tests/unit/library.js
examples/hoofbeats/tests/unit/resolvers/musicbrainz.js [moved from examples/hoofbeats/tests/unit/musicbrainz.js with 100% similarity]
grunt.js