SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Request to support filename variable Music Brainz Artist D disambiguation in Musicbrainz / Songkong

Hi,

Is it possible for you to add support, of reading musicbrainz artist Disambiguation fields. For example,
If you go to this link for the rock group “The Guess Who”

https://musicbrainz.org/artist/4c567499-3a26-40e3-9471-20feb6c73767/edit

You will see that the artist disambiguation field is set to Canadian rock band.

The reason that i want you to add support for reading this artist disambiguation field is because their are a number of different guess who artists for “guess who”.

See here:

https://musicbrainz.org/search?query=guess+who&type=artist&method=indexed

Adding support for the artist disambiguation field would allow me to have file name mask rules like

ifnotempty2(albumartist,artist,’ /’)

ifnotempty(albumartist,’ - ')

ifnotempty(mbalbumartistdisambiguation ,"-")      < new field name  you define in songkong >

ifnotempty(mbreleasetype,’ - ')

ifnotempty(albumyear,’ - ')

ifnotempty(album,’ /’)

ifnotempty(pad(discno,2),’’)

ifnotempty(pad(trackno,2),’ - ')

title 

Is it possible for you to add support in your mask field variables for Music Brainz Artist ID disambiguation fields. This new field could then be used in filename mask rename rules.

Robert Smith
robert@microteksol.com

Hi, Im aware of the issue however if only added to the rename mask you still have the problem that the artist metadata for both artists will be the same.

Now, we could add disambuguation comment for all artists to the artist and album artist metadata fields but then we have the issue of seeing the extra info for artists that may share a name with another artist but not one in our own music collection, therefore not necessary for most cases.

So my idea was a consistency checker task that searches our collection for different multiple artists with the same name and then only add disambugation comment to artist/album artist metadata fields for these ones, this would then show as a difference in filename as well.

https://jthink.atlassian.net/jira/software/c/projects/SONGKONG/issues/SONGKONG-2416?filter=allopenissues

What do you think ?

Paul,

Please let me clarify, I want to add the feature artist and album disambiguration to the rename functions / mask and also to the consistency checker. Please let me know if you have any additional questions.

Robert Smith
robert@microteksol.com

Okay I get it, seems reasonable and fairly easy to add fields for this disambugation data as a first step.