Jorm wrote: ↑28 May 2021, 18:37
Thanks for that one will use ASAP in my little script, hehe your one nice dude -- normally u get a RTFM

me being lazy..
RTFM is implied naturally when copy & pasting from
filebot -help. No need to be explicitly rude about it.
Jorm wrote: ↑28 May 2021, 18:37
No what I mean it wasn't stripped out in some radiator spring name, causing some funny names

, hence my question why the : and the even the * was... but the answer is below...
Well, all
/ are made equal, so
Radiator/Season 1/Radiator 1x01 Half 1/2 Time might look obvious to a human but for FileBot the good / is indistinguishable from the bad / based on the file path generated by your format alone. Top level bindings such as
{n} and
{t} naturally strip / on access, because in the context of series name or episode title the / is known to be bad, i.e.
{t} never contains / characters. But the / characters introduced by your format - generated by correct code or buggy code, for better or worse - come in the context of a file path, and so / are perfectly valid there. We can strip all of them, and allow file name rename only. We can strip none, and allow arbitrary file path rewrite. The former is too limiting, so we must do the latter.