Page 1 of 1

Tried to rename a series "Y: The Last Man"

Posted: 21 Feb 2022, 08:30
by eyalcpa
I tried to rename a series "Y: The Last Man", and fileBot did not removed the ":", I had no way to remove it either. How do you get around that?

Re: Tried to rename a series "Y: The Last Man"

Posted: 21 Feb 2022, 09:01
by rednoah
:?: What custom format are you using?


:arrow: The {plex} format should take care of corner cases (i.e. starting with Y: unfortunately makes the file name an absolute file path on Windows) such as this:

Code: Select all

X:/Media/{plex}

:arrow: Please follow this duplicate thread for further discussion:
viewtopic.php?t=12797

Re: Tried to rename a series "Y: The Last Man"

Posted: 21 Feb 2022, 21:53
by eyalcpa
Hi Rednoah and thank you for your detailed reply. I was not trying to change anything, just using the default values. It worked for years without needing to change anything. I was quite suprized that FileBot did not detect Illegal characters before attempting to rename the files. That should not happen.

Re: Tried to rename a series "Y: The Last Man"

Posted: 21 Feb 2022, 21:59
by eyalcpa
>
:arrow: The {plex} format should take care of corner cases (i.e. starting with Y: unfortunately makes the file name an absolute file path on Windows) such as this:

This was a brilliant recommandation, thank you very very much!!!