# Format value of one field (specific context) to move to another

**URL:** https://community.mp3tag.de/t/format-value-of-one-field-specific-context-to-move-to-another/15437
**Category:** General Discussion
**Created:** [January 27, 2014, 10:39pm UTC](https://community.mp3tag.de/t/format-value-of-one-field-specific-context-to-move-to-another/15437 "2014-01-27T22:39:32Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![fohrums](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/8c91f0/32.png) [@fohrums](https://community.mp3tag.de/u/fohrums)
#### Post date: [January 27, 2014, 10:39pm UTC](https://community.mp3tag.de/t/format-value-of-one-field-specific-context-to-move-to-another/15437/1 "2014-01-27T22:39:32Z")

</div>

With a clean library it's easy to identify what your looking for.

My problem now is cleaning title fields that have context in there that belong else where. Specifically the Producer being in part of the title field.

e.g.

01 - artist - title Prod By \*\*\*\*

What we have here is the producer and the " Prod By " (including spaces) clogging up the title field when it belongs in another. Is there a syntax that would solve this issue?

---

<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: [January 28, 2014, 5:19am UTC](https://community.mp3tag.de/t/format-value-of-one-field-specific-context-to-move-to-another/15437/2 "2014-01-28T05:19:51Z")

</div>

If this is really the TITLE field (as it looks suspiciously like a filename) then I would try an action of the type  
Guess values for TITLE  
Guessing pattern: %title% Prod By %producer%

This uses "Prod By" as separator and levaes the first part in TITLE but moves the stuff behind the separator to PRODUCER.  
The action is case-sensitve.

---

<div class="post-metadata">

### Author: ![fohrums](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/f/8c91f0/32.png) [@fohrums](https://community.mp3tag.de/u/fohrums)
#### Post date: [February 17, 2014, 7:21am UTC](https://community.mp3tag.de/t/format-value-of-one-field-specific-context-to-move-to-another/15437/3 "2014-02-17T07:21:53Z")

</div>

[SOLVED]

> [@ohrenkino](#):
>
> If this is really the TITLE field...

I was indeed referring to the TITLE field. Thanks for pointing that out.

> [@](#):
>
> Guess values for TITLE  
> Guessing pattern: %title% Prod By %producer%

MP3tag makes these tasks feel like no problem 😆
