Page 1 of 1

Change colon into a hyphen.

Posted: 17 Aug 2021, 16:10
by Jonny0r
Hello,

Short question, is it general possible if a Movie has Automatically a Colon inside the name to exchange this with a hyphen?

for example:

Movie: blablalbal (Colon can not be accepted by windows, you can press "Validate" and get "Movie blablalbal".

But is it not possible to get Automatically "Movie - blablalbal"

Thanks in advance,

Re: Change colon into a hyphen.

Posted: 18 Aug 2021, 01:58
by rednoah
Yes. You can adjust your custom format to do any kind of custom replacement as to generate valid file paths ahead of time.


e.g. from the built-in examples:

Code: Select all

{ n.colon(' - ') }

e.g. using the {plex} format is generally recommended, since it will take care of these things implicitly:

Code: Select all

{ plex }

Re: Change colon into a hyphen.

Posted: 21 Aug 2021, 05:47
by Jonny0r
Thank you for your support. :) It worked for me... :)