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
{ az }/{ ~plex }
e.g. Custom Series Format:
Code: Select all
{ n =~ /^(?i)[a-z]/ ? n[0] : '#' }/{ plex.name }
Code: Select all
{ n =~ /^(?i)[a-z]/ ? n[0] : '#' }/{ plex.name }