My Naming Schemes

All about user-defined episode / movie / file name format expressions
Post Reply
IanSinclair
Posts: 1
Joined: 23 Sep 2016, 14:09

My Naming Schemes

Post by IanSinclair »

My Presets for naming files and moving files. I don't have everything go to Plex's folder, instead I have defined paths (just change the drive letter). The movies item can also be used to rename subtitles as well.

1. MOVIES
Code >>> D:/Video/Movies/{n} ({y}) [{vf}]/{n} ({y}){'.'+lang}
Output >>> D:\Video\Movies\300 (2006) [1080p]\300 (2006).mp4

2. TV SERIES

Code >>> D:/Video/TV Shows/{n} ({y})/{n} {'- Season '+s}/{n} - {s+'x'}{e.pad(2)} - {t}
Output >>> D:\Video\TV Shows\Breaking Bad (2008)\Breaking Bad - 1x01 - Pilot.mp4

3. MUSIC
Code >>> D:\Music/{n}/{[y]} {album+'/'}{pi.pad(2)+'. '}{artist} - {t}
Output >>> D:\Music\Eminem\[1999] The Slim Shady LP\01. Eminem - Public Service Announcement.mp3
User avatar
rednoah
The Source
Posts: 23936
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: My Naming Schemes

Post by rednoah »

1.
{s+'x'}{e.pad(2)} does not support multi-episode formatting. {sxe} does.

2.
{n} ({y}) does not account for TV shows that include the year in the official title. {ny} does.
:idea: Please read the FAQ and How to Request Help.
Post Reply