Skip to content

# [0.5.6] 2021-02-08

Compare
Choose a tag to compare
@snejus snejus released this 08 Feb 10:58
· 557 commits to main since this release
0.5.6
c6799dc

Fixed

  • Bandcamp updated their html format which broke track duration parsing. This is now fixed
    and test html files are updated.

  • Fixed track name parser which would incorrectly parse a track name like 24 hours,
    ignoring the numbers from the beginning of the string.

  • Locations that have non-ascii characters in their names would not be identified
    (something like Montreal, Québec) - now the characters are converted and
    pycountry does understand them.

  • Fixed an edge case where an EP would be incorrectly misidentified as an album.

Updated

  • Catalogue number parser now requires at least two digits to find a good match.