FreeMusicNinja / freemusic.ninja

Ember.js-powered front end website for Free Music Ninja
https://freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Un-weight artists without much music #19

Closed treyhunner closed 10 years ago

treyhunner commented 10 years ago

Artists who who don't have a full CC album should be noted as less important (marked as dormant, zombie, or a better term).

We could search the FreeMusicArchive API and find artists without albums like this:

http://freemusicarchive.org/api/get/albums.json?api_key=<key>&artist_id=2908

treyhunner commented 10 years ago

Maybe we could create a model to store API responses for FreeMusicArchive artist albums or tracks. We could hide/disable artists with less than three tracks.

treyhunner commented 10 years ago

Moved to FreeMusicNinja/api.freemusic.ninja#2