FreeMusicNinja / api.freemusic.ninja

Django-powered API for Free Music Ninja
http://api.freemusic.ninja/
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Un-weight artists without much music #2

Closed treyhunner closed 9 years ago

treyhunner commented 9 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

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.

From FreeMusicNinja/freemusic.ninja#19

macro1 commented 9 years ago

Track count can now be stored in artists.Hyperlink. Rather than 'un-weight' artists, we're highlighting artists we know have at least 3 tracks. The results will improve as the data collection efforts (#28, #24) are underway.