I love using filebot for renaming episodes and movies, i made a simple plex-compatible file format.
TV Show format:
{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}
Example: Season 02/NCIS - S05E13 - Dog Tags
Movie format:
{n} ({y})
Example: Avatar (2009)
This will make them fairly simple and easy-to-read.
[PLEX-Compatible] Episode & Movie Naming Format
Re: [PLEX-Compatible] Episode & Movie Naming Format
I recommend using built-in {plex} binding instead though.

Code: Select all
{plex}
-
- Posts: 23
- Joined: 03 May 2015, 16:21
Re: [PLEX-Compatible] Episode & Movie Naming Format
How does that work?rednoah wrote:I recommend using built-in {plex} binding instead though.![]()
Code: Select all
{plex}
It works differently for TV and Movies?
Re: [PLEX-Compatible] Episode & Movie Naming Format
Yes.karanrajpal14 wrote: It works differently for TV and Movies?