Skip to content

0.10.1 - 2021-09-13

Compare
Choose a tag to compare
@snejus snejus released this 13 Sep 02:21
· 464 commits to main since this release
0.10.1
ea7ebeb

Fixed

  • Fixed #18 by handling cases when a track duration is not given.

  • Fixed #19 where artist names like SUNN O))) would get incorrectly mistreated by the album name cleanup logic due to multiple consecutive parentheses. The fix involved adding some rules around it: they are now deduped only if

    • they are preceded with a space
    • or they enclose remix / edit info and are the last characters in the album name
  • Fixed #20 where dynamically obtained label names used in further REs caused re.error since they were not appropriately escaped (for example, label: /m\ records).

Thanks @arogl for reporting each of the above!

  • album: Keep label in the album name if it's immediately followed by an apostrophe. An example scenario:

    • label: Mike
    • album: Mike's Creations