# Editing the contents of the Metafield Title

**URL:** https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303
**Category:** Support
**Created:** [December 18, 2010, 12:36pm UTC](https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303 "2010-12-18T12:36:57Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![tonyfree](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/t/3be4f8/32.png) [@tonyfree](https://community.mp3tag.de/u/tonyfree)
#### Post date: [December 18, 2010, 12:36pm UTC](https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303/1 "2010-12-18T12:36:57Z")

</div>

I'm sorry, but I'm not an expert on mp3 tags and editing them.

I find that I can't select the field "Title" in the Actions menu but instead have to use the Edit Metafields button to get access to this field, contrary to some topic instructions.

My question is this:

How do I change the contents of this field from

00\_Genesis

T0

00 Genesis?

I went and read the topic regular expressions but I don't get it. Some web sites on the topic are even harder to understand.

This seems relatively easy to do for fields available under the Actions menu field selection drop down menu. However the only field with Title in the name is Titlesort.

Thanks for your help in advance.

Tony

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [December 18, 2010, 1:39pm UTC](https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303/2 "2010-12-18T13:39:23Z")

</div>

If there is no TITLE item just type it in.  
Or click on the little triangle button on the right and choose "Reset fields..."

---

<div class="post-metadata">

### Author: ![tonyfree](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/t/3be4f8/32.png) [@tonyfree](https://community.mp3tag.de/u/tonyfree)
#### Post date: [December 19, 2010, 9:08am UTC](https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303/3 "2010-12-19T09:08:39Z")

</div>

Ok. I reset the fields. The TITLE field showed up.

Now how do I remove the first 3 characters of each value in TITLE and append the track number with a space between the last character of title and the track number?

Example:

01\_1st\_Corinthians TO 1st\_Corinthians 01

Thanks  
Tony

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [December 19, 2010, 9:50am UTC](https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303/4 "2010-12-19T09:50:53Z")

</div>

_Action type:_ **Format value**  
_Field:_ **TITLE**  
_Format string:_ **$cutleft(%title%,3) $left(%title%,2)**

or

_Action type:_ **Replace with regular expression**  
_Field:_ **TITLE**  
_Regular expression:_ **^(\d\d)\_(.+)$**  
_Replace matches with:_ **$2 $1**

---

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [December 19, 2010, 9:51am UTC](https://community.mp3tag.de/t/editing-the-contents-of-the-metafield-title/11303/5 "2010-12-19T09:51:10Z")

</div>

> [@TonyFree](#):
>
> ... Now how do I remove the first 3 characters of each value in TITLE and append the track number with a space between the last character of title and the track number?  
> Example:  
> 01\_1st\_Corinthians TO 1st\_Corinthians 01  
> ...

For example:

Begin Action Group **Test 2010#20101219.TonyFree** 

Action #1  
_Actiontype 5:_ **Format value**  
_Field:_ **TITLE**  
_Formatstring:_ **$cutLeft(%TITLE%,3)÷$left(%TITLE%,2)**

 

_Note: Replace each special ÷ character with one space character._  
End Action Group **Test 2010#20101219.TonyFree** (1 Action)

 

DD.20101219.1152.CET

---

<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/editing-the-contents-of-the-metafield-title/11303/6 "2026-02-09T12:22:45Z")

</div>


