# How to handle file names with %title%(%artist%).mp3

**URL:** https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392
**Category:** Support
**Created:** [August 14, 2011, 6:08pm UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392 "2011-08-14T18:08:27Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![ply3908](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/c67d28/32.png) [@ply3908](https://community.mp3tag.de/u/ply3908)
#### Post date: [August 14, 2011, 6:08pm UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/1 "2011-08-14T18:08:27Z")

</div>

I have some file names with %title%(%artist%).mp3 format. I tired to use filename - tag convertion %title%(%artist%) but failed. Please help.

---

<div class="post-metadata">

### Author: ![JJ\_Johnson](https://community.mp3tag.de/user_avatar/community.mp3tag.de/jj_johnson/32/67_2.png) [@JJ\_Johnson](https://community.mp3tag.de/u/JJ_Johnson)
#### Post date: [August 14, 2011, 6:38pm UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/2 "2011-08-14T18:38:39Z")

</div>

It might help if you posted some of the filenames.

One thing to keep in mind is that spaces are important when using the convert feature.

---

<div class="post-metadata">

### Author: ![ply3908](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/c67d28/32.png) [@ply3908](https://community.mp3tag.de/u/ply3908)
#### Post date: [August 15, 2011, 12:53am UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/3 "2011-08-15T00:53:41Z")

</div>

Filename is: 01 Yesterday(Beatles).mp3  
I want to convert it to track, title and artist tags. Thanks.

---

<div class="post-metadata">

### Author: ![JJ\_Johnson](https://community.mp3tag.de/user_avatar/community.mp3tag.de/jj_johnson/32/67_2.png) [@JJ\_Johnson](https://community.mp3tag.de/u/JJ_Johnson)
#### Post date: [August 15, 2011, 1:09am UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/4 "2011-08-15T01:09:24Z")

</div>

Then that would be

%track% %title%(%artist%)

instead of

%title%(%artist%)

You can also throw away any portion you like by using '%dummy%'. For instance, if you already had track numbers and didn't want to bring them in again from the filename, you could use

%dummy% %title%(%artist%)

---

<div class="post-metadata">

### Author: ![ply3908](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/c67d28/32.png) [@ply3908](https://community.mp3tag.de/u/ply3908)
#### Post date: [August 15, 2011, 1:18am UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/5 "2011-08-15T01:18:20Z")

</div>

> [@JJ Johnson](#):
>
> Then that would be
> 
> %track% %title%(%artist%)
> 
> instead of
> 
> %title%(%artist%)
> 
> You can also throw away any portion you like by using '%dummy%'. For instance, if you already had track numbers and didn't want to bring them in again from the filename, you could use
> 
> %dummy% %title%(%artist%)

Thanks JJ,  
%dummy% %title%(%artist%) did not work. May be "(" and ")" are special characters?

---

<div class="post-metadata">

### Author: ![JJ\_Johnson](https://community.mp3tag.de/user_avatar/community.mp3tag.de/jj_johnson/32/67_2.png) [@JJ\_Johnson](https://community.mp3tag.de/u/JJ_Johnson)
#### Post date: [August 15, 2011, 1:35am UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/6 "2011-08-15T01:35:29Z")

</div>

I just tested it - works just like that for me.

Are you sure you're using the 'File - Tag' converter and not one of the other converters? The icon is: ![](http://forums.mp3tag.de/style_emoticons/default/mt_ftt.png)

As you type in the conversion string, Mp3tag will show you in the space below the text entry box exactly what it will pull out. (If you highlight more than on file, then it uses the first one as an example). If it doesn't match anything, then the area will be empty. As you type or edit the string, you may see fields appear and disappear.

For example, if you enter only

%title%

then it should show the whole filename (without the extension) being brought into the title field

**title** 01 Yesterday(Beatles)

Enter (again, the wrong string)

%artist% %title%

and you should see

**artist** 01  
**title** Yesterday(Beatles)

You should be able to figure it out just by watching the space below the text entry box. Get it right and you'll have

**track** 01  
**title** Yesterday  
**artist** Beatles

---

<div class="post-metadata">

### Author: ![ply3908](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/c67d28/32.png) [@ply3908](https://community.mp3tag.de/u/ply3908)
#### Post date: [August 15, 2011, 3:12am UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/7 "2011-08-15T03:12:18Z")

</div>

Thanks again JJ. Yes I use Filename - Tag conversion. But I know now the problem is with Chinese file names.

01 路随人茫茫（黄沾）.mp3

I've converted names as following w/o any problems:

01 路随人茫茫-黄沾.mp3  
01 路随人茫茫\_黄沾.mp3  
01 路随人茫茫.黄沾.mp3

---

<div class="post-metadata">

### Author: ![ply3908](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/c67d28/32.png) [@ply3908](https://community.mp3tag.de/u/ply3908)
#### Post date: [August 15, 2011, 6:17pm UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/8 "2011-08-15T18:17:28Z")

</div>

OK, it worked for my computer at work. So something wrong with my home computer...

![](https://community.mp3tag.de/uploads/default/original/2X/1/1dc1ac4cebfedb2c6b27f4cf049ef0efe817f724.PNG)

---

<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: [August 15, 2011, 8:09pm UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/9 "2011-08-15T20:09:09Z")

</div>

> [@ply3908](#):
>
> Thanks again JJ. Yes I use Filename - Tag conversion. But I know now the problem is with Chinese file names.
> 
> 01 路随人茫茫（黄沾）.mp3

The problem is these are not normal parentheses.  
（ ( and ) ）  
look similar but they're not the same.

So you have to copy these special chars to your format string:  
%track% %title%（%artist%）

---

<div class="post-metadata">

### Author: ![ply3908](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/c67d28/32.png) [@ply3908](https://community.mp3tag.de/u/ply3908)
#### Post date: [August 16, 2011, 12:12am UTC](https://community.mp3tag.de/t/how-to-handle-file-names-with-title-artist-mp3/12392/10 "2011-08-16T00:12:16Z")

</div>

> [@dano](#):
>
> The problem is these are not normal parentheses.  
> （ ( and ) ）  
> look similar but they're not the same.
> 
> So you have to copy these special chars to your format string:  
> %track% %title%（%artist%）

You are absolutely right! Smart! Good eyes! Thanks Dano.

---

<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-to-handle-file-names-with-title-artist-mp3/12392/11 "2026-02-09T12:23:16Z")

</div>


