I'd like to convert my existing stuff to Plex format, but there are far too many tv shows to sit in one top level directory.
What should I do to get Category/[A-Z#]/show/show.season/filename ?
FWIW Plex seems relatively forgiving of . and _ substitutions for whitespace along with Showname.S{N} instead of "Season {N}"
Category/[A-Z#]/show/show.season/filename
Re: Category/[A-Z#]/show/show.season/filename
So you're saying you want to inject an A-Z folder into the standard Plex scheme?
I'd do it like this:
If you need to replace spaces then this might be easier:
I'd do it like this:
Code: Select all
{plex.root}/{az}/{n}/{n} - Season {s}/{plex.name}
Code: Select all
{plex.path.replaceFirst('/', "/$az/").space('_')}