lastgenre: Changelog for #5981 lastgenre

This commit is contained in:
j0j0 2025-11-16 08:54:12 +01:00
parent 1045d9ae9b
commit bb30a44107

View file

@ -48,6 +48,11 @@ Bug fixes:
endpoints. Previously, due to single-quotes (ie. string literal) in the SQL
query, the query eg. `GET /item/values/albumartist` would return the literal
"albumartist" instead of a list of unique album artists.
- :doc:`plugins/lastgenre`: Fix the issue where last.fm does not give a result in
the artist genre stage because multi-artist "concatenation" words (like
"feat." "+", or "&" prevent exact matches. Using the albumartists list field
and fetching a genre for each artist separately massively improves the chance
to get a valid result in that stage.
For plugin developers: