Multiple album artists problem

I’m trying to figure out how to have the program make the album artist only the main artist instead of multiple. The specific thing I’m looking at is Marshmello’s friend single there are plugins to remove featured artists but in this case it is a & between the artists not feat

Check out the AlbumArtist Extension plugin. It adds these variables which you should be able to use with the help of a little tagger scripting.

  • _aaeStdAlbumArtists = The standardized version of the album artists.
  • _aaeCredAlbumArtists = The credited version of the album artists.
  • _aaeSortAlbumArtists = The sorted version of the album artists.
  • _aaeStdPrimaryAlbumArtist = The standardized version of the first (primary) album artist.
  • _aaeCredPrimaryAlbumArtist = The credited version of the first (primary) album artist.
  • _aaeSortPrimaryAlbumArtist = The sorted version of the first (primary) album artist.
  • _aaeAlbumArtistCount = The number of artists comprising the album artist.
2 Likes