-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lastgenre finds classifies children music as metal #5649
Comments
Can you provide the output of |
|
Any idea how that happened? I would understand it if there was a tag, but this album does not have any tag on it. The only explanation I would have is that I ripped that album via abcde. Maybe there they set a default genre, but I don't know why lastgenre would pick this up |
Hey @guerda, It looks like the issue is due to your configuration telling the plugin to fetch the artist's genre. Check out the parentheses in this example:
Since Various Artists is a pretty generic tag, it's returning an irrelevant genre. You might want to tweak the Also, I think our logs could be simplified. Instead of logging the full album name, just showing Various Artists would be clearer and less confusing. |
Problem
The
lastgenre
plugin identifies multiple children music albums as metal (Melodic Death Metal and Grindcore).Both album had no tags:
https://www.last.fm/music/Various+Artists/Best+of+Kinderlieder,+Volume+02
https://www.last.fm/music/Various+Artists/Die+50+sch%C3%B6nsten+Kinderlieder
and still they are classified as metal subgenres, which is amittedly funny, but not correct at all.
Adding a tag to one of the albums didn't solve the problem.
Running this command in verbose (
-vv
) mode:Setup
The text was updated successfully, but these errors were encountered: