Page 1 of 1

FB and Plex Media Server

Posted: 30 Jan 2014, 18:51
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:

Re: FB and Plex Media Server

Posted: 31 Jan 2014, 03:18
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()}