Remove Discogs Disambiguation stripping from metadata_plugins

This commit is contained in:
Henry Oberholtzer 2025-09-20 01:52:53 +02:00
parent c56cb69e32
commit 23e46315e3
2 changed files with 1 additions and 3 deletions

View file

@ -298,8 +298,6 @@ class MetadataSourcePlugin(BeetsPlugin, metaclass=abc.ABCMeta):
if not artist_id:
artist_id = artist[id_key]
name = artist[name_key]
# Strip disambiguation number.
name = re.sub(r" \(\d+\)$", "", name)
# Move articles to the front.
name = re.sub(r"^(.*?), (a|an|the)$", r"\2 \1", name, flags=re.I)
# Use a join keyword if requested and available.

View file

@ -22,7 +22,7 @@ Bug fixes:
For packagers:
Other changes:
- :class:`beets.metadata_plugin.MetadataSourcePlugin`: Remove discogs specific disambiguation stripping
- :doc:`plugins/index`: Clarify that musicbrainz must be mentioned if plugin
list modified :bug:`6020`
- :doc:`/faq`: Add check for musicbrainz plugin if auto-tagger can't find a