YetAnotherNerd / whatlastgenre

Improve genre metadata of audio files based on tags from various music sites.
http://yetanothernerd.github.io/whatlastgenre
MIT License
79 stars 20 forks source link

Allow hard constraints on genres #17

Closed tzok closed 4 years ago

tzok commented 5 years ago

I have patched the code minimally by setting the hate coefficient to zero. Effectively, when I write some tag in the hate list I am 100% certain that it will not be used, so this is a hard constraint.

I would like to have one of the two features available:

YetAnotherNerd commented 5 years ago

you could remove the tag from the whitelist instead of using a 0.0 hate coefficient.