From bb30a44107bc3b511a26d8ab521bfecbe304b701 Mon Sep 17 00:00:00 2001 From: j0j0 Date: Sun, 16 Nov 2025 08:54:12 +0100 Subject: [PATCH] lastgenre: Changelog for #5981 lastgenre --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d95de38c5..fd5cd0264 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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: