# Help with Action

**URL:** https://community.mp3tag.de/t/help-with-action/12960
**Category:** Support
**Created:** [January 18, 2012, 11:56pm UTC](https://community.mp3tag.de/t/help-with-action/12960 "2012-01-18T23:56:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mumdigau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/77aa72/32.png) [@mumdigau](https://community.mp3tag.de/u/mumdigau)
#### Post date: [January 18, 2012, 11:56pm UTC](https://community.mp3tag.de/t/help-with-action/12960/1 "2012-01-18T23:56:21Z")

</div>

Hi,

I've got a compilation with tags as follows:

- title --\> ARTIST / TITLE
- artist --\> Various

I tried to define a new action which should give

- title --\> TITLE
- artist --\> ARTIST

for all tracks, but I failed. Any help here? Many thanks

mumdigau

---

<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: [January 19, 2012, 12:26am UTC](https://community.mp3tag.de/t/help-with-action/12960/2 "2012-01-19T00:26:37Z")

</div>

> [@mumdigau](#):
>
> Hi,
> 
> I've got a compilation with tags as follows:
> 
> - title --\> ARTIST / TITLE
> - artist --\> Various
> 
> I tried to define a new action which should give
> 
> - title --\> TITLE
> - artist --\> ARTIST

use format to get the ablum artist to Various 1st. (Run only once)  
Format field: ALBUM ARTIST  
field: %artist%

then use guess values to get the next result you require.  
Guess field: %title%  
value: %artist% / %title%

test on 1 file 1st. Im on my phone so haven't tested it.

---

<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-action/12960/3 "2026-02-09T12:23:35Z")

</div>


