First letters in capital

Hey,

I was wondering if it is possible to change the first letters of each word of the titel into a capital letter with the program ?

ex: Fall Out Boy --> Our Lawyer Made Us Change The Name Of This Song So We Couldn't Get Sued

If not: is it possible to integrate this into the next version ? Or is there another program who can do this?

Thx

Welcome today joiner,
I was wondering if you have read the Mp3tag manual?
https://docs.mp3tag.de/scripting

I think there is a built in function that can solve those tasks:
Case conversion Normal
Command: $caps(string,...)
Example: $caps(%artist% - %album% - %track% - %title%)
This example converts the given string to normal case. The second parameter is optional and specifies additional characters that triggers upper case.
artist - ALBUM - 01 tItle converts to Artist - Album - 01 Title

DD.20060918.1432

THANK YOU :smiley: