# Case Conversion

**URL:** https://community.mp3tag.de/t/case-conversion/12207
**Category:** Support
**Created:** [June 28, 2011, 5:36pm UTC](https://community.mp3tag.de/t/case-conversion/12207 "2011-06-28T17:36:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![deckard](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/bbce88/32.png) [@deckard](https://community.mp3tag.de/u/deckard)
#### Post date: [June 28, 2011, 5:36pm UTC](https://community.mp3tag.de/t/case-conversion/12207/1 "2011-06-28T17:36:43Z")

</div>

Is there a way to make the Case Conversion not make letters following a "/" or "[" lowercase?

Thanks!

---

<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: [June 29, 2011, 3:43am UTC](https://community.mp3tag.de/t/case-conversion/12207/2 "2011-06-29T03:43:05Z")

</div>

Yes.  
Either edit the existing action or create yourself a new one of the type "Case Conversion".  
In the dialogue for defining the action you can enter all the characters that delimit a word - and leave out those which don't (in your opinion).

---

<div class="post-metadata">

### Author: ![deckard](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/bbce88/32.png) [@deckard](https://community.mp3tag.de/u/deckard)
#### Post date: [June 29, 2011, 3:45pm UTC](https://community.mp3tag.de/t/case-conversion/12207/3 "2011-06-29T15:45:29Z")

</div>

> [@ohrenkino](#):
>
> Yes.  
> Either edit the existing action or create yourself a new one of the type "Case Conversion".  
> In the dialogue for defining the action you can enter all the characters that delimit a word - and leave out those which don't (in your opinion).

Thanks! Also, is there any way to make any of the actions automated when converting? In other words, it would be great if case conversion, replace, etc. could happen on the fly. Maybe a global string option so no matter what, these actions always happen. I find myself always selecting the same actions after I write tags/filenames.

One very common example: Since Windows can't have a colon in a filename, it would be great if when converting tag\>filename, the colon could change to a semicolon (which is legal), but not convert a colon to a semi-colon when converting from filename\>tag..

Sorry if I missed something that's already documented...

---

<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: [June 29, 2011, 4:12pm UTC](https://community.mp3tag.de/t/case-conversion/12207/4 "2011-06-29T16:12:46Z")

</div>

> [@deckard](#):
>
> ... I find myself always selecting the same actions after I write tags/filenames... colon in a filename..... change to a semicolon

You could combine actions that should get executed always in one go in an action group.  
Simply create the first new action, but after you have added the first action type (and defined it), press the new-button again to add another action.  
The actions are then executed as found in that action group.

Also, there is a a script-function $vaildate (see help) to create legal filenames.  
You can rename a file (which then emulates the converter tag-filename) with an action of the type "Format tag field" if you apply it to the pseudo-tag "%\_filename%".

---

<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/case-conversion/12207/5 "2026-02-09T12:23:11Z")

</div>


