Closed snejus closed 2 years ago
Kudos, SonarCloud Quality Gate passed!
Kudos, SonarCloud Quality Gate passed!
Kudos, SonarCloud Quality Gate passed!
Kudos, SonarCloud Quality Gate passed!
Please retry analysis of this Pull-Request directly on SonarCloud.
[0.13.0] 2022-03-22
Added
search: considerable improvements in search results accuracy
search_max
parameter is now 2 by default, - in most cases you should get by fine with it being set to 1. This will make the search nearly instant and reduce the loads that Bandcamp need to deal with.Python 3.10 is now supported.
Updated
album
catalognum
and artistscatalognum
and artistscatalognum
label
: strip quotes if sourced from the descriptionartist
/albumartist
: remove remixers from artists fieldsartist
/title
: featuring artists are moved fromtitle
to theartist
fieldsingleton
: do not populatealbumstatus
,index
,medium_index
,medium
,medium_total
fieldsFixed
artist
/track_alt
:track_alt
whentrack_alt
is not present in any other track in that release.track_alt
like A or B are correctly parsed iftrack_alt
was found for the rest of the trackscatalognum
: catalogue numbers starting with VA are not anymore ignored, unless VA is followed by numbers. VA02 is still ignored while VAHELLO001 is now parsed correctly.Fixed Github workflow which tests the package across various python and
beets
versions: they should now fail reliably. Dependencies are from now on cached, so they run fairly quickly.Clarified that
preferred_media
should include Digital Media (not Digital) in the README.Fixes #21