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
My Naming Schemes
Re: My Naming Schemes
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.
{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.