Search found 2 matches

by penguinopph
21 Dec 2021, 16:54
Forum: Episode / Movie Naming Scheme
Topic: Replacing colon with a dash in episode titles
Replies: 3
Views: 2001

Re: Replacing colon with a dash in episode titles

rednoah wrote: 21 Dec 2021, 16:50 e.g.

Code: Select all

{ n.colon(' - ') }.{ s00e00 }.{ t.colon(' - ') }
Wow, that was super simple. Thank you!
by penguinopph
21 Dec 2021, 16:37
Forum: Episode / Movie Naming Scheme
Topic: Replacing colon with a dash in episode titles
Replies: 3
Views: 2001

Replacing colon with a dash in episode titles

Hi all, I want to set FileBot up to automatically replace colons with dashes in my episode titles, but I can't quite figure it out. I found this post giving the code, but I can't figure out how to integrate it into the rest of my code, which is simply {n}.{s00e00}.{t} Where does the .replaceAll ...