Page 1 of 1

[PLEX-Compatible] Episode & Movie Naming Format

Posted: 03 Jun 2016, 15:44
by Latouth
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.

Re: [PLEX-Compatible] Episode & Movie Naming Format

Posted: 03 Jun 2016, 16:08
by rednoah
I recommend using built-in {plex} binding instead though. ;)

Code: Select all

{plex}

Re: [PLEX-Compatible] Episode & Movie Naming Format

Posted: 25 Jul 2016, 04:54
by karanrajpal14
rednoah wrote:I recommend using built-in {plex} binding instead though. ;)

Code: Select all

{plex}
How does that work?
It works differently for TV and Movies?

Re: [PLEX-Compatible] Episode & Movie Naming Format

Posted: 25 Jul 2016, 05:14
by rednoah
karanrajpal14 wrote: It works differently for TV and Movies?
Yes.