# Help with formatting Album artist Field

**URL:** https://community.mp3tag.de/t/help-with-formatting-album-artist-field/13639
**Category:** Support
**Created:** [July 14, 2012, 8:49pm UTC](https://community.mp3tag.de/t/help-with-formatting-album-artist-field/13639 "2012-07-14T20:49:14Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![ams1984](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/35a633/32.png) [@ams1984](https://community.mp3tag.de/u/ams1984)
#### Post date: [July 14, 2012, 8:49pm UTC](https://community.mp3tag.de/t/help-with-formatting-album-artist-field/13639/1 "2012-07-14T20:49:14Z")

</div>

Hey all.

I know this question has probably been asked...but in all of my searching, I haven't been able to find it so far.

With my collection, I've just setup an action group called "Populate Album Artist." It copies the value in %artist% into the %albumartist% extended field.

This works great for songs without features...however, I'd like to accomplish a second step.

As part of this action, I'm trying to figure out how to script something that will lop off the features (indicated by "feat.") in the album artist space. For example, in album artist:

"Boulevard Connection feat. EDO.G, Common, Masta Ace"

would become:

"Boulevard Connection"

plain and simple, minus the quotes of course.

I've been putting around with it all day, with no luck so far. The title of the track itself isn't being altered, just this section of data. Any ideas/help would be MUCH appreciated.

Cheers. ![:music:](https://community.mp3tag.de/uploads/default/original/1X/2ba05d1ade5eb0d15fc173be6f717dbe63890a70.gif ":music:")

-- AMS

---

<div class="post-metadata">

### Author: ![stevehero](https://community.mp3tag.de/user_avatar/community.mp3tag.de/stevehero/32/337_2.png) [@stevehero](https://community.mp3tag.de/u/stevehero)
#### Post date: [July 14, 2012, 9:58pm UTC](https://community.mp3tag.de/t/help-with-formatting-album-artist-field/13639/2 "2012-07-14T21:58:23Z")

</div>

> [@AMS](#):
>
> With my collection, I've just setup an action group called "Populate Album Artist." It copies the value in %artist% into the %albumartist% extended field.
> 
> This works great for songs without features...however, I'd like to accomplish a second step.
> 
> "Boulevard Connection feat. EDO.G, Common, Masta Ace"
> 
> would become:
> 
> "Boulevard Connection"

Begin Action Group **\_Script Test#TEST**

**Action #1** _Actiontype 5:_ **Format value** _Field \_\_\_\_\_\_:_ **ALBUMARTIST** _Formatstring:_ **$regexp** ( **%artist%** ,**'(.+)\sfeat\..+'**, **'$1'** ) 

End Action Group **\_Script Test#TEST** (1 Action)

This is an all-in-one solution so weather your artist contains 'Boulevard Connection' or '"Boulevard Connection feat. EDO.G, Common, Masta Ace" it will format the **%albumartist%** field with the correct info such as 'Boulevard Connection'

---

<div class="post-metadata">

### Author: ![ams1984](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/35a633/32.png) [@ams1984](https://community.mp3tag.de/u/ams1984)
#### Post date: [July 15, 2012, 12:34am UTC](https://community.mp3tag.de/t/help-with-formatting-album-artist-field/13639/3 "2012-07-15T00:34:26Z")

</div>

This worked PERFECTLY. Thank you sooooo much!!!

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:23pm UTC](https://community.mp3tag.de/t/help-with-formatting-album-artist-field/13639/4 "2026-02-09T12:23:56Z")

</div>


