Skip to content

Commit 5f8a83e

Browse files
committed
album: remove curated by
1 parent 5edaccf commit 5f8a83e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Improve parsing of album names that end with **EP** or **LP**:
99
- Parse apostrophes correctly
1010
- Parse **EP** and **LP** in parentheses.
11+
- Remove **curated by ...** from the album name.
1112

1213
- `catalognum`:
1314
- Require at least 3 letters in prefix when it is present in the release name. This

beetsplug/bandcamp/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def get_replacements() -> list[Replacement]:
133133
r"\((digital )?album\)",
134134
r"\(single\)",
135135
r"\Wvinyl\W|vinyl-only|vinyl[^ ]*cd",
136-
"compiled by.*",
136+
"(compiled|curated) by.*",
137137
"compilation: ",
138138
r"[\[(](presented|selected) by.*",
139139
r"[ |-]*free download(?! \w)",

0 commit comments

Comments
 (0)