mirror of
https://github.com/beetbox/beets.git
synced 2026-01-27 18:43:50 +01:00
lastgenre: Changelog for #5981 lastgenre
This commit is contained in:
parent
1045d9ae9b
commit
bb30a44107
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue