# A 'simple' way to make my tags all uniform?

**URL:** https://community.mp3tag.de/t/a-simple-way-to-make-my-tags-all-uniform/11519
**Category:** Support
**Created:** [January 30, 2011, 10:04am UTC](https://community.mp3tag.de/t/a-simple-way-to-make-my-tags-all-uniform/11519 "2011-01-30T10:04:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rairjordan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/77aa72/32.png) [@rairjordan](https://community.mp3tag.de/u/rairjordan)
#### Post date: [January 30, 2011, 10:04am UTC](https://community.mp3tag.de/t/a-simple-way-to-make-my-tags-all-uniform/11519/1 "2011-01-30T10:04:23Z")

</div>

Hey there,

I am not sure if this is the right forum thread to post in, but here goes...

I would like a simple way to convert / rename all my mp3 files, so they are as follows:

Artist / Album (with year) / track number - title of song

Therefore, an example (it is not real, I am just using any info):

Pearl Jam / Ten (1992) / 01 - Once

Ideally, 'Pearl Jam' is the top folder, then all albums from that artist would be located in the sub-folder, with the album release year listed in parenthesis. Inside that folder, would finally be the track number, followed by the title of the song.

The other thing I would like is for all the instances of "Of", "By" "On" "In" "For" and words like this, to be made lowercase automatically - except, for when the word is the beginning of a title. Does that make sense? For example, 'The Boy On The Hill' I would want it to rename as 'The Boy on the Hill'...is there a list or something online somewhere, that suggests what words to capitalise, and what words not to?

Is there a way I can set this naming structure up so that I can edit the files as needed in mp3tag and simply click a button or two to make the renaming happen as above? I would really appreciate any help with this, I am pretty new to the whole tagging life...

Thanks for this excellent program!

rairjordan

---

<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, 2011, 12:49pm UTC](https://community.mp3tag.de/t/a-simple-way-to-make-my-tags-all-uniform/11519/2 "2011-01-30T12:49:28Z")

</div>

> [@rairjordan](#):
>
> I would like a simple way to convert / rename all my mp3 files, so they are as follows:
> 
> Artist / Album (with year) / track number - title of song

to move only music files:

Action: Fomat Value  
Field: %\_filename%  
Formatstring: C:/???/%artist%/%album%(%year%)/%track% - %title%

to move the whole directories including artwork, playlistfiles, whatever...

1.:  
Action: Fomat Value  
Field: %\_directory%  
Formatstring: C:/???/%artist%/%album%(%year%)

2.:  
Action: Fomat Value  
Field: %\_filename%  
Formatstring: %track% - %title%

> [@rairjordan](#):
>
> The other thing I would like is for all the instances of "Of", "By" "On" "In" "For" and words like this, to be made lowercase automatically - except, for when the word is the beginning of a title. Does that make sense? For example, 'The Boy On The Hill' I would want it to rename as 'The Boy on the Hill'...is there a list or something online somewhere, that suggests what words to capitalise, and what words not to?
> 
> Is there a way I can set this naming structure up so that I can edit the files as needed in mp3tag and simply click a button or two to make the renaming happen as above? I would really appreciate any help with this, I am pretty new to the whole tagging life...

There is no easy way, but it is possible. You have to search for rules of capitalisation in English headlines, a quick search didn't give me a good list.  
As far as I know all prepositions and the articles a, an, the are written lowercase, everything else is capitalised.

A way is:  
1.  
Action: Case conversion  
Field: \_ALL  
Case conversion: Mixed Case  
Words begin from/after any: ([/-

1. 

Action: Replace  
Origninal: Of  
Replace with: of  
only as a whole word: check  
case-sensitive comparison: check or uncheck

1. 

Action: Replace  
Origninal: By  
Replace with: by  
only as a whole word: check  
case-sensitive comparison: check or uncheck

1. 

Action: Replace  
Origninal: On  
Replace with: on  
only as a whole word: check  
case-sensitive comparison: check or uncheck

...

You can combine this action in a actiongroup which enables you to let them run in with only a few clicks once you saved them.

You will have problems with certain artist names like ABBA or AC/DC which will be written Abba and Ac/Dc. There are numerous topics about this proplem in the forum, all with no final solution. There are even some lists of hundreds of artistnames here in downloadable script files for actiongroups (mta files), but in my opinion these lists can never be complete. Maybe there is also a replacement list script for the prepositions here in the forum.

---

<div class="post-metadata">

### Author: ![rairjordan](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/r/77aa72/32.png) [@rairjordan](https://community.mp3tag.de/u/rairjordan)
#### Post date: [January 30, 2011, 9:30pm UTC](https://community.mp3tag.de/t/a-simple-way-to-make-my-tags-all-uniform/11519/3 "2011-01-30T21:30:03Z")

</div>

Thank you very much for such a detailed reply...much appreciated! Will try it.

Kind regards,

rairjordan

---

<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:22pm UTC](https://community.mp3tag.de/t/a-simple-way-to-make-my-tags-all-uniform/11519/4 "2026-02-09T12:22:52Z")

</div>


