-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Use Artist Credits for tag data, but "actual" artist data for filenaming #1249
Comments
We do collect |
But I don't want to use it in the path - I want to have it in the file's metadata. That's the point. :) |
Ah! Sorry for being slow. So if I understand correctly, this would work like |
This would be a great feature. Currently I have some tracks that have the artist It's obviously useful to tag with the canonical artist name, as that makes it possible to group tracks by artist and search, but with artist names like |
+1 Out of my 4029 albums only 97 have differing albumartist and albumartist_credit values (~2.4%). I checked about a dozen of these albums manually against Discogs, iTunes, Amazon and Google Play. All sites use the artist credit over beets' "canonical" version. A few examples:
It seems like MusicBrainz treats the artist field as the artist's current name, which can change and cause large, unexpected metadata changes to existing files (e.g. when Jay-Z was renamed to "JAY-Z" on MusicBrainz). Given the above, it might make sense to prefer artist credit as the default for future imports (although I don't mind one way or the other if it's at least user-configurable). |
It seems like adding a config option is the right thing! As I said above, a motivated implementor could model it after the way the |
Here’s a possible implementation for an |
After playing around a bit with the
Setting the |
Ah, I see. I think it's too confusing (and probably too messy to implement) for beets's |
I guess this could actually be done with |
@Freso any luck? |
I'd love to see an |
Currently beets will always normalise artist credit data to the current artist name. However, I want to see when playing the music when, e.g., Orgi-E was credited as Klamfyr, but I still like the normalisation for file tree organisation purposes. This should probably be an option though, as other people will likely want to always normalise the name (and others might want to not normalise the name in the path as well).
(Somewhat related morituri issues: thomasvs/morituri#80, thomasvs/morituri#48)
The text was updated successfully, but these errors were encountered: