Beets: Does beets use musicbrainz by default instead of discogs?

Created on 15 Jan 2017  路  2Comments  路  Source: beetbox/beets

When importing an album, does beets prioritise a database? (I generally prefer the discogs database to musicbrainz).

Setup

$ beet version
beets version 1.4.3
Python version 2.7.12
plugins: badfiles, chroma, copyartifacts, discogs, embedart, fetchart, info, missing, scrub, web

Most helpful comment

Yes; plugin-provided sources have a small penalty applied. You can set the source_weight config option under the discogs section to 0.0 to disable this penalty.

All 2 comments

It does indeed prioritize MusicBrainz over Discogs.

Like you, I prefer Discogs mainly because it offers far more metadata that MusicBrainz is unable to handle.

You can import from Discogs into MusicBrainz within seconds by using one the user scripts found in this repository.

Yes; plugin-provided sources have a small penalty applied. You can set the source_weight config option under the discogs section to 0.0 to disable this penalty.

Was this page helpful?
0 / 5 - 0 ratings