-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
discogs: "3 vinyl split" release not possible to add #4290
Comments
FWIW, it's because they have the same artist and title—that's how beets' "duplicate detection" works. #4199 may be relevant to you, or you may just choose "Keep all" at this prompt. |
I'll try keep all... thanks! |
Yes, sorry for the hassle I thought I tried out all the options on import but obviously I didn't realize that choosing "Keep All" does just what I want:
|
And thanks for the issue link, I just had the idea that in my case taking the catalognumber into account with dup finding would have helped. Awesome you are working on a configurable solution already! :-) |
Just here to say thanks: The feature in the linked PR that was recently merged, fixes exactly the problem I had with this "3 vionyl split" album/release. Adding this to config now does the trick:
MM129A, MM129B and MM129C are now imported as separate albums. |
Sorry for being brief here for now. I will elaborate the problem later. Not sure if it is a discogs tagger only problem. Will investigate.
Not-technically speaking the problem is: Sometimes albums (releases in discogs speak) were put out on several vinyls (catalog numbers MM129A, MM129B, MM129C in this case). They all share the same master release. For example these 2 vinyls were available to buy separately:
https://www.discogs.com/release/830530-Dave-Clarke-Remixes-Rarities-1992-2005
https://www.discogs.com/release/830537-Dave-Clarke-Remixes-Rarities-1992-2005
(There is a third one MM129C but I don't want to tag it because I don't have the mp3, if that matters...)
Importing the first one works fine but when trying to import the second one, beets always wants to overwrite the previously imported one:
Not sure if it's because the album/release name is the same or it is because of the same master release (https://www.discogs.com/master/93537-Dave-Clarke-Remixes-Rarities-1992-2005)
Setup
My configuration (output of
beet config
) is:FIXME
The text was updated successfully, but these errors were encountered: