My Naming Schemes
Posted: 23 Sep 2016, 15:10
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
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