FB and Plex Media Server

All about user-defined episode / movie / file name format expressions
Post Reply
dinguz
Posts: 1
Joined: 30 Jan 2014, 18:33

FB and Plex Media Server

Post by dinguz »

I am using FileBot to rename my media collection to the format required by Plex Media Server, and I have come across a minor issue that I have been unable to resolve by reading the manual and this forum.

Normally the default

Code: Select all

{n}/{"Season $s"}/{n} - {s00e00} - {t}
suffices.

On some folders however, Plex chokes on the uppercase S and E that this code produces in the season and episode numbering. How can I make FileBot output them in lower case? It must be something simple but I can't figure it out :oops:
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FB and Plex Media Server

Post by rednoah »

I'm sure Plex looks for these SxE patterns in an case-insensitive manner. So the issue is probably elsewhere.

But just to answer your question:

Code: Select all

{s00e00.lower()}
:idea: Please read the FAQ and How to Request Help.
Post Reply