Filebot and plex server

I am using filebot to rename files, they will be mamed as follows :.
[Date : mmm/dd/yyyy] [name of show/movie (ie:the flintstones)] [season: xx][episode : xx] [episode title: the flintstone flyer] [resolution][duration].
Can i use this on plex server?
Thank you in advance,

John

short answer: no

try a pattern that gives you a file name matching the official naming schema
show name - sXXeYY - optional episode title.ext
or
show name (year the show first aired) - sXXeYY - optional episode title.ext
Where XX is the season number and YY is the episode number.

if you want/need to keep technical data in the file names (raising the question “why?”), add them in a single set of square brackets.

https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/

This might be helpful Plex / Kodi / Emby / Jellyfin Naming Schemes - FileBot which is what I used when I stated using filebot.

1 Like

The brackets are just a seperator. They will not be used… its more for readability
Date: mmm/dd/ yyyy series “the flintstones”"

That particular schema still won’t work with Plex.

As an FYI… this is the remaining I use for TV …
{ ~plex.unix * {" ($y) {tmdb-$id}"} }

… you should most likely drop the .unix as your on windows. They get renamed to this …

\Daisy Jones & the Six (2023) {tmdb-95555}\Season 01\Daisy Jones & the Six - S01E01 - Track 1: Come and Get It.mp4

I like to have year in () and match tmdb id {} for all top level show folders which is what the * {" ($y) {tmdb-$id}"} above does, otherwise just use the { plex } naming from filebot if you don’t want it. Another useful one is { plex.name }. Nice and simple for episode only renames.

Anyhow, I’d suggest using them as a starting point and then customise to what you exactly want.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.