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

All about user-defined episode / movie / file name format expressions
Post Reply
Ynot
Posts: 2
Joined: 26 Sep 2018, 15:10

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

Post 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
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

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

Post by kim »

try this

Code: Select all

{(allOf{n}{s00e00}{t}{fn.match(/SWEDiSH/)}{source}{vc}{'-'+group}).join('.').space('.')}
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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()}
:idea: Please read the FAQ and How to Request Help.
Post Reply