[PLEX-Compatible] Episode & Movie Naming Format

All about user-defined episode / movie / file name format expressions
Post Reply
Latouth
Posts: 2
Joined: 03 Jun 2016, 15:39

[PLEX-Compatible] Episode & Movie Naming Format

Post 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.
User avatar
rednoah
The Source
Posts: 23936
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

I recommend using built-in {plex} binding instead though. ;)

Code: Select all

{plex}
:idea: Please read the FAQ and How to Request Help.
karanrajpal14
Posts: 23
Joined: 03 May 2015, 16:21

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

Post 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?
User avatar
rednoah
The Source
Posts: 23936
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

karanrajpal14 wrote: It works differently for TV and Movies?
Yes.
:idea: Please read the FAQ and How to Request Help.
Post Reply