Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MusicBrainz uses canonical artist name, not release name #2854

Closed
denisdefreyne opened this issue Mar 25, 2018 · 2 comments
Closed

MusicBrainz uses canonical artist name, not release name #2854

denisdefreyne opened this issue Mar 25, 2018 · 2 comments
Labels
needinfo We need more details or follow-up from the filer before this can be tagged "bug" or "feature."

Comments

@denisdefreyne
Copy link
Contributor

Problem

Beets sets the artist to the canonical artist name. For example:

/Volumes/Champlain Music/music-pending/Monolith/Volume 1 (4 items)
Correcting tags from:
    Monolith - Volume 1
To:
    Dave Monolith - Volume 1
URL:
    https://musicbrainz.org/release/38f33632-90a1-3f7f-8bc4-c60de61a7eae

Note: Monolith -> Dave Monolith.

Expected: Tracks are tagged with artist Monolith (because that is how the artist is credited on the release).

Actual: Tracks are tagged with artist Dave Monolith.

This might be expected behavior for some (or in some cases), but I could not find a way to configure it.

Setup

% uname -a
Darwin attignawantan.local 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64 i386 MacBookPro14,2 Darwin
% beet --version
beets version 1.4.5
Python version 3.6.4
plugins: discogs, mbsync

My configuration (output of beet config) is:

library: "/Volumes/Champlain Music/music.db"
directory: "/Volumes/Champlain Music/music-imported"
plugins: discogs mbsync
id3v23: true
per_disc_numbering: true

import:
  move: yes
  write: yes
  duplicate_action: skip
  log: "/Volumes/Champlain Music/beet-import.log"

paths:
  default: "$albumartist/$album%aunique{}/$disc-$track $title"
  singleton: "(Not on album)/$artist/$title"
  comp: "(Compilations)/$album%aunique{}/$disc-$track $title"
@sampsyo
Copy link
Member

sampsyo commented Mar 26, 2018

Hello! That data is available in the artist_credit and albumartist_credit fields. For a related request to use these for the artist tags instead, see #1249. Does that cover what you’re interested in?

@sampsyo sampsyo added the needinfo We need more details or follow-up from the filer before this can be tagged "bug" or "feature." label Mar 26, 2018
@denisdefreyne
Copy link
Contributor Author

@sampsyo This is exactly the same issue! I’ll close this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needinfo We need more details or follow-up from the filer before this can be tagged "bug" or "feature."
Projects
None yet
Development

No branches or pull requests

2 participants