Hallo
I started using Musicbrainz Picard to update my metatags. Now I have the following:
I have a file called ACDC - Highway to Hell (original).mp3
In my metatags I have
title: Highway to hell (original)
composer: ACDC
Album: Highway to hell
So actually it is very obvious. I used the lookup (where, for my understanding, the existing tags are used).
In addition, I looked up 200 files at once, all from the same band.
But look what Picard gives:
Some experiments in the similar search functions of Picard:
(I loaded an untagged folder, and then right clicked on the cluster node and selected “Search for similar albums…” and then edited the search terms to make it an artist-only search)
So my guess is that using the artist:(name) search term does not check for aliases. However the Indexed Search Syntax documentation page says that you can use alias:(name) to do an alias search, however:
No - the issue is nothing to do with a Lucene search for artist not using aliases. I think this is by-design because there is an alternative search explicitly for alias.
But that search for alias is broken - indeed, it appears completely broken.
If the search using alias was working, then Picard could switch to searching using that rather than artist.
Alternatively, Picard needs to switch away from the Lucene Indexed search API and instead switch to the standard web search which uses aliases as standard.
The alias field only searches aliases attached to the entity, not to artists in the entity’s artist credit. Unfortunately you’re right that artist also only looks at the AC name, not any aliases.
Hmm - I guess I partly misunderstood the Indexed Search Syntax page as regards alias.
It looks like we either need to include aliases in the Lucene setup for Releases and Release Groups or Recordings, or we need to setup an artistalias index for these objects that does this.
Yes, as @Bitmap and @Sophist mentioned it, the recording search doesn’t handle artist aliases. Only the artist search is taking artist aliases into account, for now.
That is obviously something to reconsider in the longer term, especially in the perspective of replacing artist names with aliases.