# seperating featured artist problems

**URL:** https://community.mp3tag.de/t/seperating-featured-artist-problems/12587
**Category:** Support
**Created:** [October 11, 2011, 9:33pm UTC](https://community.mp3tag.de/t/seperating-featured-artist-problems/12587 "2011-10-11T21:33:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![el\_dheeb](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/a3d4f5/32.png) [@el\_dheeb](https://community.mp3tag.de/u/el_dheeb)
#### Post date: [October 11, 2011, 9:33pm UTC](https://community.mp3tag.de/t/seperating-featured-artist-problems/12587/1 "2011-10-11T21:33:09Z")

</div>

I have a numerous tracks where the featured artists are listed in many different ways --

ex 1- Track : Cheat On You (Featuring Jay-Z, Mase & Lil Cease) Artist : 112

ex 2-  
Cheat On You Feat. Jay-Z, Mase & Lil Cease  
Artist : 112

ex 3-  
Cheat On You Ft. Jay-Z, Mase & Lil Cease  
Artist : 112

ex 4-  
Cheat On You F/ Jay-Z, Mase & Lil Cease  
Artist : 112

ex 5-  
Cheat On You (Feat. Jay-Z, Mase & Lil Cease)  
Artist : 112

What I would like to do is add the featured artist with the artist--so that the tracks are tagged liked so-

Cheat On You 112 (Feat.) Jay-Z; Mase ; Lil Cease

I've searched the forums and found two different codes --  
one to change all the featured artists listings to the same uniform listing --

```
Reg ex--
title - 
" \(ft\. | ft\. | ft | f\. | \(featuring | (featuring) | featuring | \(feat\. |(featuring) | \(feat | feat\. "
replace with 
(feat.)

```

The other to change (feat.) to the artist field.

```
Guess value - %artist% --- $replace(%title%,'(','{(',')',')}')
artist - %artist%[%temp%]
remove fields TEMP

```

while i know this is an around about way to accomplish this, it was the only thing that I could follow. Unfortanetly this is now what I come up with --

Cheat On You"  
112 (feat.)} "Jay-Z, Mase & Lil Cease)

How can I clean this up and get rid of the extra " in the title field and the } " ) in the artist field?

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [October 12, 2011, 3:17am UTC](https://community.mp3tag.de/t/seperating-featured-artist-problems/12587/2 "2011-10-12T03:17:51Z")

</div>

> [@el\_dheeb](#):
>
> ...
> 
> How can I clean this up and get rid of the extra " in the title field and the } " ) in the artist field?

With an action of the type "Replace".  
Simply enter  
} "  
as search string and as replace string whatever you like e.g. nothing.

---

<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/seperating-featured-artist-problems/12587/3 "2026-02-09T12:23:23Z")

</div>


