Hi all and, in anticipation, thanks for your help.
I am a new Filebot user and I found (IMHO) an improvable functionality when we want to rename files but ':' is in the filename (for example, 'Wall Street: Money never sleeps (2010, Oliver Stone)'). When we want to rename the file after a search into TheMovieDB (for example), a "Invalid Characters" message appears and we must accept the substitution of ':" by a ' ' (blank/space).
Could it be possible to change this 'by defalut' value and configure (for example) the automatic substitution of ':' by '.' or any other character? Could we configure different substitutions for different "invalid characters' separatley? (I mean ':' by '.', '/' by '-', etc...)
I will be attentive to your contributions. Kind regards.
Renaming files when ':' is in the filenane
Re: Renaming files when ':' is in the filenane
That is what your custom format does.
What is your custom format?
You'll want to just use the {plex.name} format. That'll take care of everything.
Alternatively, you can also replace colons in your own custom format code.



Re: Renaming files when ':' is in the filenane
First of all, thanks so much for yur kind answer and sorry for the delay of mine one.
I am using the "preset" {n} ({y}, {director}) and the "problem" appears when {n} (film name) includes teh character ":" because it is automatically substituded by a space (blank) instead of a charcted by my choice.
Do you know how to change the "default character" ("." instad of " ", for example)?
Thanks and kind regards.
I am using the "preset" {n} ({y}, {director}) and the "problem" appears when {n} (film name) includes teh character ":" because it is automatically substituded by a space (blank) instead of a charcted by my choice.
Do you know how to change the "default character" ("." instad of " ", for example)?
Thanks and kind regards.
Re: Renaming files when ':' is in the filenane
Please click on replace colons and then copy & paste from the examples:rednoah wrote: ↑05 May 2023, 09:17Alternatively, you can also replace colons in your own custom format code.
Format: Select all
{ n.colon(' - ') }

Format: Select all
{ n.colon(' . ') }
Re: Renaming files when ':' is in the filenane
Great!!
Now, it is working like I want.
Thanks so much for your really usefull answer.
Kind regards.
Now, it is working like I want.
Thanks so much for your really usefull answer.
Kind regards.