Sort Movies and TV Shows into A-Z folders:
- TV Shows/F/Firefly/Season 1/Firefly - S01E01 - The Train Job
- Movies/S/Serenity (2005)/Serenity (2005)
e.g. The built-in {az} binding works for both Movie and Episode objects:
Code: Select all
{plex.root}/{az}/{plex.tail}
e.g. Custom Series Format:
Code: Select all
{n =~ /^(?i)[a-z]/ ? n[0] : '#'}/{n}/{n} - {s00e00} - {t}
Code: Select all
{n =~ /^(?i)[a-z]/ ? n[0] : '#'}/{ny}