We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1980f2 commit 403524dCopy full SHA for 403524d
docs/changelog.rst
@@ -47,6 +47,11 @@ Bug fixes:
47
endpoints. Previously, due to single-quotes (ie. string literal) in the SQL
48
query, the query eg. `GET /item/values/albumartist` would return the literal
49
"albumartist" instead of a list of unique album artists.
50
+- :doc:`plugins/lastgenre`: Fix the issue where last.fm does not give a result in
51
+ the artist genre stage because multi-artist "concatenation" words (like
52
+ "feat." "+", or "&" prevent exact matches. Using the albumartists list field
53
+ and fetching a genre for each artist separately massively improves the chance
54
+ to get a valid result in that stage.
55
56
For plugin developers:
57
0 commit comments