# How Can I Do That???

**URL:** https://community.mp3tag.de/t/how-can-i-do-that/12506
**Category:** Support
**Created:** [September 14, 2011, 2:15pm UTC](https://community.mp3tag.de/t/how-can-i-do-that/12506 "2011-09-14T14:15:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![DjAzDeck](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/9de053/32.png) [@DjAzDeck](https://community.mp3tag.de/u/DjAzDeck)
#### Post date: [September 14, 2011, 2:15pm UTC](https://community.mp3tag.de/t/how-can-i-do-that/12506/1 "2011-09-14T14:15:31Z")

</div>

Hello To All... I am newbie with the Mp3Tag and i would like you to help me sovle some problems...

I want to organise my songs and i dont know the way to transform them via the mp3tag...  
All of my songs have the style : ( Avicii & Sebastien Drums 'My Feelings For You' )

```
                                           (Adele - Set Fire To The Rain )

```

This style first the Artist and After the Title of the Song...  
I want to tranform them to be like Artist : Avicii & Sebastian Drums

```
                                               Title: My Fellings For You

```

and Artist: Adele

```
                                               Title : Set Fie To The Rain 

```

etc...etc...

PS: if it yould be possible i would like you to show me the way to make and the first letter of every world with capital letters....

Thnx For Your Time I Look Forward To have 1 Replay For Someone.... ![:rolleyes:](https://community.mp3tag.de/uploads/default/original/1X/3a79e8b0b7d169b30216785521d7c6f4f895c421.gif ":rolleyes:")

---

<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: [September 14, 2011, 2:57pm UTC](https://community.mp3tag.de/t/how-can-i-do-that/12506/2 "2011-09-14T14:57:29Z")

</div>

> [@DjAzDeck](#):
>
> Hello To All... I am newbie with the Mp3Tag and i would like you to help me sovle some problems...  
> All of my songs have the style :  
> ( Avicii & Sebastien Drums 'My Feelings For You' )  
> ( Adele - Set Fire To The Rain )  
> ...  
> I want to tranform them to be like  
> Artist : Avicii & Sebastian Drums  
> Title: My Fellings For You  
> and  
> Artist: Adele  
> Title : Set Fie To The Rain  
> ...  
> PS: if it yould be possible i would like you to show me the way to make and the first letter of every world with capital letters....

Welcome DjAzDeck.

To handle both cases separately, it would be convenient to use the Mp3tag Filter with the following filter expressions.  
**Case 1**  
( Adele - Set Fire To The Rain )

**"%\_FILENAME%" MATCHES "^\(\s\*.+?\s\*-\s\*.+?\s\*\)$"**

**Case 2**  
( Avicii & Sebastien Drums 'My Feelings For You' )

**"%\_FILENAME%" MATCHES "^\(\s\*.+?\s\*'.+?'\s\*\)$"**

Then, for each case, apply the converter "Filename - Tag".  
But for each case with the corresponding Formatstring, which contains the proper tag-field mask for splitting the filename into the Artist and Title components.

**Case 1**  
Formatstring:  
( %ARTIST% - %TITLE% )

**Case 2**  
Formatstring:  
( %ARTIST% '%TITLE%' )

After this splitting procedure is done, then you can use the Mp3tag Action feature and set the casing for the tag-fields as you wish.

First take a ride through the Mp3tag help manual to learn where you can find all the basic informations like actions and functions for your work with Mp3tag.

DD.20110914.1858.CEST

---

<div class="post-metadata">

### Author: ![DjAzDeck](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/9de053/32.png) [@DjAzDeck](https://community.mp3tag.de/u/DjAzDeck)
#### Post date: [September 14, 2011, 4:39pm UTC](https://community.mp3tag.de/t/how-can-i-do-that/12506/3 "2011-09-14T16:39:23Z")

</div>

You Are Amazing Dude... Thank Ur SOOOO Much...U saved for me like 24 hours trying to fix the titles 1 by 1!!!!Thnx again!!!

---

<div class="post-metadata">

### Author: ![jgt1942](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/j/f19dbf/32.png) [@jgt1942](https://community.mp3tag.de/u/jgt1942)
#### Post date: [September 19, 2011, 4:51am UTC](https://community.mp3tag.de/t/how-can-i-do-that/12506/4 "2011-09-19T04:51:34Z")

</div>

Another application you might consider (I use it all the time) is "Bulk Rename Utility" (see [http://www.bulkrenameutility.co.uk/Main\_Intro.php)](http://www.bulkrenameutility.co.uk/Main_Intro.php))

---

<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/how-can-i-do-that/12506/5 "2026-02-09T12:23:21Z")

</div>


