https://musicbrainz.org/release/1cadc5d0-f4df-4341-aed9-0e33cdc38a72/details
Listed as Release by M.C. Sar & The Real McCoy but beets changes it to Real McCoy when imported.
Picard will tag the albumartist as M.C. Sar & The Real McCoy if the box is unchecked but as Real McCoy if checked.
After tagging as M.C. Sar & The Real McCoy you can see the release is changed to just Real McCoy when imported.
My config.yaml is as follows:
Windows PowerShell
Copyright © 2009 Microsoft Corporation. All rights reserved.
PS C:\Users\kccourier> beet config
asciify_paths: no
fetchart:
cautious: yes
cover_names: front back
auto: yes
minwidth: 0
sources:
- filesystem
- coverart
- itunes
- amazon
- albumart
google_engine: 001442825323518660753:hrh5ch1gjzm
enforce_ratio: no
maxwidth: 0
store_source: no
google_key: REDACTED
fanarttv_key: REDACTED
library: ~W:\data\musiclibrary.blb
plugins: fetchart embedart bucket the inline mbcollection lastgenre
musicbrainz:
user: kccourier
pass: REDACTED
auto: yes
per_disc_numbering: yes
paths:
albumtype:EP: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/EPs/[$original_year] $album%if{$reissue,
($year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubtitle,~$disctitle}/}
$track $title’
albumtype:single: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/Singles/[$original_year] album%if{
reissue, ($year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubtitle,~$disc
title}/}$track $title’
albumtype:compilation: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/Compilations/[original_year]
album%if{$reissue, ($year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubti
tle,~$disctitle}/}$track $title’
albumtype:album: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/Albums/[$original_year] $album%if{$re
issue, ($year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubtitle,~$discti
tle}/}$track $title’
albumtype:live: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/Lives/[$original_year] $album%if{$reis
sue, ($year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubtitle,~$disctitl
e}/}$track $title’
albumtype:soundtrack: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/Soundtracks/[$original_year] $al
bum%if{$reissue, ($year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubtitl
e,~$disctitle}/}$track $title’
default: ‘[%bucket{%upper{%left{%the{$albumartist },1}}}]/$albumartist/Albums/[$original_year] $album%if{$reissue, (
$year %if{$releasecountry,$country }%if{$mediainfo,$media})}/%if{$multidisc,Disc $disc%if{$discsubtitle,~$disctitle}/}$t
rack $title’
threaded: yes
item_fields:
multidisc: 1 if disctotal > 1 else 0
discsubtitle: 1 if disctitle else 0
mediainfo: 1 if media else 0
releasecountry: 1 if country else 0
reissue: 1 if year > original_year and original_year > 1 else 0
art_filename: cover
id3v23: yes
bucket:
bucket_alpha:
- ~#~
- ~A~
- ~B~
- ~C~
- ~D~
- ~E~
- ~F~
- ~G~
- ~H~
- ~I~
- ~J~
- ~K~
- ~L~
- ~M~
- ~N~
- ~O~
- ~P~
- ~Q~
- ~R~
- ~S~
- ~T~
- ~U~
- ~V~
- ~W~
- ~X~
- ~Y~
- ~Z~
bucket_alpha_regex:
~#~: ^[^A-Z]
bucket_year: []
extrapolate: no
lastgenre:
auto: yes
count: 2
force: no
separator: ', ’
source: album
prefer_specific: no
min_weight: 10
whitelist: yes
fallback:
canonical: no
directory: ~W:\music
import:
move: yes
copy: no
match:
strong_rec_thresh: 0.2
ignored: missing_tracks unmatched_tracks
embedart:
compare_threshold: 0
auto: yes
ifempty: no
remove_art_file: no
maxwidth: 0
mbcollection:
auto: no
pathfields: {}
album_fields: {}
the:
a: yes
patterns: []
the: yes
strip: no
format: ‘{0}, {1}’
PS C:\Users\kccourier>