snejus / beetcamp

Bandcamp autotagger source for beets (http://beets.io)
GNU General Public License v2.0
64 stars 11 forks source link

Drop python 3.6 support, add -o --open INDEX flag to CLI and small fixes for album, artist and release_date fields #35

Closed snejus closed 2 years ago

snejus commented 2 years ago

0.16.0 - 2022-08-19

Fixed

• (#34) Handle URLs like https://bandcamp.materiacollective.com, thanks @Serene-Arc

Removed

• Dropped support for python 3.6.

Added

• CLI search: index search results and add flag -o, --open=INDEX to open the given result in the browser

Updated

album:

• remove brackets if the entire album name is wrapped in them • remove (Single) • do not remove label from the front if it is not followed by a space • fix some false positives found in the comments when the album name is followed by EP or LP

artist:

• keep the original artist separator in releases with a single track • replace // separator with , in all cases

release_date: in rare cases when it is not found, use the last modified date