Remove feat. artist from albumartist tag while tagging

You can use scripting. Add this to a script in Options > Scripting:

$set(albumartist,$rreplace(%albumartist%,\\s+feat\\..*,))
1 Like