# how to avoid parenthesis and its content from a tagfield?

**URL:** https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182
**Category:** Support
**Created:** [November 26, 2010, 9:53am UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182 "2010-11-26T09:53:59Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![evergreen1](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/a9adbd/32.png) [@evergreen1](https://community.mp3tag.de/u/evergreen1)
#### Post date: [November 26, 2010, 9:53am UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/1 "2010-11-26T09:53:59Z")

</div>

i have album art as --\> jackson([abc.com](http://abc.com))

i want it to be ---\>jackson

i tried action-guess values  
but it does not work as the album art item is not visible in the list of items such as title, artist, album ,etc.

how can i accomplish this task? thanks

---

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [November 26, 2010, 10:04am UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/2 "2010-11-26T10:04:05Z")

</div>

i don't understand what you mean exactly.  
if that is the filename of the album art .jpg file, it won't work.

to remove parenthesis with everything inside, use the following:  
$regexp(%TAG FIELD NAME%,(.\*),)

---

<div class="post-metadata">

### Author: ![evergreen1](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/a9adbd/32.png) [@evergreen1](https://community.mp3tag.de/u/evergreen1)
#### Post date: [November 26, 2010, 9:03pm UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/3 "2010-11-26T21:03:23Z")

</div>

thanks pone for the reply.

i have a tagfield as albumartist.when i open a folder of mp3s , i can see the albumartist field. in the filed(for example) i have entries --- something like...\> jackson([abc.com](http://abc.com))  
out of this, i want to get the item outside the parenthesis. for example---\> jackson. for this i want to use the action guess values. i thought ,using the term --%albumartist%(%dummy%)--in the guessing pattern,i could accomplish the task. the problem is mp3tag does not accept the term as quoted above. and there is no item such as albumartist in the dropdown menu.

---

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [November 27, 2010, 11:22am UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/4 "2010-11-27T11:22:02Z")

</div>

> [@evergreen1](#):
>
> thanks pone for the reply.
> 
> i have a tagfield as albumartist.when i open a folder of mp3s , i can see the albumartist field. in the filed(for example) i have entries --- something like...\> jackson([abc.com](http://abc.com))  
> out of this, i want to get the item outside the parenthesis. for example---\> jackson. for this i want to use the action guess values. i thought ,using the term --%albumartist%(%dummy%)--in the guessing pattern,i could accomplish the task. the problem is mp3tag does not accept the term as quoted above. and there is no item such as albumartist in the dropdown menu.

ah ok, albumartist. you wrote album art in your starting post.

Action: Format Value  
Field: ALBUMARTIST  
Format String: $regexp(%albumartist%,(.\*),)

or

Action: Guess Value  
Source Format: $regexp(%albumartist%,(.\*),)  
Guessing Pattern: %albumartist%

or

Action: Guess Value  
Source Format: %albumartist%  
Guessing Pattern: %albumartist%(%dummy%)

What do you mean by "mp3tag does not accept the term"?  
Just tpye it in. Don't mind if %albumartist% or %dummy% ar not in the menu. You can use every placeholder by tpying it in. And i think after using a placeholder, it is in the menu, at least they are there in my Mp3Tag.

---

<div class="post-metadata">

### Author: ![evergreen1](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/a9adbd/32.png) [@evergreen1](https://community.mp3tag.de/u/evergreen1)
#### Post date: [November 27, 2010, 7:59pm UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/5 "2010-11-27T19:59:37Z")

</div>

> [@pone](#):
>
> ah ok, albumartist. you wrote album art in your starting post.
> 
> Action: Format Value  
> Field: ALBUMARTIST  
> Format String: $regexp(%albumartist%,(.\*),)
> 
> or
> 
> Action: Guess Value  
> Source Format: $regexp(%albumartist%,(.\*),)  
> Guessing Pattern: %albumartist%
> 
> or
> 
> Action: Guess Value  
> Source Format: %albumartist%  
> Guessing Pattern: %albumartist%(%dummy%)
> 
> What do you mean by "mp3tag does not accept the term"?
> 
> Just tpye it in. Don't mind if %albumartist% or %dummy% ar not in the menu. You can use every placeholder by tpying it in. And i think after using a placeholder, it is in the menu, at least they are there in my Mp3Tag.

when i type %albumartist% in the guessvalue--guesssing format, nothing happens. the field entry as quoted remains unchanged. i mean to say theat the parenthesis and its content is not gone.

---

<div class="post-metadata">

### Author: ![ryerman](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ryerman/32/5285_2.png) [@ryerman](https://community.mp3tag.de/u/ryerman)
#### Post date: [November 28, 2010, 1:32am UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/6 "2010-11-28T01:32:53Z")

</div>

try using %band% instead of %albumartist%.

pone has updated to ver 2.47 but it appears you are using ver 2.46 where %albumartist% is not used.

I smell all sorts of confusion until most of us have updated past the change from %band% to %albumartist%!

---

<div class="post-metadata">

### Author: ![evergreen1](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/a9adbd/32.png) [@evergreen1](https://community.mp3tag.de/u/evergreen1)
#### Post date: [November 28, 2010, 10:51pm UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/7 "2010-11-28T22:51:56Z")

</div>

of course it was the problem with the version i used. yesterday i installed v 2.47 and i could find the albumartist in it. works great. thanks .

---

<div class="post-metadata">

### Author: ![ryerman](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ryerman/32/5285_2.png) [@ryerman](https://community.mp3tag.de/u/ryerman)
#### Post date: [November 29, 2010, 1:42am UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/8 "2010-11-29T01:42:12Z")

</div>

> [@evergreen1](#):
>
> yesterday i installed v 2.47

A friendly reminder: Update the version number in your user profile 😉

---

<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:22pm UTC](https://community.mp3tag.de/t/how-to-avoid-parenthesis-and-its-content-from-a-tagfield/11182/9 "2026-02-09T12:22:42Z")

</div>


