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,
Change colon into a hyphen.
Re: Change colon into a hyphen.
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:
e.g. using the {plex} format is generally recommended, since it will take care of these things implicitly:
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.
Thank you for your support.
It worked for me... 

