Closed erqzor closed 8 years ago
this happens because musicbrainz returns a negative score for one tag of the artist 'flo rida' - query:
"tags": [
{
"count": 0,
"name": "electro"
},
{
"count": 0,
"name": "hip hop"
},
{
"count": 0,
"name": "electropop"
},
{
"count": 0,
"name": "southern hip hop"
},
{
"count": 0,
"name": "dance-pop"
},
{
"count": 0,
"name": "pop rap"
},
{
"count": 0,
"name": "hip house"
},
{
"count": -1,
"name": "hip hop rnb and dance hall"
},
{
"count": 0,
"name": "a filk artist"
}
]
(and therefore, even though there are values, the highest value is 0)
never encountered negative scores from dataproviders before, so here is the fix, ty for reporting :)
Thanks for your quick fix and answer.
But i still have the same error :/
-1 might still be cached, can you try with -u
argument? (just call with -u for that specific album, no need to do in a full rerun)
It works <3 :+1: :+1:
Hello,
First, a great thanks for your script ! It's quite the amazing solution i've ever searched for.
I've started the script with -vnr on my directory and everything is running fine until i encounter an error.
I've suspected a time that there was no tags attached to the artist and a value got a 0 but i don't know how to check/understand/debug.
Thanks again for your amazing work.
Osx Yosemite / Python 2.7