jdifuria / radioSTAR

Ruby/Rails continuation of the initial NodeJS radiostar project found in the link
https://github.com/ChicoState/radioSTAR
1 stars 3 forks source link

Idea for Compliance Algorithm (EDM filter) #5

Open tgering opened 8 years ago

tgering commented 8 years ago

Don't allow DJ's to play songs by anyone on the top 100 World DJ Ranking

Using djmag.com 's world ranking list we can create a rule that does not allow local DJ's to play songs by these artists. If 100 is too much, we can make the filter smaller (top 50, top 25, etc). This could be implemented using the scrapy tool

kperkins6 commented 8 years ago

Not a bad idea! Have you looked into this any more?