Page 1 of 1

Change evere letter in serie namn and episod name to big????

Posted: 26 Sep 2018, 15:17
by Ynot
Is this possibly with this programe? I have used it alot and have pay for it :)
If i have alot of files and different shows, and not want to match theme, just want to rename.
I want it like this
Chip.'n.Dale.Rescue.Rangers.S01E04.Flash.The.Wonder.Dog.SWEDiSH.DVDRiP.h264-TEST

Now it is:
Chip.'n.dale.rescue.rangers.S01E04.Flash.the.wonder.dog.SWEDiSH.DVDRiP.h264-TEST

Re: Change evere letter in serie namn and episod name to big????

Posted: 26 Sep 2018, 16:41
by kim
try this

Code: Select all

{(allOf{n}{s00e00}{t}{fn.match(/SWEDiSH/)}{source}{vc}{'-'+group}).join('.').space('.')}

Re: Change evere letter in serie namn and episod name to big????

Posted: 26 Sep 2018, 17:26
by rednoah
In this case, you don't even need to match the files against online data, and just transform the file name directly.

Please read Batch Rename any type of file:
viewtopic.php?f=3&t=2072

A custom format such as this will do the rest:

Code: Select all

{fn.upperInitial()}