Page 1 of 1

Replacing slashes in name

Posted: 10 Jun 2020, 01:26
by botuser
I am using the {plex.name} naming format for my Plex server.

However, in the case of a name with slashes such as below, I need a method to replace the slashes with hyphens so Filebot doesn't translate them into folders:
Image

Could someone provide the right syntax to try? Thanks!

Re: Replacing slashes in name

Posted: 10 Jun 2020, 04:53
by rednoah
You're not using {plex.name}. If you were using {plex} then you'd get S00E00 numbers, and slashes would be taken care of automatically as well.


:idea: If you think you are using {plex} then perhaps you have only configured {plex} for Movie Mode but not yet for Episode Mode.

Re: Replacing slashes in name

Posted: 10 Jun 2020, 11:41
by botuser
Here's how it is configured - what should I do?

Image

Re: Replacing slashes in name

Posted: 10 Jun 2020, 11:49
by rednoah
Click "Use Format" at the bottom right.

Re: Replacing slashes in name

Posted: 11 Jun 2020, 22:18
by AbedlaPaille
Alternatively you can use

Code: Select all

t.slash('-')