Uppercase Script


Hi.Please I need a script like in the photo.Artist and Album to be uppercase and the rest I wish everyword to be uppercase only. Thank you

What kind of format command do you use? We know that you already have

You write about %artist% and %album% but in your photo you show %albumartist%, %title%. What do you need not already covered in your post above or on this help page?

1 Like

In Options > Advanced > Scripting set each variable you want to completely uppercase like this:

$set(albumartist,$upper(%albumartist%))

For capitalizing the first character of every word there is no builtin function. You can try installing the “Title Case” or “Smart Title Case” plugin, but they will only convert certain tags (album, title and artist).