We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edaccf commit 5f8a83eCopy full SHA for 5f8a83e
2 files changed
CHANGELOG.md
@@ -8,6 +8,7 @@
8
- Improve parsing of album names that end with **EP** or **LP**:
9
- Parse apostrophes correctly
10
- Parse **EP** and **LP** in parentheses.
11
+ - Remove **curated by ...** from the album name.
12
13
- `catalognum`:
14
- Require at least 3 letters in prefix when it is present in the release name. This
beetsplug/bandcamp/helpers.py
@@ -133,7 +133,7 @@ def get_replacements() -> list[Replacement]:
133
r"\((digital )?album\)",
134
r"\(single\)",
135
r"\Wvinyl\W|vinyl-only|vinyl[^ ]*cd",
136
- "compiled by.*",
+ "(compiled|curated) by.*",
137
"compilation: ",
138
r"[\[(](presented|selected) by.*",
139
r"[ |-]*free download(?! \w)",
0 commit comments