# How do I keep beets from using standardized artist names?

**URL:** https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75
**Category:** Help
**Created:** [April 22, 2017, 4:04am UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75 "2017-04-22T04:04:53Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![kccourier](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/kccourier/32/28_2.png) [@kccourier](https://discourse.beets.io/u/kccourier)
#### Post date: [April 22, 2017, 4:04am UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/1 "2017-04-22T04:04:53Z")

</div>

I prefer to see releases in my collection listed as released. I want albums release as by artist John Cougar or John Cougar Mellencamp not to be edited to by John Mellencamp but to be imported as tagged.

In the Metadata options for Picard there is a “Use standardized artist names” checkbox which make Picard only use standard Artist names, rather than Artist Credits which may differ slightly across tracks and releases. I choose not to use this option. I want to use the actual albumartist field as entered in the database rather than an alias.

I have searched the beets documentation but have yet to figure out how to do the same when tagging my files with beets. Is there an easy way to configure this ability?

Mellencamp is just one example. There are many more. I just want them to be imported as listed in the Musicbrainz database without standardized aliases.

Thanks in advance for any help.

---

<div class="post-metadata">

### Author: ![adrian](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/adrian/32/4_2.png) [@adrian](https://discourse.beets.io/u/adrian)
#### Post date: [April 23, 2017, 1:53am UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/2 "2017-04-23T01:53:22Z")

</div>

Hmm… sounds like an interesting issue. Is there any chance you can point to the place where the “correct” and “incorrect” names appear in the MB web service for a specific album? Then we can carefully check where we’re discarding one in favor of the other.

---

<div class="post-metadata">

### Author: ![kccourier](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/kccourier/32/28_2.png) [@kccourier](https://discourse.beets.io/u/kccourier)
#### Post date: [April 23, 2017, 2:45am UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/3 "2017-04-23T02:45:28Z")

</div>

[https://musicbrainz.org/release/1cadc5d0-f4df-4341-aed9-0e33cdc38a72/details](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.

![](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex029/uploads/beets/original/1X/6ae0eade1392e4d38ba2d403c61baa3944786d79.jpg) ![](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex029/uploads/beets/original/1X/fdc55e1906b820f0c091812dd6f55b393f6bec1e.jpg)

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.

![](https://cdck-file-uploads-canada1.s3.dualstack.ca-central-1.amazonaws.com/flex029/uploads/beets/original/1X/59f9c1dba70406a24b36a80777f403a7fe935cc6.jpg)

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\>

---

<div class="post-metadata">

### Author: ![kccourier](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/kccourier/32/28_2.png) [@kccourier](https://discourse.beets.io/u/kccourier)
#### Post date: [April 23, 2017, 3:03am UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/4 "2017-04-23T03:03:47Z")

</div>

You can see all the various aliases for the artist “Real McCoy” here:

[https://musicbrainz.org/artist/7b0522f2-b808-4e48-82ce-fa9e32db06de/aliases](https://musicbrainz.org/artist/7b0522f2-b808-4e48-82ce-fa9e32db06de/aliases)

---

<div class="post-metadata">

### Author: ![adrian](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/adrian/32/4_2.png) [@adrian](https://discourse.beets.io/u/adrian)
#### Post date: [April 23, 2017, 12:05pm UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/5 "2017-04-23T12:05:47Z")

</div>

Aha; thanks! That helps. It sounds like we need a config option to fetch artist names from the credit, rather from the artist that the credit points to. Would you mind filing a feature request on GitHub?

---

<div class="post-metadata">

### Author: ![kccourier](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/kccourier/32/28_2.png) [@kccourier](https://discourse.beets.io/u/kccourier)
#### Post date: [April 23, 2017, 12:56pm UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/6 "2017-04-23T12:56:50Z")

</div>

I guess the artist credit and album artist credit are not currently available in beets. I’ll create a feature request when I get a chance probably later today.

---

<div class="post-metadata">

### Author: ![adrian](https://yyz1.discourse-cdn.com/flex029/user_avatar/discourse.beets.io/adrian/32/4_2.png) [@adrian](https://discourse.beets.io/u/adrian)
#### Post date: [April 23, 2017, 3:25pm UTC](https://discourse.beets.io/t/how-do-i-keep-beets-from-using-standardized-artist-names/75/7 "2017-04-23T15:25:20Z")

</div>

This issue comes to mind too: [https://github.com/beetbox/beets/issues/1249](https://github.com/beetbox/beets/issues/1249)
