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 4a0ff5d commit 117249cCopy full SHA for 117249c
docs/changelog.rst
@@ -43,6 +43,11 @@ Bug fixes:
43
accepted a list of strings). :bug:`5962`
44
- Fix a bug introduced in release 2.4.0 where import from any valid
45
import-log-file always threw a "none of the paths are importable" error.
46
+- :doc:`plugins/lastgenre`: Fix the issue were last.fm does not give a result in
47
+ the artist genre stage because multi-artists "concatenation" words (like
48
+ "feat." "+", or "&" prevent exact matches. Using the albumartists list field
49
+ and fetching a genre for each artist separately massively improves the chance
50
+ to get a valid result in that stage.
51
52
For plugin developers:
53
0 commit comments