# what is the process of removeing "no" from song

**URL:** https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025
**Category:** Support
**Created:** [January 30, 2012, 11:42am UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025 "2012-01-30T11:42:57Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![sumitborele](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/e274bd/32.png) [@sumitborele](https://community.mp3tag.de/u/sumitborele)
#### Post date: [January 30, 2012, 11:42am UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/1 "2012-01-30T11:42:57Z")

</div>

how to erase all track no begin from song names...

 ![](https://community.mp3tag.de/uploads/default/original/2X/b/befd9866547daaf6b21e12f567aa7187a1f1641b.jpg)

---

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [January 30, 2012, 12:11pm UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/2 "2012-01-30T12:11:02Z")

</div>

> [@sumit](#):
>
> how to erase all track no begin from song names...

"song names" is a very misleading. You are talking about "file names".

If all your files have proper ARTIST and TITLE tag fields:  
Conveter: Tag - Filename  
Formatstring: %artist% - %title%

If not:  
Action: Format Value  
Field: \_FILENAME  
Formatstring: $regexp(%\_filename%,^\d+. \*,)

or:  
Converter: Filename - Filename  
Mask over old filename: %1.%2  
Mask over new filename: %2

---

<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 30, 2012, 12:14pm UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/3 "2012-01-30T12:14:18Z")

</div>

> [@sumit](#):
>
> how to erase all track no begin from song names...

It is not quite clear if you refer to the TITLE which is a tag inside the file or only the filename which is the identifier for the file system  
As it has a player symbol in front of the "name" it is problably the filename.  
Tnere are several ways and for all you have to select all files that should be processed:  
Suggestion 1:  
preserve the data and import it into the tags with the converter "filename - tag"  
and a mask like this:  
%track%.%artist% - %title%  
(Check the preview in that dialogue if the mask fits).  
Then use the converter "Tag - filename" with the mask:  
%artist% - %title%  
This way has the benefit that you do not throw any data away but perserve int the tags.  
Suggestion 2:  
You have already filled the tags TITLE and ARTIST  
Proceed like in suggestion 1 after you have filled the tags  
Suggestion 3:  
Use the converter "Filename - Filename"  
Enter as source the mask:  
%1.%2  
Enter as target mask:  
%2  
The preview should help you.  
Suggestion 3 hast the disadvantage that you will get rid of the numbers and will have an empty tag fields and will have lost the information for TRACK...  
The choice is yours.

---

<div class="post-metadata">

### Author: ![sumitborele](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/e274bd/32.png) [@sumitborele](https://community.mp3tag.de/u/sumitborele)
#### Post date: [January 30, 2012, 6:17pm UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/4 "2012-01-30T18:17:04Z")

</div>

FRIEND I AM TRYING 2ND METHOD OF YOURS

Converter: Filename - Filename  
Mask over old filename: %1.%2  
Mask over new filename: %2  
[/quote]

THIS METHOD WORKS FIRST TIME WELL AND WHEN I TRY 2ND TIME THE PREVIVEW & OK ARE DISABLE... HOW TO ENABLE THIS BUTTONS....

 ![](https://community.mp3tag.de/uploads/default/original/2X/d/d10502ac70507efed6efd94ef0f108a0323d8006.png)

---

<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 30, 2012, 6:21pm UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/5 "2012-01-30T18:21:24Z")

</div>

> [@sumit](#):
>
> ... HOW TO ENABLE THIS BUTTONS....

Well, you have to adapt your mask.  
In the first example (the one that worked) the dot between the number and the rest was the separator that structured the filename.  
This time there is no dot behind the number.  
What I see is that a fair number of files start with a zero  
So if you enter a source mask  
0%1 %2  
and as target mask  
%2  
the preview and OK should be active again.  
The conversion will not work for all the files, though as they do not match the pattern.  
You would have to adapt the pattern again (or come back and get the next suggestion).

---

<div class="post-metadata">

### Author: ![sumitborele](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/s/e274bd/32.png) [@sumitborele](https://community.mp3tag.de/u/sumitborele)
#### Post date: [January 31, 2012, 2:11am UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/6 "2012-01-31T02:11:29Z")

</div>

Dear ohrenkino

```
     i enter a source mask
     0%1 %2
     and as target mask
     %2
     the preview and OK should be active again. but when i click on ok 
     the conversion not work on the file names, and again previvew and ok are 
     inactive. 
     plz give me another pattern which works on given two images....Thanks

```

![](https://community.mp3tag.de/uploads/default/original/2X/f/f433cf21ebaa1793d15d5fc787e213f7cebff620.png)

![](https://community.mp3tag.de/uploads/default/original/2X/7/7eea58e98b44e80f86e82a8b11aeeefb8f5246c8.JPG)

---

<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 31, 2012, 5:14am UTC](https://community.mp3tag.de/t/what-is-the-process-of-removeing-no-from-song/13025/7 "2012-01-31T05:14:10Z")

</div>

> [@sumit](#):
>
> ... but when i click on ok the conversion not work on the file names,

What? The OK button becomes active once and then it does not work again? I mean: once you have renamed the files they do not match the pattern anymore so naturally you can't run the renaming again.  
Also: you have filled some tags with information that looks a lot like parts of the filename. So if you have trouble with the patterns, why don't you use the converter "Tag - Filename" with the mask  
%title%  
This should cater for the majority of shown files and leave only very few with a number in front.  
You may then decide whether it is easier to rename them manually or dig deeper into the functions of MP3tag like filtering, converters and actions.  
One more thing: the first file in the selection has to match the pattern. I cannot see the beginning of the selection in the screendumps so I cannot supply a mask. If you select only the files displayed in the screendump you should get a working OK button.  
Also, you should take care that you only select those files that have a blank between the number and the rest of the filename.  
A filename like  
0012papi mix  
will be renamed to  
mix  
Also files like  
14 Genda...  
will not be treated.

---

<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/what-is-the-process-of-removeing-no-from-song/13025/8 "2026-02-09T12:23:37Z")

</div>


