Skip to content

How do I make beets use musicbrainz tags and ignore everything else? #4482

Answered by sdfg2
sdfg2 asked this question in Q&A
Discussion options

You must be logged in to vote

Answer: set all other weights to zero.

match:
    distance_weights:
        source: 0
        artist: 0
        album: 0
        media: 0
        mediums: 0
        year: 0
        country: 0
        label: 0
        catalognum: 0
        albumdisambig: 0
        album_id: 5.0
        tracks: 0
        missing_tracks: 0
        unmatched_tracks: 0
        track_title: 0
        track_artist: 0
        track_index: 0
        track_length: 0
        track_id: 0

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@sdfg2
Comment options

@sampsyo
Comment options

@sdfg2
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sdfg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants